Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0)...
[p5sagit/p5-mst-13.2.git] / t / uni / upper.t
CommitLineData
e49298ea 1BEGIN {
2 chdir 't' if -d 't';
3 @INC = qw(../lib uni .);
4 require "case.pl";
5}
6
7casetest("Upper", \%utf8::ToSpecUpper, sub { uc $_[0] });
8