untaint cwd when constructing full perl file path
[p5sagit/Config-Any.git] / t / perl-taint.t
diff --git a/t/perl-taint.t b/t/perl-taint.t
new file mode 100644 (file)
index 0000000..abf644f
--- /dev/null
@@ -0,0 +1,6 @@
+#!perl -T
+use strict;
+use warnings;
+
+do './t/53-perl.t'
+  or die ($@ || $!);