From: Tim Bunce Date: Wed, 3 Oct 2012 11:27:52 +0000 (+0100) Subject: Update MANIFEST. Tweak VERSION for dev release. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7f2106a9bd388eebb70bae0b52a8d7cbc0617cc4;p=p5sagit%2FDevel-Size.git Update MANIFEST. Tweak VERSION for dev release. --- diff --git a/MANIFEST b/MANIFEST index 749ddfe..fb0c021 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,12 +1,27 @@ +bin/sizeme_graph.pl +bin/sizeme_store.pl CHANGES lib/Devel/SizeMe.pm +lib/Devel/SizeMe/Graph.pm +lib/Devel/SizeMe/Graph/static/css/base.css +lib/Devel/SizeMe/Graph/static/css/Treemap.css +lib/Devel/SizeMe/Graph/static/excanvas.js +lib/Devel/SizeMe/Graph/static/jit-yc.js +lib/Devel/SizeMe/Graph/static/jit.js +lib/Devel/SizeMe/Graph/static/jquery-1.8.1-min.js +lib/Devel/SizeMe/Graph/static/sprintf.js +lib/Devel/SizeMe/Graph/static/treemap.js Makefile.PL MANIFEST MANIFEST.SKIP -META.yml Module meta-data (added by MakeMaker) +META.yml Module meta-data (added by MakeMaker) +MYMETA.json +MYMETA.yml +ppport.h README +refcounted_he.h +sizeme.db SizeMe.xs -ppport.h t/basic.t t/code.t t/globs.t @@ -15,5 +30,5 @@ t/pod.t t/pod_cov.t t/pvbm.t t/recurse.t -t/warnings.t A rather exhaustive test for the non-exceptional warnings -typemap The typemap for UV, missing from 5.005_xx +t/warnings.t A rather exhaustive test for the non-exceptional warnings +typemap The typemap for UV, missing from 5.005_xx diff --git a/lib/Devel/SizeMe.pm b/lib/Devel/SizeMe.pm index 794a228..278d3b4 100644 --- a/lib/Devel/SizeMe.pm +++ b/lib/Devel/SizeMe.pm @@ -27,7 +27,7 @@ require 5.005; require Exporter; require XSLoader; -$VERSION = '0.02'; +$VERSION = '0.020_080'; @ISA = qw(Exporter); @EXPORT_OK = qw(size total_size perl_size heap_size); diff --git a/t/basic.t b/t/basic.t index 1a898fe..bdb1b18 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.02', 'VERSION MATCHES'); + unless is ($Devel::SizeMe::VERSION, '0.020_080', 'VERSION MATCHES'); ############################################################################# # some basic checks: