Data-Printer
view release on metacpan or search on metacpan
lib/Data/Printer/Config.pm view on Meta::CPAN
show_tainted: 1
class.format_inheritance = lines
filters = MyAwesomeDebugFilter
[Other::Class]
theme = Monokai
; use "begin filter NAME" and "end filter" to add custom filter code.
; it will expose $obj (the data structure to be parsed) and $ddp
; (data printer's object). YOU MAY ONLY DO THIS IF YOUR FILE IS ONLY
; READABLE AND WRITEABLE BY THE USER (i.e. chmod 0600).
begin filter HTTP::Request
return $ddp->maybe_colorize($obj->method . ' ' . $obj->uri, 'string')
. $obj->decoded_content;
end filter
=head1 PUBLIC INTERFACE
This module is not meant for public use. However, because Data::Printer
changed the format of the configuration file, we provide the following
( run in 0.310 second using v1.01-cache-2.11-cpan-8d75d55dd25 )