summaryrefslogtreecommitdiff
path: root/xt/release/portability.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-11-13 06:59:49 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-11-13 06:59:49 +0000
commit60626c51d97a7ef06b364481ae4afd9706ef6ece (patch)
tree29f14af72f207da0e57c7ac944a2ab3faddff296 /xt/release/portability.t
downloadClass-Load-XS-tarball-60626c51d97a7ef06b364481ae4afd9706ef6ece.tar.gz
Diffstat (limited to 'xt/release/portability.t')
-rw-r--r--xt/release/portability.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/xt/release/portability.t b/xt/release/portability.t
new file mode 100644
index 0000000..e68185d
--- /dev/null
+++ b/xt/release/portability.t
@@ -0,0 +1,11 @@
+#!perl
+
+use strict;
+use warnings;
+
+use Test::More;
+
+eval 'use Test::Portability::Files';
+plan skip_all => 'Test::Portability::Files required for testing portability'
+ if $@;
+run_tests();