summaryrefslogtreecommitdiff
path: root/xt/release/eol.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-07-21 13:23:57 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-07-21 13:23:57 +0000
commita276db189a656a4cc5881a2ebc4cad3113685030 (patch)
tree27aeb24e5ddbd94b313aa661a8de133ff9c751f2 /xt/release/eol.t
downloadFile-Which-tarball-a276db189a656a4cc5881a2ebc4cad3113685030.tar.gz
Diffstat (limited to 'xt/release/eol.t')
-rw-r--r--xt/release/eol.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/xt/release/eol.t b/xt/release/eol.t
new file mode 100644
index 0000000..3f2e816
--- /dev/null
+++ b/xt/release/eol.t
@@ -0,0 +1,14 @@
+use strict;
+use warnings;
+use Test::More;
+BEGIN {
+ plan skip_all => 'test requires Test::EOL'
+ unless eval q{ use Test::EOL; 1 };
+};
+use Test::EOL;
+use FindBin;
+use File::Spec;
+
+chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
+
+all_perl_files_ok(grep { -e $_ } qw( bin lib t Makefile.PL ));