From: Nicholas Clark Date: Mon, 30 Mar 2015 17:05:30 +0000 (+0200) Subject: Bump $VERSION to 0.80 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=61f5c49882e849a12447040335c8a9355a77eef6 Bump $VERSION to 0.80 --- diff --git a/CHANGES b/CHANGES index 24ae463..0187872 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Revision history for Perl extension Devel::Size. +0.80 2015-03-31 nicholas + [no changes] + 0.79_54 2015-03-27 nicholas * Fix the definition of padlist_size() for post-5.20 perls. * Avoid tests failing because Test::More lazy-loading changes the size of %:: diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 883e0b1..45cfc4c 100644 --- a/lib/Devel/Size.pm +++ b/lib/Devel/Size.pm @@ -14,7 +14,7 @@ require XSLoader; # This allows declaration use Devel::Size ':all'; %EXPORT_TAGS = ( 'all' => \@EXPORT_OK ); -$VERSION = '0.79_54'; +$VERSION = '0.80'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 33edaba..b4f6d99 100644 --- a/t/basic.t +++ b/t/basic.t @@ -10,7 +10,7 @@ can_ok ('Devel::Size', qw/ /); die ("Uhoh, test uses an outdated version of Devel::Size") - unless is ($Devel::Size::VERSION, '0.79_54', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.80', 'VERSION MATCHES'); ############################################################################# # some basic checks: