summaryrefslogtreecommitdiff
path: root/t/13-taint.t
blob: 5d60f1db31b9a3bddc2265f8bfc741e9fee3f5df (plain)
1
2
3
4
5
6
7
8
9
10
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();