[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: [p5p] pod bugs
On Sat, 22 Jan 2000, Brad Appleton wrote:
> On Sat, Jan 22, 2000 at 09:31:52PM -0600, Brad Appleton wrote:
> > Hmmn - Pod::Parser treats lines matching /^\*$/ the same as blank lines
>
> Correction, that should be /^\s*$/ above (my apologies)
More likely /^\s+$/, since '' matches /^\s*$/ but *is* a blank line, so
doesn't have to be treated the same as one.
Cheers,
Philip
--
Philip Newton <newton@newton.digitalspace.net>
- References to:
-
Brad Appleton <bradapp@enteract.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]