From: Matt S Trout Date: Sat, 13 Feb 2010 18:53:42 +0000 (+0000) Subject: 1.200 release commit X-Git-Tag: v2.000~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FData-Dumper-Concise.git;a=commitdiff_plain;h=9e8a5bca132ade1de969c6facc731b2985bc8bb9 1.200 release commit --- diff --git a/Changes b/Changes index b98affd..eb704ca 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +1.200 Feb 13 2010 - make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work 1.100 Dec 10 2009 diff --git a/lib/Data/Dumper/Concise.pm b/lib/Data/Dumper/Concise.pm index 3f7111c..2220af7 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 = '1.100'; +$VERSION = '1.200'; require Exporter; require Data::Dumper;