HTML-Parser-3.01 is now on CPAN.  Just a few minor bug fixes:

    Rely on ~-magic instead of a DESTROY method to deallocate
    the internal 'struct p_state'.  This avoid memory leaks
    when people simply wipe of the content of the object hash.

    One of the assertion in hparser.c had opposite logic.  This made
    the parser fail when compiled with a -DDEBUGGING perl.

    Don't assume any specific order of hash keys in the t/cases.t.
    This test failed with some newer development releases of perl.

Reply via email to