Skip Menu |

This queue is for tickets about the HTML-TreeBuilder-XPath CPAN distribution.

Report information
The Basics
Id: 46203
Status: open
Priority: 0/
Queue: HTML-TreeBuilder-XPath

People
Owner: Nobody in particular
Requestors: frequency [...] cpan.org
Cc: pkg-perl-maintainers [...] lists.alioth.debian.org
AdminCc:

Bug Information
Severity: Wishlist
Broken in:
  • 0.08
  • 0.09
  • 0.10
Fixed in: (no value)



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
Subject: Re: [rt.cpan.org #46203] Missing Blank Line Between __END__ and =head1
Date: Tue, 19 May 2009 08:05:34 +0200
To: bug-HTML-TreeBuilder-XPath [...] rt.cpan.org
From: mirod <xmltwig [...] gmail.com>
Jonathan Yu via RT wrote: Show quoted text
> Tue May 19 01:45:51 2009: Request 46203 was acted upon. > Transaction: Ticket created by FREQUENCY > Queue: HTML-TreeBuilder-XPath > Subject: Missing Blank Line Between __END__ and =head1 > Broken in: 0.08, 0.09, 0.10 > Severity: Wishlist > Owner: Nobody > Requestors: frequency@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=46203 > > > > 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.
Thanks, Fixed, HTML::TreeBuilder::XPath 0.11 on its way to CPAN. -- mirod