The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
BEGIN {
    push $^INCLUDE_PATH, 'uni';
    require "case.pl";
}

use utf8;

casetest("Title", \%utf8::ToSpecTitle, sub { ucfirst @_[0] },
	 sub { my $a = ""; ucfirst (@_[0] . $a) });