do subname() is deprecated, so this test from perl 3 needs updating.
[p5sagit/p5-mst-13.2.git] / t / uni / upper.t
1 BEGIN {
2     chdir 't' if -d 't';
3     @INC = qw(../lib uni .);
4     require "case.pl";
5 }
6
7 casetest("Upper", \%utf8::ToSpecUpper, sub { uc $_[0] },
8          sub { my $a = ""; uc ($_[0] . $a) });