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