summaryrefslogtreecommitdiff
path: root/lib/warnings.t
blob: 7c24f3af2a384216761d56195322804e6f13eece (plain)
1
2
3
4
5
6
7
#!./perl

chdir 't' if -d 't';
@INC = ( '.', '../lib' );

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