release 1.001
Matt S Trout [Mon, 5 Oct 2009 16:43:06 +0000 (17:43 +0100)]
Changes
lib/Data/Dumper/Concise.pm

diff --git a/Changes b/Changes
index 7391ea7..310620d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+1.001 Oct 5 2009
   - more explanation of purpose, limitations and alternatives in the POD
 
 1.000 Oct 3 2009
index 66ab409..7c60395 100644 (file)
@@ -2,7 +2,7 @@ package Data::Dumper::Concise;
 
 use 5.006;
 
-$VERSION = '1.000';
+$VERSION = '1.001';
 
 require Exporter;
 require Data::Dumper;