diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-04 22:24:35 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-04-05 19:27:07 -0600 |
commit | 801eb0831ada14406f0f0900110602ffb6aa5476 (patch) | |
tree | 161930ef89bad5662dd77014daf6209771b4c9ba /pod/perldiag.pod | |
parent | 558b5b58a219c8569fd5ba6c9316e5bd53770b1f (diff) | |
download | perl-801eb0831ada14406f0f0900110602ffb6aa5476.tar.gz |
PATCH: [perl #87726] unwanted warning from diagnostics.pm under -w
It turns out to be an extra semicolon
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 235c39c69f..440b76bfec 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -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 |