From: Nicholas Clark Date: Thu, 14 Apr 2011 18:59:59 +0000 (+0100) Subject: Bump $VERSION to 0.72_50, ready for a development release. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d46c0bd49534388814d9797c6a5c2d52f168796;p=p5sagit%2FDevel-Size.git Bump $VERSION to 0.72_50, ready for a development release. --- diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index d028d8c..2355afc 100644 --- a/lib/Devel/Size.pm +++ b/lib/Devel/Size.pm @@ -17,7 +17,7 @@ require DynaLoader; @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); @EXPORT = qw( ); -$VERSION = '0.72'; +$VERSION = '0.72_50'; bootstrap Devel::Size $VERSION; diff --git a/t/basic.t b/t/basic.t index 22badb3..f299f10 100644 --- a/t/basic.t +++ b/t/basic.t @@ -23,7 +23,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', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.72_50', 'VERSION MATCHES'); ############################################################################# # some basic checks: diff --git a/t/recurse.t b/t/recurse.t index 15adcf7..845e825 100644 --- a/t/recurse.t +++ b/t/recurse.t @@ -29,7 +29,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', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.72_50', 'VERSION MATCHES'); ############################################################################# # verify that pointer sizes in array slots are sensible: