1use strict;
2use warnings;
3
4use File::Spec;
5use lib File::Spec->catdir( 't', 'lib' );
6
7use PVTests::Standard;
8PVTests::Standard::run_tests();
9