Skip to content

Commit

Permalink
Addressed warning related to masking of %PDLtoHDF5fileMapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Shahba authored and mohawk2 committed Jan 12, 2025
1 parent 3ab50c6 commit 6112d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
perl-version: ['5.16', '5.20']
perl-version: ['5.14', '5.20']
include:
- perl-version: '5.30'
os: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion HDF5/Dataset.pm
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ B<Usage:>
);

# Mapping of PDL types to what types they are written to in the HDF5 file.
my %PDLtoHDF5fileMapping;
if ( isbigendian() ) {
%PDLtoHDF5fileMapping = (
$PDL::Types::PDL_SB => PDL::IO::HDF5::H5T_STD_I8BE(),
Expand Down
5 changes: 2 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ my $meta_merge = {
'Andrew Benson <abenson AT obs.carnegiescience.edu>',
],
'license' => [ 'perl_5' ],
'version' => '0.73',
'meta_spec' => {
'version' => '2',
'url' => 'http://search.cpan.org/perldoc?CPAN::Meta::Spec',
Expand Down Expand Up @@ -155,7 +154,7 @@ my $meta_merge = {
},
},
resources => {
license => [ 'http://cpansearch.perl.org/src/CHM/PDL-IO-HDF5-0.73/COPYRIGHT' ],
license => [ 'http://dev.perl.org/licenses/' ],
homepage => 'http://pdl.perl.org/',
bugtracker => {
web => 'https://github.com/PDLPorters/pdl-io-hdf5/issues',
Expand Down Expand Up @@ -199,4 +198,4 @@ WriteMakefile(
'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', PREOP => $preop },
);

sub MY::postamble { pdlpp_postamble($package); }
sub MY::postamble { pdlpp_postamble($package); }

0 comments on commit 6112d90

Please sign in to comment.