]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/commitdiff
Add portability files test
authorVincent Pit <vince@profvince.com>
Thu, 29 Jul 2010 11:07:45 +0000 (13:07 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 29 Jul 2010 11:07:45 +0000 (13:07 +0200)
MANIFEST
t/95-portability-files.t [new file with mode: 0644]

index e15d1c3941424acce64725b2f86b8377c377fb32..807c8ab2a02a39bf469ecc64262bfd86ab7c9161 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -49,3 +49,4 @@ t/23-pattern.t
 t/30-functor.t
 t/91-pod.t
 t/92-pod-coverage.t
+t/95-portability-files.t
diff --git a/t/95-portability-files.t b/t/95-portability-files.t
new file mode 100644 (file)
index 0000000..ab541f3
--- /dev/null
@@ -0,0 +1,10 @@
+#!perl -T
+
+use strict;
+use warnings;
+
+use Test::More;
+
+eval "use Test::Portability::Files";
+plan skip_all => "Test::Portability::Files required for testing filenames portability" if $@;
+run_tests();