From 4aa0ed665814935eea460e39c07c76ce2cd4476b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 5 Jul 2013 16:57:48 -0400 Subject: update docs --- lib/Reply/Plugin/DataDump.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib') 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 to format results. +This plugin uses L 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 option to a false +value. =cut -- cgit v1.2.3-54-g00ecf