; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
[p5sagit/p5-mst-13.2.git] / t / uni / title.t
index c0b7e3a..ae85f94 100644 (file)
@@ -4,5 +4,5 @@ BEGIN {
     require "case.pl";
 }
 
-casetest("Title", \%utf8::ToSpecTitle, sub { ucfirst $_[0] });
-
+casetest("Title", \%utf8::ToSpecTitle, sub { ucfirst $_[0] },
+        sub { my $a = ""; ucfirst ($_[0] . $a) });