From: Nicholas Clark Date: Thu, 14 Apr 2011 20:43:39 +0000 (+0100) Subject: Bump $VERSION to 0.72_51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2bf20888a65c622a3032db35510c9a3611baf325;p=p5sagit%2FDevel-Size.git Bump $VERSION to 0.72_51 --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 78c290e..62c12c6 100644 --- a/lib/Devel/Size.pm +++ b/lib/Devel/Size.pm @@ -17,7 +17,7 @@ require XSLoader; @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); @EXPORT = qw( ); -$VERSION = '0.72_50'; +$VERSION = '0.72_51'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 62c7535..552aa12 100644 --- a/t/basic.t +++ b/t/basic.t @@ -21,7 +21,7 @@ can_ok ('Devel::Size', qw/ Devel::Size->import( qw(size total_size) ); die ("Uhoh, test uses an outdated version of Devel::Size") - unless is ($Devel::Size::VERSION, '0.72_50', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.72_51', 'VERSION MATCHES'); ############################################################################# # some basic checks: diff --git a/t/recurse.t b/t/recurse.t index 00233b8..04d0af9 100644 --- a/t/recurse.t +++ b/t/recurse.t @@ -27,7 +27,7 @@ can_ok ('Devel::Size', qw/ Devel::Size->import( qw(size total_size) ); die ("Uhoh, test uses an outdated version of Devel::Size") - unless is ($Devel::Size::VERSION, '0.72_50', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.72_51', 'VERSION MATCHES'); ############################################################################# # verify that pointer sizes in array slots are sensible: