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