From: Nicholas Clark Date: Thu, 26 Mar 2015 16:21:10 +0000 (+0100) Subject: Bump $VERSION to 0.79_54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=be6c98fced97faaf29da7ac4ab4a351e81f46e3a;hp=a8fa215c7b5b72b98f8e6029907087b0ff176594 Bump $VERSION to 0.79_54 --- diff --git a/CHANGES b/CHANGES index c4f0f2f..e1f55be 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Revision history for Perl extension Devel::Size. +0.79_54 2015-03-27 nicholas + 0.79_53 2015-03-25 nicholas * Avoid t/recurse.t failing on earlier versions on 32 bit platforms (subroutines are smaller than it assumes) diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 71018a8..883e0b1 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_53'; +$VERSION = '0.79_54'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 8b88655..33edaba 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_53', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.79_54', 'VERSION MATCHES'); ############################################################################# # some basic checks: