HTML::Parser's test fail under bleadperl@15373.  t/headparser-http.t
fails because it thinks it has HTML::HeadParser.

    eval {
       require HTML::HeadParser;
       $p = HTML::HeadParser->new;
    };
    if ($@) {
       print "1..0\n" if $@ =~ /^Can't locate HTTP/;
       print $@;
       exit;
    }

    print "1..1\n";

    $p = HTML::HeadParser->new($h);
    ...

this is a direct result of change 15200, changing the error message
from "Can't locate Foo.pm in @INC" to "Can't locate file Foo.pm".

Backwards compatibility applies to perldiag, too.


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
It's Airplane Glue sniffing time!

Reply via email to