From: Matt S Trout Date: Thu, 10 Dec 2009 16:11:02 +0000 (+0000) Subject: update changes and main module docs X-Git-Tag: v2.000~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=42f8d5be5827b4aa9caf6776409c0cf046ca186c;p=p5sagit%2FData-Dumper-Concise.git update changes and main module docs --- diff --git a/Changes b/Changes index 4c65787..30a7fed 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ + - add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS + helper functions + - add Devel::Dwarn as a more concise alias for ::Sugar + 1.002 Nov 22 2009 - open up non-ref and multiple arguments since I've not seen any other viable use for the additional syntax diff --git a/lib/Data/Dumper/Concise.pm b/lib/Data/Dumper/Concise.pm index 88fe2cd..e61e3e2 100644 --- a/lib/Data/Dumper/Concise.pm +++ b/lib/Data/Dumper/Concise.pm @@ -118,6 +118,14 @@ Yes, we know. Consider this module in the ::Tiny spirit and feel free to write a Data::Dumper::Concise::ButWithExtraTwiddlyBits if it makes you happy. Then tell us so we can add it to the see also section. +=head1 SUGARY SYNTAX + +This package also provides: + +L - provides Dwarn and DwarnS convenience functions + +L - shorter form for Data::Dumper::Concise::Sugar + =head1 SEE ALSO We use for some purposes, and dearly love, the following alternatives: @@ -130,11 +138,11 @@ L - no, really. If it's just plain data, JSON is a great option. =head1 AUTHOR -Matt S. Trout +mst - Matt S. Trout =head1 CONTRIBUTORS -None required yet. Maybe this module is perfect (hahahahaha ...). +frew - Arthur Axel "fREW" Schmidt =head1 COPYRIGHT