Bug#443629: libxml-rsslite-perl: regexp error parsing certain feed

2007-09-24 Thread Kevin Ryde
I wrote: > > - my $qr = [EMAIL PROTECTED]('|', keys %{$inhash})]}}; > + my $qr = [EMAIL PROTECTED]('|', map {quotemeta} keys %{$inhash})]}}; Actually, I see that doesn't really do the right thing. It avoids a regexp error, but the data doesn't come out right. -- To UNSUBSCRIBE, emai

Bug#443629: libxml-rsslite-perl: regexp error parsing certain feed

2007-09-22 Thread Kevin Ryde
Package: libxml-rsslite-perl Version: 0.11-1 Severity: normal File: /usr/share/perl5/XML/RSSLite.pm The file below run as "perl bar.pl" gets an error Unmatched [ in regex; marked by <-- HERE in m/![ <-- HERE CDATA[/ at /usr/share/perl5/XML/RSSLite.pm line 266. I suspect the parsing somehow