diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-24 17:23:27 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-24 17:23:27 +0200 |
commit | 6d7126e170a4295347cf050023c4790455227669 (patch) | |
tree | 52c5660161d6ed4ed8792445871836d50c026d71 /xt/01-compile-pl.t | |
parent | d91d1b1b567a289b393b57ed7fc2413ae721c26e (diff) |
move author tests to xt/
Diffstat (limited to 'xt/01-compile-pl.t')
-rwxr-xr-x | xt/01-compile-pl.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/01-compile-pl.t b/xt/01-compile-pl.t new file mode 100755 index 0000000..f130ac4 --- /dev/null +++ b/xt/01-compile-pl.t @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use 5.010; +use Test::More; +use Test::Compile; + +all_pl_files_ok(); |