projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
New try at the Class::DBI core dump at global cleanup.
[p5sagit/p5-mst-13.2.git]
/
t
/
uni
/
lower.t
Commit
Line
Data
e49298ea
1
BEGIN {
2
chdir 't' if -d 't';
3
@INC = qw(../lib uni .);
4
require "case.pl";
5
}
6
7
casetest("Lower", \%utf8::ToSpecLower, sub { lc $_[0] });
8