1use strict;
2use warnings;
3
4use File::Spec;
5use lib File::Spec->catdir( 't', 'lib' );
6
7BEGIN { $ENV{PERL_NO_VALIDATION} = 1 }
8
9use PVTests::Defaults;
10PVTests::Defaults::run_tests();
11