Update MANIFEST. Tweak VERSION for dev release.
Tim Bunce [Wed, 3 Oct 2012 11:27:52 +0000 (12:27 +0100)]
MANIFEST
lib/Devel/SizeMe.pm
t/basic.t

index 749ddfe..fb0c021 100644 (file)
--- 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
index 794a228..278d3b4 100644 (file)
@@ -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);
index 1a898fe..bdb1b18 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.02', 'VERSION MATCHES');
+    unless is ($Devel::SizeMe::VERSION, '0.020_080', 'VERSION MATCHES');
 
 #############################################################################
 # some basic checks: