Acme-CPANModules-DumpingDataForDebugging
view release on metacpan or search on metacpan
indicator, as well as nice object dumper showing methods and
inheritance information. It's also very customizable. It uses its
own format though, and my preference for dumping is the Perl format
(with additional informations/hints as comments) so I've never used
it in my daily coding activities. I probably should though.
JSON::Color
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
JSON is a limited format; it cannot represent many things that Perl
supports e.g. globs, circular references, or even ASCII NUL. But if
you are working only with JSON-able data, this JSON dumping module
adds color output.
YAML::Tiny::Color
Author: SHARYANTO <https://metacpan.org/author/SHARYANTO>
FAQ
What is an Acme::CPANModules::* module?
An Acme::CPANModules::* module, like this module, contains just a list
of module names that share a common characteristics. It is a way to
lib/Acme/CPANModules/DumpingDataForDebugging.pm view on Meta::CPAN
_
},
{
module=>'JSON::Color',
tags => ['json'],
description => <<'_',
JSON is a limited format; it cannot represent many things that Perl supports
e.g. globs, circular references, or even ASCII NUL. But if you are working only
with JSON-able data, this JSON dumping module adds color output.
_
},
{
module=>'YAML::Tiny::Color',
tags => ['yaml'],
description => <<'_',
lib/Acme/CPANModules/DumpingDataForDebugging.pm view on Meta::CPAN
also very customizable. It uses its own format though, and my preference for
dumping is the Perl format (with additional informations/hints as comments) so
I've never used it in my daily coding activities. I probably should though.
=item L<JSON::Color>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
JSON is a limited format; it cannot represent many things that Perl supports
e.g. globs, circular references, or even ASCII NUL. But if you are working only
with JSON-able data, this JSON dumping module adds color output.
=item L<YAML::Tiny::Color>
Author: L<SHARYANTO|https://metacpan.org/author/SHARYANTO>
=back
=head1 FAQ
( run in 0.911 second using v1.01-cache-2.11-cpan-49f99fa48dc )