projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
bump versions for core libs changed since 5.11.3
[p5sagit/p5-mst-13.2.git]
/
lib
/
warnings.t
Commit
Line
Data
f126f811
1
#!./perl
bd4dea8e
2
3
BEGIN {
4
chdir 't' if -d 't';
5
@INC = '../lib';
6
$ENV{PERL5LIB} = '../lib';
bd4dea8e
7
}
8
0d863452
9
our $pragma_name = "warnings";
2bd168e2
10
our $UTF8 = (${^OPEN} || "") =~ /:utf8/;
0d863452
11
require "../t/lib/common.pl";