projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
latest switch/say/~~
[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";
10
require "../t/lib/common.pl";