Skip Menu |

This queue is for tickets about the RSS-Parser-Lite CPAN distribution.

Report information
The Basics
Id: 132771
Status: new
Priority: 0/
Queue: RSS-Parser-Lite

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.12_01
Fixed in: (no value)



Subject: synopsis syntax error
This line has one too few close parentheses: if (defined $it->get('pubDate') { print "publication date found: " . $it->get('pubDate')."\n"; } should read if (defined $it->get('pubDate')) { print "publication date found: " . $it->get('pubDate')."\n"; }