Use Trailingcomma option when available (RT#114609)
[p5sagit/Data-Dumper-Concise.git] / Changes
1 Revision history for Data-Dumper-Concise
2
3   - convert distribution from Module::Install to Distar; fixes RT#120856
4   - every module has a $VERSION now (RT#116427)
5   - add support for Trailingcomma option (RT#114609, Aaron Crane)
6
7 2.022 Mar 21 2014
8   - Fix repo metadata
9
10 2.021 Dec 31 2013
11   - Make Dwarn output all arguments even in scalar context
12      (retun val is still the same though)
13
14 2.020 Jan 20 2011
15   - Add DumperObject for getting at the underlying obj
16   - create DwarnF for formatting Dumper'd output
17   - Create Ddie for die'ing output
18
19 2.012 Aug 31 2010
20   - Make DwarnN test still work if Devel::ArgNames isn't installed
21
22 2.011 Aug 30 2010
23   - add $DwarnN export
24   - make Devel::ArgNames an optional dep
25
26 2.010 Jul 29 2010
27   - add $Dwarn export
28
29 2.001 Jul 23 2010
30   - add documentation for DwarnN
31
32 2.000 Jul 22  2010
33   - remove Dumper() returning object
34   - add DwarnN
35   - add DwarnL
36   - make Dwarn contextual
37   - document ::Dwarn idiom
38
39 1.200 Feb 13 2010
40   - make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work
41
42 1.100 Dec 10 2009
43   - add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS
44     helper functions
45   - add Devel::Dwarn as a more concise alias for ::Sugar
46
47 1.002 Nov 22 2009
48   - open up non-ref and multiple arguments since I've not seen any other
49     viable use for the additional syntax
50
51 1.001 Oct 5 2009
52   - more explanation of purpose, limitations and alternatives in the POD
53
54 1.000 Oct 3 2009
55   - Dumper() returns concise Data::Dumper object
56   - Dumper($ref) returns concisely dumped ref
57   - anything else die()s