projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix the test plan on gmtime
[p5sagit/p5-mst-13.2.git]
/
lib
/
warnings.t
1
#!./perl
2
3
BEGIN {
4
chdir 't' if -d 't';
5
@INC = '../lib';
6
$ENV{PERL5LIB} = '../lib';
7
}
8
9
our $pragma_name = "warnings";
10
our $UTF8 = (${^OPEN} || "") =~ /:utf8/;
11
require "../t/lib/common.pl";