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

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

our $pragma_name = "warnings";
our $UTF8 = (${^OPEN} || "") =~ /:utf8/;
require "../t/lib/common.pl";