tag 0.0.1 to fix a missing depend

git-svn-id: svn://127.0.0.1/Perl/Data::SIprefixes/trunk@882 0c1c3402-1be1-de11-8092-0022686faf23
This commit is contained in:
Zane C. B-H 2016-01-09 16:05:12 +00:00
parent 50fc6b9d0e
commit 466fb4600b
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,7 @@
Revision history for Data-SIprefixes
0.0.1 2016-01-09/10:00
-Add a missing depend to Makefile.PL.
0.0.0 2012-05-22/16:00
-Initial release.

View File

@ -18,6 +18,8 @@ WriteMakefile(
'Math::BigFloat'=>0,
'bignum'=>0,
'Error::Helper'=>0,
'Module::List'=>0,
'Data::SImeasures'=>0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Data-SIprefixes-*' },

View File

@ -13,11 +13,11 @@ Data::SIprefixes - This helps with working with numbers with SI prefixed measure
=head1 VERSION
Version 0.0.0
Version 0.0.1
=cut
our $VERSION = '0.0.0';
our $VERSION = '0.0.1';
=head1 SYNOPSIS