From: Nicholas Clark Date: Tue, 19 Apr 2011 19:57:36 +0000 (+0100) Subject: Bump $VERSION to 0.74_50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=0649e45eeb471d565243c5b4a205075e43d1d85b Bump $VERSION to 0.74_50 --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 2690cee..c7b8d0f 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'; +$VERSION = '0.74_50'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 79644ed..ab1d6d5 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', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.74_50', 'VERSION MATCHES'); ############################################################################# # some basic checks: