1.100 release commit
Matt S Trout [Thu, 10 Dec 2009 16:43:26 +0000 (16:43 +0000)]
Changes
lib/Data/Dumper/Concise.pm

diff --git a/Changes b/Changes
index 30a7fed..e1c0399 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+1.100 Dec 10 2009
   - add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS
     helper functions
   - add Devel::Dwarn as a more concise alias for ::Sugar
index e61e3e2..3f7111c 100644 (file)
@@ -2,7 +2,7 @@ package Data::Dumper::Concise;
 
 use 5.006;
 
-$VERSION = '1.002';
+$VERSION = '1.100';
 
 require Exporter;
 require Data::Dumper;