Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: pod-error in perldocs (fix)

by ikegami (Patriarch)
on Sep 23, 2009 at 16:11 UTC ( [id://797013]=note: print w/replies, xml ) Need Help??


in reply to pod-error in perldocs

For the same reason, perldoc -v %SIG also produces bad POD.

The bugs are still present in blead.

Untested fix for Pod/Perldoc.pm:

sub search_perlvar { . . . elsif (/^=back/) { --$inlist; } . . . } #..................................................................... +..... sub search_perlfunc { . . . elsif (/^=back/) { --$inlist; } . . . }
should be
sub search_perlvar { . . . elsif (/^=back/) { last if $found && !$inheader && !$inlist; --$inlist; } . . . } #..................................................................... +..... sub search_perlfunc { . . . elsif (/^=back/) { last if $found > 1 and not $inlist; --$inlist; } . . . }

Want the honours of reporting it?

Replies are listed 'Best First'.
Re^2: pod-error in perldocs
by LanX (Saint) on Sep 23, 2009 at 16:17 UTC
    Want the honours of reporting it?

    Do we get a cake or a beer for free :-)

    seriously, let's share the honours (however they are realized) me for reporting, and you two for fixing.

    Is there a bugtracker (especially for perldoc) errors?

    Cheers Rolf

      It's a core module, so you can use perlbug
        Done!

        I added special thanx to you both and the wish to share all possible honours! ;-)

        Cheers Rolf

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://797013]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2026-02-18 17:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.