11 lines
199 B
Perl
11 lines
199 B
Perl
#!./perl
|
|
|
|
BEGIN {
|
|
chdir 't' if -d 't';
|
|
@INC = '../lib';
|
|
%ENV{PERL5LIB} = '../lib';
|
|
}
|
|
|
|
our $pragma_name = "warnings";
|
|
our $UTF8 = ($^OPEN || "") =~ m/:utf8/;
|
|
require "../t/lib/common.pl";
|