From: Nicholas Clark Date: Wed, 11 May 2011 08:38:00 +0000 (+0100) Subject: Bump $VERSION to 0.76 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a51050dedbf58d9fab377408e3e302160e2ccbc;p=p5sagit%2FDevel-Size.git Bump $VERSION to 0.76 --- diff --git a/CHANGES b/CHANGES index d620ce3..4fa757f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ Revision history for Perl extension Devel::Size. -0.72_52 2011-05-09 nicholas +0.76 2011-05-11 nicholas + * Just fix the version number in the line below. + +0.75_52 2011-05-09 nicholas * Use a table for SV body sizes. These incorporate the space saving post 5.8.x * Correctly handle SvOOK scalars. 5.12 and later don't use SvIVX(). * Magic vtables aren't freed when magic is freed, so don't count them. diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 78e9378..7647da5 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_52'; +$VERSION = '0.76'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 127cb39..0c33c4d 100644 --- a/t/basic.t +++ b/t/basic.t @@ -10,7 +10,7 @@ can_ok ('Devel::Size', qw/ /); die ("Uhoh, test uses an outdated version of Devel::Size") - unless is ($Devel::Size::VERSION, '0.75_52', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.76', 'VERSION MATCHES'); ############################################################################# # some basic checks: