Skip Menu |

This queue is for tickets about the CDB_File CPAN distribution.

Report information
The Basics
Id: 112472
Status: resolved
Priority: 0/
Queue: CDB_File

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

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



Subject: Fails with 5.8.1 and 5.8.2
Note: rated unimportant. The test says, that 5.6.2 does not warn on $X{$somethingundef}. My smoker just found that this is also true through 5.8.2. 5.8.3 is the first to have that warning implemented: % /home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.1/13e0/bin/perl -we 'my(%X,$x); exists $X{$x}' % /home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.2/109d/bin/perl -we 'my(%X,$x); exists $X{$x}' % /home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.3/109d/bin/perl -we 'my(%X,$x); exists $X{$x}' Use of uninitialized value in exists at -e line 1. HTH&&Thanks,
Ticket migrated to github as https://github.com/toddr/CDB_File/issues/4