Release 2.020 v2.020
Arthur Axel 'fREW' Schmidt [Thu, 20 Jan 2011 18:46:23 +0000 (12:46 -0600)]
Changes
lib/Data/Dumper/Concise.pm

diff --git a/Changes b/Changes
index 0659c74..c528614 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+2.020 Jan 20 2011
   - Add DumperObject for getting at the underlying obj
   - create DwarnF for formatting Dumper'd output
   - Create Ddie for die'ing output
index 14c147c..5e58826 100644 (file)
@@ -2,7 +2,7 @@ package Data::Dumper::Concise;
 
 use 5.006;
 
-$VERSION = '2.012';
+$VERSION = '2.020';
 
 require Exporter;
 require Data::Dumper;