This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #87726] unwanted warning from diagnostics.pm under -w
authorKarl Williamson <public@khwilliamson.com>
Tue, 5 Apr 2011 04:24:35 +0000 (22:24 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 6 Apr 2011 01:27:07 +0000 (19:27 -0600)
It turns out to be an extra semicolon

pod/perldiag.pod

index 235c39c..440b76b 100644 (file)
@@ -3609,7 +3609,7 @@ redirected it with select().)
 "Can't locate object method \"%s\" via package \"%s\"".  It often means
 that a method requires a package that has not been loaded.
 
-=item Perl folding rules are not up-to-date for 0x%x; please use the perlbug utility to report;
+=item Perl folding rules are not up-to-date for 0x%x; please use the perlbug utility to report
 
 (W regex, deprecated) You used a regular expression with
 case-insensitive matching, and there is a bug in Perl in which the