At 11:40 AM 2003-09-07 +0100, Mark Thornber wrote:
At 00:31 06/09/03, Mike Guy wrote:
But the pickier checkers should point out the error of the author's
ways.

Any chance that the error message could display _line_ number (as well as

Using the new Pod::Simple now entering CPAN:


use Pod::Simple::DumpAsXML; print Pod::Simple::DumpAsXML->filter( \q{

=head1 The Large Print Giveth

=over

=item And the Fine Print

=head1 Taketh Away

});


<Document start_line="3"> <head1 start_line="3"> The Large Print Giveth </head1> <over-text indent="4" start_line="5"> <item-text start_line="7"> And the Fine Print </item-text> </over-text> <head1 start_line="9"> Taketh Away </head1> <head1 errata="1" start_line="-321"> POD ERRORS </head1> <Para errata="1" start_line="-321"> Hey! <B> The above document had some coding errors, which are explained below: </B> </Para> <over-text errata="1" indent="4" start_line="-321"> <item-text start_line="-321"> Around line 9: </item-text> <Para start_line="-321"> You forgot a &#39;=back&#39; before &#39;=head1&#39; </Para> </over-text> </Document>

--
Sean M. Burke    http://search.cpan.org/~sburke/



Reply via email to