summaryrefslogtreecommitdiff
path: root/lib/warnings.t
blob: 55e2794c7b64ba34ff1febcdbf380312e932fed4 (plain)
1
2
3
4
5
6
7
8
9
10
#!./perl

BEGIN {
    chdir 't' if -d 't';
    @INC = '../lib';
    $ENV{PERL5LIB} = '../lib';
}

our $pragma_name = "warnings";
require "../t/lib/common.pl";