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