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