From: Nicholas Clark Date: Sun, 12 May 2013 13:53:32 +0000 (+0200) Subject: Bump $VERSION to 0.79 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=346993b5264beb181322abbd18c3942f872d01e7;hp=29db7136bade901912a1a708de862befa6074e3c Bump $VERSION to 0.79 --- diff --git a/CHANGES b/CHANGES index 28d82b3..0c1f1e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Revision history for Perl extension Devel::Size. +0.79 2013-05-12 nicholas + [no changes] + 0.78_52 2013-05-10 nicholas * Fix the bug in the previous fix. Oops :-) diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 059b4d1..65eec3a 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.78_52'; +$VERSION = '0.79'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 14351a4..9c3ceae 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.78_52', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.79', 'VERSION MATCHES'); ############################################################################# # some basic checks: