This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More refactoring.
[perl5.git] / lib / warnings.t
CommitLineData
f126f811 1#!./perl
bd4dea8e 2
a80e93c2
NC
3chdir 't' if -d 't';
4@INC = '../lib';
bd4dea8e 5
2bd168e2 6our $UTF8 = (${^OPEN} || "") =~ /:utf8/;
0d863452 7require "../t/lib/common.pl";