projects
/
perl.git
/ blob
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
perlhist for 5.19.0
[perl.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";