From: Nicholas Clark Date: Sat, 28 Feb 2015 13:45:13 +0000 (+0100) Subject: Bump $VERSION to 0.79_50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=4bdb47818f5506d0df7b2d0e8830d69d99189848 Bump $VERSION to 0.79_50 --- diff --git a/CHANGES b/CHANGES index 0c1f1e5..d1a27a3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Revision history for Perl extension Devel::Size. +0.79_50 2015-02-28 nicholas + 0.79 2013-05-12 nicholas [no changes] diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 65eec3a..d25c4a8 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.79'; +$VERSION = '0.79_50'; XSLoader::load( __PACKAGE__); diff --git a/t/basic.t b/t/basic.t index 9c3ceae..19d6efe 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.79', 'VERSION MATCHES'); + unless is ($Devel::Size::VERSION, '0.79_50', 'VERSION MATCHES'); ############################################################################# # some basic checks: