From: Nicholas Clark Date: Wed, 11 May 2011 09:02:19 +0000 (+0100) Subject: Bump $VERSION to 0.76_50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=0f6519384a2c1182532e669235866c459dbd17d2 Bump $VERSION to 0.76_50 --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 7647da5..19812a5 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.76'; +$VERSION = '0.76_50'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 0c33c4d..ff6478a 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.76', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.76_50', 'VERSION MATCHES'); ############################################################################# # some basic checks: