X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2Fperl-taint.t;fp=t%2Fperl-taint.t;h=abf644fbb4a8973b15a4c896175bd922c5b7d45f;hp=0000000000000000000000000000000000000000;hb=273db69d2f04dc29880dab6e45d59e25c3c3f1b3;hpb=82410e22b11e82191fa54ba974cdaac68a8c5454 diff --git a/t/perl-taint.t b/t/perl-taint.t new file mode 100644 index 0000000..abf644f --- /dev/null +++ b/t/perl-taint.t @@ -0,0 +1,6 @@ +#!perl -T +use strict; +use warnings; + +do './t/53-perl.t' + or die ($@ || $!);