|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re: pod-error in perldocsby ikegami (Patriarch) |
| on Sep 23, 2009 at 15:55 UTC ( [id://797005]=note: print w/replies, xml ) | Need Help?? |
|
y/// is the last item in perlfunc, so the item is ended by =back. Whatever is splitting the entries in perlfunc is probably using /^=item\b/m to find where the item ends. This needs to be /^=(?:item|back)\b/m.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||