1Reply::Plugin::DataDumpU(s3e)r Contributed Perl DocumentaRteipolny::Plugin::DataDump(3)
2
3
4
6 Reply::Plugin::DataDump - format results using Data::Dump
7
9 version 0.42
10
12 ; .replyrc
13 [DataDump]
14 respect_stringification = 1
15
17 This plugin uses Data::Dump to format results. By default, if it
18 reaches an object which has a stringification overload, it will dump
19 that directly. To disable this behavior, set the
20 "respect_stringification" option to a false value.
21
23 Jesse Luehrs <doy@tozt.net>
24
26 This software is Copyright (c) 2016 by Jesse Luehrs.
27
28 This is free software, licensed under:
29
30 The MIT (X11) License
31
32
33
34perl v5.34.0 2021-07-22 Reply::Plugin::DataDump(3)