X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldelta.pod;h=3ee5f1b0d6e1cec89ddad20007cb308b1f03ec1b;hb=cc507455df60f06ecd74b2df5a0ae9f17fb3291d;hp=680bcb76e40a02f0916f6bb1095e60b67664e8fa;hpb=90430aa1bf5124b92f92cfc6b13f379955a95711;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 680bcb7..3ee5f1b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2079,7 +2079,7 @@ That name might have a meaning to Perl itself some day, even though it doesn't yet. Perhaps you should use a mixed-case attribute name, instead. See L. -=item (in cleanup) %s +=item (in cleanup) %s (W misc) This prefix usually indicates that a DESTROY() method raised the indicated exception. Since destructors are usually called by @@ -2247,7 +2247,7 @@ just use C for example. See Server error. -=item Did you mean "local" instead of "our"? +=item (Did you mean "local" instead of "our"?) (W misc) Remember that "our" does not localize the declared global variable. You have declared it again in the same lexical scope, which seems superfluous.