I've been working on a Pod processor (likely to be called Pod::Tidy) and
I've run across what I at first thought might be a bug in Pod::Parser.
After re-reading perlpodspec I now suspect I've found a quirk in
Pod::Perldoc.
Consider the following example, Pod::Parser treats the lines with bar
and baz in them as part of the same "Ordinary paragraph". Pod::Perldoc
(well, perldoc) treats them as two separate paragraphs. With baz being
in a separate "Verbatim paragraph".
--
=head1 foo
bar
baz
=cut
--
I think that Pod::Parser is probably the one properly following the
spec.. Can anyone help confirm or clarify what the correct behavior
here is?
Cheers,
-J
-- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDJ7S/Wa2BU+b7tU0RAmY2AJ9sY50nGYvjEZzkodo+2xp4EJYdAACfaMiC
6hpXt7TxLXG62D32sPk2LpM=
=f/UG
-----END PGP SIGNATURE-----