From: Nicholas Clark Date: Sun, 1 May 2011 19:51:58 +0000 (+0100) Subject: Bump $VERSION to 0.74_53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe105cc1d3491ea9892ad4b7c8ccf579ea5eab94;p=p5sagit%2FDevel-Size.git Bump $VERSION to 0.74_53 --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index e881925..6274f3f 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.74_52'; +$VERSION = '0.74_53'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 8bbfa3e..6ce0dbd 100644 --- a/t/basic.t +++ b/t/basic.t @@ -11,7 +11,7 @@ can_ok ('Devel::Size', qw/ /); die ("Uhoh, test uses an outdated version of Devel::Size") - unless is ($Devel::Size::VERSION, '0.74_52', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.74_53', 'VERSION MATCHES'); ############################################################################# # some basic checks: