Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bleadperl 2154eca7 breaks HTML::Parser 3.66 [RT#60368]
  • Loading branch information
nwc10 authored and gisle committed Aug 17, 2010
1 parent 3786975 commit b575543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Parser.xs
Expand Up @@ -125,6 +125,7 @@ newSVpvn(char *s, STRLEN len)
static SV*
check_handler(pTHX_ SV* h)
{
SvGETMAGIC(h);
if (SvROK(h)) {
SV* myref = SvRV(h);
if (SvTYPE(myref) == SVt_PVCV)
Expand Down

0 comments on commit b575543

Please sign in to comment.