From: Tim Bunce Date: Wed, 3 Oct 2012 13:51:40 +0000 (+0100) Subject: bump version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0520573845fbde83fb99d51310d5ae578ba0e6db;p=p5sagit%2FDevel-Size.git bump version --- diff --git a/lib/Devel/SizeMe.pm b/lib/Devel/SizeMe.pm index 38fa342..ea3cd90 100644 --- a/lib/Devel/SizeMe.pm +++ b/lib/Devel/SizeMe.pm @@ -27,7 +27,7 @@ require 5.005; require Exporter; require XSLoader; -$VERSION = '0.020_080'; +$VERSION = '0.020_081'; @ISA = qw(Exporter); @EXPORT_OK = qw(size total_size perl_size heap_size); diff --git a/t/basic.t b/t/basic.t index bdb1b18..11e2b6c 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.020_080', 'VERSION MATCHES'); + unless is ($Devel::SizeMe::VERSION, '0.020_081', 'VERSION MATCHES'); ############################################################################# # some basic checks: