projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Move the locale/strict/warnings helper files back
[p5sagit/p5-mst-13.2.git]
/
t
/
lib
/
warnings
/
doop
1
# doop.c
2
use utf8 ;
3
$_ = "\x80 \xff" ;
4
chop ;
5
EXPECT
6
########