Subject: | Missing Blank Line Between __END__ and =head1 |
Hi:
For some reason there has been a patch in Debian for a few releases (to
my knowledge, from 0.08):
--- a/lib/HTML/TreeBuilder/XPath.pm
+++ b/lib/HTML/TreeBuilder/XPath.pm
@@ -345,6 +345,7 @@ sub cmp { return $_[1]->isa( ' HTML::Tre
1;
__END__
+
=head1 NAME
HTML::TreeBuilder::XPath - add XPath support to HTML::TreeBuilder
Presumably this causes problems with Test::Pod or something.
Obviously it's not a big deal. I'm not sure why this wasn't forwarded
upstream earlier. Hopefully you can add this space, so we can remove the
patch for the next version of your dist.
Cheers,
Jonathan