Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add correct version info to $meta-merge
And update VERSION to 0.71 to fix a CPAN indexing problem
  • Loading branch information
devel-chm committed Jun 8, 2015
1 parent f44cf12 commit fac8572
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -168,7 +168,7 @@ $meta_merge = {
},
},
resources => {
license => [ 'http://cpansearch.perl.org/src/CHM/PDL-IO-HDF5-0.65/COPYRIGHT' ],
license => [ 'http://cpansearch.perl.org/src/CHM/PDL-IO-HDF5-0.71/COPYRIGHT' ],
homepage => 'http://pdl.perl.org/',
bugtracker => {
web => 'http://rt.cpan.org/Public/Dist/Display.html?Name=PDL-IO-HDF5',
Expand All @@ -188,7 +188,7 @@ $meta_merge = {
'provides' => {
'PDL::IO::HDF5' => {
'file' => 'hdf5.pd',
'version' => '0.65_02',
'version' => '0.71',
},
},
};
Expand Down
8 changes: 8 additions & 0 deletions Release_Notes
@@ -1,3 +1,11 @@
Release Notes for PDL-IO-HDF5 0.71 --------------------------

General Notes:

Fix indexing problem with PDL-IO-HDF5 0.70



Release Notes for PDL-IO-HDF5 0.70 --------------------------

General Notes:
Expand Down
2 changes: 1 addition & 1 deletion hdf5.pd
@@ -1,6 +1,6 @@
use Config;

our $VERSION = '0.70';
our $VERSION = '0.71';
pp_setversion(qq{'$VERSION'});

# Necessary includes for .xs file
Expand Down

0 comments on commit fac8572

Please sign in to comment.