From: Nicholas Clark Date: Thu, 5 May 2011 08:24:30 +0000 (+0200) Subject: Bump $VERSION to 0.75_51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=06b370a74368865008bcc18d1baaa0ba97a1fb2e;hp=1734b51083e4ac931deccb7c86a71b97e237c795 Bump $VERSION to 0.75_51 --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index ee74fc6..53ba31f 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_50'; +$VERSION = '0.75_51'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index da3631f..319975f 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_50', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.75_51', 'VERSION MATCHES'); ############################################################################# # some basic checks: