From: Nicholas Clark Date: Wed, 4 May 2011 16:10:22 +0000 (+0100) Subject: Bump $VERSION to 0.75_50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=dfa46c4c91efa512829813ea6446b32d96dfb77f Bump $VERSION to 0.75_50 --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 122822d..ee74fc6 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'; +$VERSION = '0.75_50'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index e31c35e..da3631f 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', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.75_50', 'VERSION MATCHES'); ############################################################################# # some basic checks: