Bump $VERSION to 0.80
Nicholas Clark [Mon, 30 Mar 2015 17:05:30 +0000 (19:05 +0200)]
CHANGES
lib/Devel/Size.pm
t/basic.t

diff --git a/CHANGES b/CHANGES
index 24ae463..0187872 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Revision history for Perl extension Devel::Size.
 
+0.80 2015-03-31 nicholas
+ [no changes]
+
 0.79_54 2015-03-27 nicholas
   * Fix the definition of padlist_size() for post-5.20 perls.
   * Avoid tests failing because Test::More lazy-loading changes the size of %::
index 883e0b1..45cfc4c 100644 (file)
@@ -14,7 +14,7 @@ require XSLoader;
 # This allows declaration   use Devel::Size ':all';
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
-$VERSION = '0.79_54';
+$VERSION = '0.80';
 
 XSLoader::load( __PACKAGE__);
 
index 33edaba..b4f6d99 100644 (file)
--- 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_54', 'VERSION MATCHES');
+    unless is ($Devel::Size::VERSION, '0.80', 'VERSION MATCHES');
 
 #############################################################################
 # some basic checks: