From: Tim Bunce Date: Thu, 11 Oct 2012 15:34:50 +0000 (+0100) Subject: Bump to 0.05 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=25aa2364a99a8e41ead9d10d37b86a957b3687e4;p=p5sagit%2FDevel-Size.git Bump to 0.05 --- diff --git a/CHANGES b/CHANGES index a627e2e..ff18cd2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Revision history for Perl extension Devel::SizeMe. +0.05 2012-10-11 Tim Bunce + + * Assorted version portability and compiler warning fixes. + 0.04 2012-10-05 Tim Bunce * Removed Mojolicious::Lite as a prerequisite as it was stoping people diff --git a/lib/Devel/SizeMe.pm b/lib/Devel/SizeMe.pm index 39e2612..8eb9ab2 100644 --- a/lib/Devel/SizeMe.pm +++ b/lib/Devel/SizeMe.pm @@ -27,7 +27,7 @@ require 5.005; require Exporter; require XSLoader; -$VERSION = '0.04'; +$VERSION = '0.05'; @ISA = qw(Exporter); @EXPORT_OK = qw(size total_size perl_size heap_size); diff --git a/t/basic.t b/t/basic.t index c390470..e9bee5e 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.04', 'VERSION MATCHES'); + unless is ($Devel::SizeMe::VERSION, '0.05', 'VERSION MATCHES'); ############################################################################# # some basic checks: