Codebase list libparams-validate-perl / debian/0.89-2 t / 13-taint.t
debian/0.89-2

Tree @debian/0.89-2 (Download .tar.gz)

13-taint.t @debian/0.89-2raw · history · blame

#!/usr/bin/perl -T

use strict;
use warnings;

use File::Spec;
use lib File::Spec->catdir( 't', 'lib' );

eval { "$0$^X" && kill 0; 1 };

use PVTests::Standard;
PVTests::Standard::run_tests();