summaryrefslogtreecommitdiff
path: root/t/08-noop_with.t
blob: 886254abc578b20ab1dfb7ad19b9602a4e3cee79 (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' );

BEGIN { $ENV{PERL_NO_VALIDATION} = 1 }

use PVTests::With;
PVTests::With::run_tests();