summaryrefslogtreecommitdiff
path: root/t/07-with.t
blob: 85e06588c18cbf3510c80908edffcf6daa5628c2 (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::With;
PVTests::With::run_tests();