[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: pod bugs
On Sat, Jan 22, 2000 at 06:40:12AM -0700, Tom Christiansen wrote:
> People keep putting spaces or tabs on otherwise blank lines in the
> pod files.
Hmmn - Pod::Parser treats lines matching /^\*$/ the same as blank lines
(which was okay with p5p at the time - is this still the case??)
I believe pod2text and pod2man now use Pod::Parser. Am I correct in
assuming the /^\s+$/ lines are causing problems for you using pod2html?
If you're getting problems from pod2text or pod2man in the latest stuff
for 5.6 then I have a bug to fix.
--
Brad Appleton <bradapp@enteract.com> http://www.enteract.com/~bradapp/
"And miles to go before I sleep." -- Robert Frost
- Follow-Ups from:
-
Gurusamy Sarathy <gsar@ActiveState.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]