From: Nicholas Clark Date: Sat, 16 Apr 2011 06:31:10 +0000 (+0100) Subject: Bump version to 0.73 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd79e2ea969c7c00c4b279c60c48ee174161ed55;p=p5sagit%2FDevel-Size.git Bump version to 0.73 --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 2d3491e..bdb4ff5 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.72_52'; +$VERSION = '0.73'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 9805f70..4c2687c 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.72_52', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.73', 'VERSION MATCHES'); ############################################################################# # some basic checks: