From: Nicholas Clark Date: Fri, 20 Mar 2015 21:33:35 +0000 (+0100) Subject: Bump $VERSION to 0.79_53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=dee2944d42693e2370b3dabd43309d42a05751a8 Bump $VERSION to 0.79_53 --- diff --git a/CHANGES b/CHANGES index 876fccf..81317dc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Revision history for Perl extension Devel::Size. +0.79_53 2015-03-21 nicholas + 0.79_52 2015-03-20 nicholas two patches from Zefram: * handle the new METHOP. [CPAN #101071] diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 172b838..71018a8 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_52'; +$VERSION = '0.79_53'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 357c328..8b88655 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_52', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.79_53', 'VERSION MATCHES'); ############################################################################# # some basic checks: