Commit | Line | Data |
39d55feb |
1 | - remove Dumper() returning object |
69d8b422 |
2 | - add DwarnL |
3 | - make Dwarn contextual |
4 | - document ::Dwarn idiom |
5 | |
9e8a5bca |
6 | 1.200 Feb 13 2010 |
2570b7be |
7 | - make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work |
8 | |
7e7c5754 |
9 | 1.100 Dec 10 2009 |
42f8d5be |
10 | - add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS |
11 | helper functions |
12 | - add Devel::Dwarn as a more concise alias for ::Sugar |
13 | |
e946236e |
14 | 1.002 Nov 22 2009 |
15 | - open up non-ref and multiple arguments since I've not seen any other |
16 | viable use for the additional syntax |
17 | |
3d4be272 |
18 | 1.001 Oct 5 2009 |
73939723 |
19 | - more explanation of purpose, limitations and alternatives in the POD |
20 | |
6d2a9a35 |
21 | 1.000 Oct 3 2009 |
22 | - Dumper() returns concise Data::Dumper object |
23 | - Dumper($ref) returns concisely dumped ref |
24 | - anything else die()s |