Mon Jan 20 22:38:46 2014paul [...] xsdnet.com - Ticket created
Subject:
Generates use of uninitialized value warning
Date:
Tue, 21 Jan 2014 03:37:56 +0000
To:
bug-HTML-Summary [...] rt.cpan.org
From:
Paul Ryan <paul [...] xsdnet.com>
Hi Neil,
Module version: 0.019
I get uninitialized value warnings when USE_META is set. This seems
to be because not all meta tags have a name attribute. The relevant
line is:
if ( lc( $node->attr( 'name' ) ) eq 'description' )
under the subroutine "_get_summary_from_meta"
Thanks for all the work you put into Perl.
Paul