From: Nicholas Clark Date: Mon, 16 May 2011 12:40:06 +0000 (+0100) Subject: Bump $VERSION to 0.77_50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=3cba7a2c0211121aabb5cda50db17a5d84de1773 Bump $VERSION to 0.77_50 --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index a1fb51b..61ad183 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.77'; +$VERSION = '0.77_50'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 69218ca..416e39b 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.77', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.77_50', 'VERSION MATCHES'); ############################################################################# # some basic checks: