From: Matt S Trout Date: Mon, 5 Oct 2009 16:43:06 +0000 (+0100) Subject: release 1.001 X-Git-Tag: v2.000~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d4be272352a0ce54b8f9bbe159cfc29bc4ab779;hp=739397239c2f69a006bfcaa8a6d418c611cd34b8;p=p5sagit%2FData-Dumper-Concise.git release 1.001 --- diff --git a/Changes b/Changes index 7391ea7..310620d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +1.001 Oct 5 2009 - more explanation of purpose, limitations and alternatives in the POD 1.000 Oct 3 2009 diff --git a/lib/Data/Dumper/Concise.pm b/lib/Data/Dumper/Concise.pm index 66ab409..7c60395 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.000'; +$VERSION = '1.001'; require Exporter; require Data::Dumper;