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