From: Arthur Axel 'fREW' Schmidt Date: Thu, 20 Jan 2011 18:46:23 +0000 (-0600) Subject: Release 2.020 X-Git-Tag: v2.020^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FData-Dumper-Concise.git;a=commitdiff_plain;h=f717f5934bee3df4d972b7c7bf40d170127fb859 Release 2.020 --- diff --git a/Changes b/Changes index 0659c74..c528614 100644 --- 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 diff --git a/lib/Data/Dumper/Concise.pm b/lib/Data/Dumper/Concise.pm index 14c147c..5e58826 100644 --- a/lib/Data/Dumper/Concise.pm +++ b/lib/Data/Dumper/Concise.pm @@ -2,7 +2,7 @@ package Data::Dumper::Concise; use 5.006; -$VERSION = '2.012'; +$VERSION = '2.020'; require Exporter; require Data::Dumper;