From: Nicholas Clark Date: Fri, 15 Apr 2011 12:40:45 +0000 (+0100) Subject: Bump $VERSION to 0.72_52 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=8d1f46c5ea38e057de3ade70c5d81256aea7f873 Bump $VERSION to 0.72_52 --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 62c12c6..c71f1e2 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_51'; +$VERSION = '0.72_52'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 552aa12..1ccc78c 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_51', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.72_52', 'VERSION MATCHES'); ############################################################################# # some basic checks: diff --git a/t/recurse.t b/t/recurse.t index 04d0af9..01a9ba1 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_51', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.72_52', 'VERSION MATCHES'); ############################################################################# # verify that pointer sizes in array slots are sensible: