Skip to content

Can't call method "id" on an undefined value at /usr/share/perl5/HTML/Microdata.pm line 91 #6

@wilx

Description

@wilx

I am seeing access through undefined value on the Microdata on http://neurosciencenews.com/profanity-honesty-psychology-5944/. Here is a reproduction one liner:

$ perl -MLWP::Simple -MHTML::Microdata -e 'my $url=q{http://neurosciencenews.com/profanity-honesty-psychology-5944/}; my $htmldoc=get($url); HTML::Microdata->extract($htmldoc, base => $url);'                                                                     
Can't call method "id" on an undefined value at /usr/share/perl5/HTML/Microdata.pm line 91.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions