This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add 'indirect' feature that can be turned off to disable indirect object syntax
[perl5.git] / lib / warnings.t
1 #!./perl
2
3 chdir 't' if -d 't';
4 @INC = ( '.', '../lib' );
5
6 our $UTF8 = (${^OPEN} || "") =~ /:utf8/;
7 require "../t/lib/common.pl";