From: Matt S Trout Date: Thu, 10 Dec 2009 16:43:26 +0000 (+0000) Subject: 1.100 release commit X-Git-Tag: v2.000~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e7c5754783215e8964b61b6e0dff51084db3590;p=p5sagit%2FData-Dumper-Concise.git 1.100 release commit --- diff --git a/Changes b/Changes index 30a7fed..e1c0399 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +1.100 Dec 10 2009 - add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS helper functions - add Devel::Dwarn as a more concise alias for ::Sugar diff --git a/lib/Data/Dumper/Concise.pm b/lib/Data/Dumper/Concise.pm index e61e3e2..3f7111c 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.002'; +$VERSION = '1.100'; require Exporter; require Data::Dumper;