Skip Menu |

This queue is for tickets about the HTML-Summary CPAN distribution.

Report information
The Basics
Id: 92320
Status: new
Priority: 0/
Queue: HTML-Summary

People
Owner: Nobody in particular
Requestors: paul [...] xsdnet.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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