From: Nicholas Clark Date: Thu, 5 May 2011 09:15:51 +0000 (+0200) Subject: Bump $VERSION to 0.75_52 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6cba40961d44a6cd61f1cb8d3b9040e6879eadb0;p=p5sagit%2FDevel-Size.git Bump $VERSION to 0.75_52 --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 53ba31f..51e61ec 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.75_51'; +$VERSION = '0.75_52'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 319975f..980899b 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.75_51', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.75_52', 'VERSION MATCHES'); ############################################################################# # some basic checks: