summaryrefslogtreecommitdiff
path: root/t/01-validate.t
blob: 32c212275191fb0e07d592ee5662baec35817777 (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::Standard;
PVTests::Standard::run_tests();