From: Tim Bunce Date: Wed, 17 Oct 2012 09:48:07 +0000 (+0100) Subject: Bump VERSION to 0.06 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e29097e52c7b556bfe7fe5dd9853d5b1d4b9647;p=p5sagit%2FDevel-Size.git Bump VERSION to 0.06 --- diff --git a/CHANGES b/CHANGES index ff18cd2..e04ef0f 100644 --- 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. diff --git a/lib/Devel/SizeMe.pm b/lib/Devel/SizeMe.pm index 26a1b26..0606da2 100644 --- a/lib/Devel/SizeMe.pm +++ b/lib/Devel/SizeMe.pm @@ -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); diff --git a/t/basic.t b/t/basic.t index e9bee5e..bfbf840 100644 --- 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: