release 2.010 v2.010
Arthur Axel 'fREW' Schmidt [Fri, 30 Jul 2010 03:34:41 +0000 (22:34 -0500)]
Changes
lib/Data/Dumper/Concise.pm

diff --git a/Changes b/Changes
index 9e9fda6..89ee9ba 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+2.010 Jul 29 2010
+  - add $Dwarn export
+
 2.001 Jul 23 2010
   - add documentation for DwarnN
 
index 00364a7..e9c7d4d 100644 (file)
@@ -2,7 +2,7 @@ package Data::Dumper::Concise;
 
 use 5.006;
 
-$VERSION = '2.001';
+$VERSION = '2.010';
 
 require Exporter;
 require Data::Dumper;