add $VERSIONs to every module (RT#116427)
[p5sagit/Data-Dumper-Concise.git] / Changes
CommitLineData
490d8db8 1Revision history for Data-Dumper-Concise
2
679fe9d0 3 - convert distribution from Module::Install to Distar; fixes RT#120856
91bfd161 4 - every module has a $VERSION now (RT#116427)
679fe9d0 5
490d8db8 62.022 Mar 21 2014
7 - Fix repo metadata
8
0d511978 92.021 Dec 31 2013
10 - Make Dwarn output all arguments even in scalar context
11 (retun val is still the same though)
12
f717f593 132.020 Jan 20 2011
7bbc3007 14 - Add DumperObject for getting at the underlying obj
92264889 15 - create DwarnF for formatting Dumper'd output
2566c738 16 - Create Ddie for die'ing output
92264889 17
452e7ff2 182.012 Aug 31 2010
19 - Make DwarnN test still work if Devel::ArgNames isn't installed
20
bef8cf5e 212.011 Aug 30 2010
22 - add $DwarnN export
23 - make Devel::ArgNames an optional dep
24
c8b31788 252.010 Jul 29 2010
26 - add $Dwarn export
27
9469b5b0 282.001 Jul 23 2010
29 - add documentation for DwarnN
30
312.000 Jul 22 2010
39d55feb 32 - remove Dumper() returning object
0deeb75f 33 - add DwarnN
69d8b422 34 - add DwarnL
35 - make Dwarn contextual
36 - document ::Dwarn idiom
37
9e8a5bca 381.200 Feb 13 2010
2570b7be 39 - make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work
40
7e7c5754 411.100 Dec 10 2009
42f8d5be 42 - add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS
43 helper functions
44 - add Devel::Dwarn as a more concise alias for ::Sugar
45
e946236e 461.002 Nov 22 2009
47 - open up non-ref and multiple arguments since I've not seen any other
48 viable use for the additional syntax
49
3d4be272 501.001 Oct 5 2009
73939723 51 - more explanation of purpose, limitations and alternatives in the POD
52
6d2a9a35 531.000 Oct 3 2009
54 - Dumper() returns concise Data::Dumper object
55 - Dumper($ref) returns concisely dumped ref
56 - anything else die()s