X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=cab1163fe528c37fc8c5020a43b2897b4ce5be21;hb=91bfd1610444d4abd552caf3e2f89d7ce7bd8ce3;hp=30a7fed48716924f8691050d8e526654a39c5d22;hpb=42f8d5be5827b4aa9caf6776409c0cf046ca186c;p=p5sagit%2FData-Dumper-Concise.git diff --git a/Changes b/Changes index 30a7fed..cab1163 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,44 @@ +Revision history for Data-Dumper-Concise + + - convert distribution from Module::Install to Distar; fixes RT#120856 + - every module has a $VERSION now (RT#116427) + +2.022 Mar 21 2014 + - Fix repo metadata + +2.021 Dec 31 2013 + - Make Dwarn output all arguments even in scalar context + (retun val is still the same though) + +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 + +2.012 Aug 31 2010 + - Make DwarnN test still work if Devel::ArgNames isn't installed + +2.011 Aug 30 2010 + - add $DwarnN export + - make Devel::ArgNames an optional dep + +2.010 Jul 29 2010 + - add $Dwarn export + +2.001 Jul 23 2010 + - add documentation for DwarnN + +2.000 Jul 22 2010 + - remove Dumper() returning object + - add DwarnN + - add DwarnL + - make Dwarn contextual + - document ::Dwarn idiom + +1.200 Feb 13 2010 + - make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work + +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