in reply to pod-error in perldocs
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: pod-error in perldocs
by thunders (Priest) on Sep 23, 2009 at 16:04 UTC | |
Re^2: pod-error in perldocs
by LanX (Saint) on Sep 23, 2009 at 16:08 UTC | |
by thunders (Priest) on Sep 23, 2009 at 16:12 UTC |