From: Nicholas Clark Date: Sat, 5 Aug 2017 11:02:04 +0000 (+0200) Subject: Bump $VERSION to 0.81 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd06d5d8595e53d9042bb17a799d3e1b044c12b2;p=p5sagit%2FDevel-Size.git Bump $VERSION to 0.81 --- diff --git a/CHANGES b/CHANGES index 9133d0d..1fce7a3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Revision history for Perl extension Devel::Size. +0.81 2015-08-05 nicholas + [no changes] + 0.80_50 2017-06-21 nicholas * Attempt to fix strange 1 == 1 failures on some older threaded perls. diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index c850490..cb16e08 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.80_50'; +$VERSION = '0.81'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 3827601..02c72e8 100644 --- a/t/basic.t +++ b/t/basic.t @@ -31,7 +31,7 @@ can_ok ('Devel::Size', qw/ /); die ("Uhoh, test uses an outdated version of Devel::Size") - unless is ($Devel::Size::VERSION, '0.80_50', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.81', 'VERSION MATCHES'); ############################################################################# # some basic checks: