Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Netscape-Bookmarks CPAN distribution.

Report information
The Basics
Id: 16585
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Netscape-Bookmarks

People
Owner: bdfoy [...] cpan.org
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

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



Subject: Warning with empty constructor
If the constructor is invoked with no arguments and warnings are enabled, N::B emits an uninitialized variable message. perl -MNetscape::Bookmarks -we'Netscape::Bookmarks->new' Use of uninitialized value in numeric eq (==) at Netscape/Bookmarks/Category.pm line 96. If "use warnings" were on in N::B::C, then this would have been discovered earlier. Sure, that would break 5.005 compatibility, but that's worth it I say. -- Chris