add $VERSIONs to every module (RT#116427)
[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
6 2.022 Mar 21 2014
7   - Fix repo metadata
8
9 2.021 Dec 31 2013
10   - Make Dwarn output all arguments even in scalar context
11      (retun val is still the same though)
12
13 2.020 Jan 20 2011
14   - Add DumperObject for getting at the underlying obj
15   - create DwarnF for formatting Dumper'd output
16   - Create Ddie for die'ing output
17
18 2.012 Aug 31 2010
19   - Make DwarnN test still work if Devel::ArgNames isn't installed
20
21 2.011 Aug 30 2010
22   - add $DwarnN export
23   - make Devel::ArgNames an optional dep
24
25 2.010 Jul 29 2010
26   - add $Dwarn export
27
28 2.001 Jul 23 2010
29   - add documentation for DwarnN
30
31 2.000 Jul 22  2010
32   - remove Dumper() returning object
33   - add DwarnN
34   - add DwarnL
35   - make Dwarn contextual
36   - document ::Dwarn idiom
37
38 1.200 Feb 13 2010
39   - make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work
40
41 1.100 Dec 10 2009
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
46 1.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
50 1.001 Oct 5 2009
51   - more explanation of purpose, limitations and alternatives in the POD
52
53 1.000 Oct 3 2009
54   - Dumper() returns concise Data::Dumper object
55   - Dumper($ref) returns concisely dumped ref
56   - anything else die()s