Skip Menu |

This queue is for tickets about the PDL-IO-HDF5 CPAN distribution.

Report information
The Basics
Id: 105984
Status: new
Priority: 0/
Queue: PDL-IO-HDF5

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

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



Subject: %PDLtoHDF5fileMapping is multiply defined
The following error occurs on Perl 5.16, % perl -w -MPDL::IO::HDF5 "my" variable %PDLtoHDF5fileMapping masks earlier declaration in same scope at .../PDL/IO/HDF5/Dataset.pm line 197. (PDL::IO::HDF5 doesn't enable warnings, which is why this probably slipped through the cracks) 9 our ($H5T_STRING, $H5T_REFERENCE, %PDLtoHDF5internalTypeMapping, %HDF5toPDLfileMapping, %PDLtoHDF5fileMapping); [...] 197 my %PDLtoHDF5fileMapping; Thanks, Diab