logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Reply::Plugin::DataDump - format results using Data::Dump

Author

       Jesse Luehrs <doy@tozt.net>

Description

       This plugin uses 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
       "respect_stringification" option to a false value.

Name

       Reply::Plugin::DataDump - format results using Data::Dump

Synopsis

         ; .replyrc
         [DataDump]
         respect_stringification = 1

Version

       version 0.42

See Also