update changes and main module docs
Matt S Trout [Thu, 10 Dec 2009 16:11:02 +0000 (16:11 +0000)]
Changes
lib/Data/Dumper/Concise.pm

diff --git a/Changes b/Changes
index 4c65787..30a7fed 100644 (file)
--- 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
index 88fe2cd..e61e3e2 100644 (file)
@@ -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<Data::Dumper::Concise::Sugar> - provides Dwarn and DwarnS convenience functions
+
+L<Devel::Dwarn> - 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<JSON::XS> - no, really. If it's just plain data, JSON is a great option.
 
 =head1 AUTHOR
 
-Matt S. Trout <mst@shadowcat.co.uk>
+mst - Matt S. Trout <mst@shadowcat.co.uk>
 
 =head1 CONTRIBUTORS
 
-None required yet. Maybe this module is perfect (hahahahaha ...).
+frew - Arthur Axel "fREW" Schmidt <frioux@gmail.com>
 
 =head1 COPYRIGHT