Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
[p5sagit/p5-mst-13.2.git] / ext / List / Util / t / p_tainted.t
1 #!./perl -T
2
3 # force perl-only version to be tested
4 $List::Util::TESTING_PERL_ONLY = $List::Util::TESTING_PERL_ONLY = 1;
5
6 (my $f = __FILE__) =~ s/p_//;
7 do "./$f";