From: Arthur Axel 'fREW' Schmidt Date: Fri, 30 Jul 2010 03:34:41 +0000 (-0500) Subject: release 2.010 X-Git-Tag: v2.010^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8b31788a1cef439d63dc4cd808995778c73e1c5;p=p5sagit%2FData-Dumper-Concise.git release 2.010 --- diff --git a/Changes b/Changes index 9e9fda6..89ee9ba 100644 --- 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 diff --git a/lib/Data/Dumper/Concise.pm b/lib/Data/Dumper/Concise.pm index 00364a7..e9c7d4d 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.001'; +$VERSION = '2.010'; require Exporter; require Data::Dumper;