1BEGIN {
2    chdir 't' if -d 't';
3    @INC = qw(../lib uni .);
4    require "case.pl";
5}
6
7casetest("Title", \%utf8::ToSpecTitle, sub { ucfirst $_[0] },
8	 sub { my $a = ""; ucfirst ($_[0] . $a) });
9