Bump VERSION to 0.06
Tim Bunce [Wed, 17 Oct 2012 09:48:07 +0000 (10:48 +0100)]
CHANGES
lib/Devel/SizeMe.pm
t/basic.t

diff --git a/CHANGES b/CHANGES
index ff18cd2..e04ef0f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
 Revision history for Perl extension Devel::SizeMe.
 
+0.06 2012-10-17 Tim Bunce
+
+ * fix madprop_size, hopefully (untested)
+ * fix pod NAME, thanks to Moritz
+ * fix to work with Mojolocious < v2.49, thanks to Peter (Stig) Edwards.
+
 0.05 2012-10-11 Tim Bunce
 
  * Assorted version portability and compiler warning fixes.
index 26a1b26..0606da2 100644 (file)
@@ -27,7 +27,7 @@ require 5.005;
 require Exporter;
 require XSLoader;
 
-$VERSION = '0.05';
+$VERSION = '0.06';
 @ISA = qw(Exporter);
 
 @EXPORT_OK = qw(size total_size perl_size heap_size);
index e9bee5e..bfbf840 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -10,7 +10,7 @@ can_ok ('Devel::SizeMe', qw/
   /);
 
 die ("Uhoh, test uses an outdated version of Devel::SizeMe")
-    unless is ($Devel::SizeMe::VERSION, '0.05', 'VERSION MATCHES');
+    unless is ($Devel::SizeMe::VERSION, '0.06', 'VERSION MATCHES');
 
 #############################################################################
 # some basic checks: