Data-Dump
view release on metacpan or search on metacpan
lib/Data/Dump/Filtered.pm view on Meta::CPAN
=item object => $value
dump the given value instead of the one visited and passed in as $object.
Basically the same as specifying C<< dump => Data::Dump::dump($value) >>.
=item comment => $comment
prefix the value with the given comment string
=item bless => $class
make it look as if the current object is of the given $class
instead of the class it really has (if any). The internals of the object
is dumped in the regular way. The $class can be the empty string
to make Data::Dump pretend the object wasn't blessed at all.
=item hide_keys => ['key1', 'key2',...]
=item hide_keys => \&code
( run in 0.354 second using v1.01-cache-2.11-cpan-65fba6d93b7 )