Matt S Trout [Sat, 13 Feb 2010 19:47:14 +0000]
add Dwarn_only and DwarnS_only
These routines take a block as their first argument and only warn+Dumper the
results of the block. Dwarn_only is list context and simply provides @_,
DwarnS_only also does local $_ for the argument in order to simplify usage.
Matt S Trout [Sat, 13 Feb 2010 18:53:42 +0000]
1.200 release commit
Matt S Trout [Sat, 13 Feb 2010 18:46:34 +0000]
Fix can_ok check in t/dwarn.t to use a string so the can_ok resolves to a sub call rather than an indirect object invocation
Arthur Axel 'fREW' Schmidt [Sun, 7 Feb 2010 11:50:24 +0000]
doc for chaining feature
Matt S Trout [Wed, 27 Jan 2010 02:51:10 +0000]
make sure Devel::Dwarn::Dwarn(S) work
Matt S Trout [Thu, 10 Dec 2009 16:43:26 +0000]
1.100 release commit
Matt S Trout [Thu, 10 Dec 2009 16:11:02 +0000]
update changes and main module docs
Arthur Axel 'fREW' Schmidt [Thu, 10 Dec 2009 05:35:35 +0000]
POD for Devel::Dwarn
Matt S Trout [Wed, 9 Dec 2009 18:03:16 +0000]
fixup Devel::Dwarn by using Exporter's ->export_to_level
Arthur Axel 'fREW' Schmidt [Wed, 9 Dec 2009 06:03:08 +0000]
Dwarn doesn't work :-(
Arthur Axel 'fREW' Schmidt [Wed, 9 Dec 2009 01:40:48 +0000]
actual tests for Sugar
Arthur Axel 'fREW' Schmidt [Tue, 8 Dec 2009 06:27:19 +0000]
these freakin tests suck
Arthur Axel 'fREW' Schmidt [Tue, 8 Dec 2009 06:27:02 +0000]
Short name for Sugar
Matt S Trout [Mon, 7 Dec 2009 20:46:38 +0000]
proposed ::Sugar class
Matt S Trout [Sun, 22 Nov 2009 14:09:47 +0000]
support multiple values and non-ref values
Matt S Trout [Mon, 5 Oct 2009 16:43:06 +0000]
release 1.001
Matt S Trout [Mon, 5 Oct 2009 16:41:26 +0000]
more explanation of purpose, limitations and alternatives in the POD
Matt S Trout [Sat, 3 Oct 2009 16:17:28 +0000]
first cut