summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-05 16:57:48 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-05 16:57:48 -0400
commit4aa0ed665814935eea460e39c07c76ce2cd4476b (patch)
tree91e28c1d125b8ae540e0ff5acadbae667fde31e2 /lib
parent0d94442be3eb8dff98a5e429768af2a681389939 (diff)
downloadreply-4aa0ed665814935eea460e39c07c76ce2cd4476b.tar.gz
reply-4aa0ed665814935eea460e39c07c76ce2cd4476b.zip
update docs
Diffstat (limited to 'lib')
-rw-r--r--lib/Reply/Plugin/DataDump.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/Reply/Plugin/DataDump.pm b/lib/Reply/Plugin/DataDump.pm
index a020adb..850d0b2 100644
--- a/lib/Reply/Plugin/DataDump.pm
+++ b/lib/Reply/Plugin/DataDump.pm
@@ -11,11 +11,15 @@ use overload ();
=head1 SYNOPSIS
; .replyrc
- [DataDumper]
+ [DataDump]
+ respect_stringification = 1
=head1 DESCRIPTION
-This plugin uses L<Data::Dump> to format results.
+This plugin uses L<Data::Dump> to format results. By default, if it reaches an
+object which has a stringification overload, it will dump that directly. To
+disable this behavior, set the C<respect_stringification> option to a false
+value.
=cut