summaryrefslogtreecommitdiff
path: root/t/10-noop_regex.t
blob: 89b114871daa04dcbe5116ff2230bb7b7b774da8 (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::Regex;
PVTests::Regex::run_tests();