Your message dated Sat, 13 Sep 2008 18:40:32 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Processed: reassign 218078 to libwhisker2-perl
has caused the Debian Bug report #218078,
regarding LW::html_find_tags seems broken
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
218078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=218078
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libwhisker-perl
Version: 1.8-1

        LW::html_find_tags new support for XML appears to have broken its
support for HTML.  This call normally provides the user with a hashref of
attributes associated with tags found in the HTML, but in this latest
version the hashref is always empty.  I believe it is due to a logical
error in the code that winds up only filling the hash if LW::html_find_tags
is processing an XML document.  A patch that I believe corrects this issue
is attached.
                                                Thanks,
                                                Robert
diff -Naur libwhisker-perl-1.8.orig/libs/html.pl 
libwhisker-perl-1.8/libs/html.pl
--- libwhisker-perl-1.8.orig/libs/html.pl       2002-12-19 08:29:14.000000000 
-0800
+++ libwhisker-perl-1.8/libs/html.pl    2003-10-28 15:10:02.000000000 -0800
@@ -180,7 +180,7 @@
                  } 
                } # if $c ne '>'
                $c--;
-               $TAG{$ELEMENT}=$VALUE if($ELEMENT ne '' && ($xml && $ELEMENT ne 
'/'));
+               $TAG{$ELEMENT}=$VALUE if($ELEMENT ne '' || ($xml && $ELEMENT ne 
'/'));
        }
 }}
 

--- End Message ---
--- Begin Message ---
fixed 218078 2.4-1
thanks

OoO Lors de la soirée naissante du samedi 13 septembre 2008, vers 18:15,
[EMAIL PROTECTED] (Debian Bug Tracking System) disait :

>> # Automatically generated email from bts, devscripts version 2.10.26ubuntu12
>> reassign 218078 libwhisker2-perl
> Bug#218078: LW::html_find_tags seems broken
> Bug reassigned from package `libwhisker-perl' to `libwhisker2-perl'.

Hi!

This bug is already fixed in whisker2. I am closing this bug.
-- 
printk(KERN_WARNING "%s: Short circuit detected on the lobe\n",
dev->name);
        2.4.0-test2 /usr/src/linux/drivers/net/tokenring/lanstreamer.c

Attachment: pgpKukSAElDWr.pgp
Description: PGP signature


--- End Message ---

Reply via email to