summaryrefslogtreecommitdiff
path: root/lib/warnings.t
blob: ee696fe2a1d482dccd5bcc8041ecc6041e239642 (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";