summaryrefslogtreecommitdiff
path: root/t/09-regex.t
blob: dae85580cf3e2673129eac589fd182b415ae48e3 (plain)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use File::Spec;
use lib File::Spec->catdir( 't', 'lib' );

use PVTests::Regex;
PVTests::Regex::run_tests();