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