Skip Menu |

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

Report information
The Basics
Id: 99207
Status: resolved
Priority: 0/
Queue: HTML-Strip

People
Owner: Nobody in particular
Requestors: hoppe [...] hoppe-informatik.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.10



Subject: Bug
Date: Mon, 29 Sep 2014 09:29:04 +0200
To: bug-HTML-Strip [...] rt.cpan.org
From: Torsten Hoppe <hoppe [...] hoppe-informatik.de>
Hi, using this code snipped $text = (new HTML::Strip())->parse( $text ); whilst $text contains the content of the uri "http://www.hannovermesse.de/de/impressum/" I got an empty string. Regards, Torsten
On Mon Sep 29 03:29:19 2014, hoppe@hoppe-informatik.de wrote: Show quoted text
> using this code snipped > $text = (new HTML::Strip())->parse( $text ); > whilst $text contains the content of the uri > "http://www.hannovermesse.de/de/impressum/" > I got an empty string.
I cannot replicate this bug: 30. a@:~/p/m/HTML-Strip git:master ❯❯❯ perl -Iblib/lib -Iblib/arch -MHTML::Strip -le '$text = q[http://www.hannovermesse.de/de/impressum/]; $text = (new HTML::Strip())->parse( $text ); print $text' http://www.hannovermesse.de/de/impressum/ I'm on Ubuntu Precise. Can you give me more details of your system/perl version?
Subject: Re: [rt.cpan.org #99207] Bug
Date: Tue, 30 Sep 2014 13:08:38 +0200
To: bug-HTML-Strip [...] rt.cpan.org
From: Torsten Hoppe <hoppe [...] hoppe-informatik.de>
Am 30.09.2014 12:44, schrieb Alex Bowley via RT: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=99207 > > > On Mon Sep 29 03:29:19 2014, hoppe@hoppe-informatik.de wrote:
>> using this code snipped >> $text = (new HTML::Strip())->parse( $text ); >> whilst $text contains the content of the uri >> "http://www.hannovermesse.de/de/impressum/" >> I got an empty string.
> > I cannot replicate this bug: > > 30. a@:~/p/m/HTML-Strip git:master ❯❯❯ perl -Iblib/lib -Iblib/arch -MHTML::Strip -le '$text = q[http://www.hannovermesse.de/de/impressum/]; $text = (new HTML::Strip())->parse( $text ); print $text' > http://www.hannovermesse.de/de/impressum/ > > I'm on Ubuntu Precise. Can you give me more details of your system/perl version? >
perl version: "This is perl 5, version 16, subversion 2 (v5.16.2) built for x86_64-linux-thread-multi" with openSuse 12.3: Linux 3.7.10-1.32-desktop #1 SMP PREEMPT Thu May 8 00:09:34 UTC 2014 But, of course I didn't mean the text 'http://www.hannovermesse.de/de/impressum/' but rather the html code behind this site !!! Best, Torsten
On Tue Sep 30 07:08:52 2014, hoppe@hoppe-informatik.de wrote: Show quoted text
> But, of course I didn't mean the text > 'http://www.hannovermesse.de/de/impressum/' but rather the html code > behind this site !!!
I've just uploaded a v1.10 which should fix this bug. The git repo has been updated if you need this sooner than it takes pause to update, or you would like to test it: https://github.com/kilinrax/HTML-Strip
On Tue Sep 30 10:38:34 2014, KILINRAX wrote: Show quoted text
> On Tue Sep 30 07:08:52 2014, hoppe@hoppe-informatik.de wrote:
> > But, of course I didn't mean the text > > 'http://www.hannovermesse.de/de/impressum/' but rather the html code > > behind this site !!!
> > I've just uploaded a v1.10 which should fix this bug. > > The git repo has been updated if you need this sooner than it takes > pause to update, or you would like to test it: > https://github.com/kilinrax/HTML-Strip