Acme-CPANModules-DumpingDataForDebugging
view release on metacpan or search on metacpan
"Test::More" : "0"
}
},
"x_lists" : {
"x_lists" : {
"Data::Dump" : "0",
"Data::Dump::Color" : "0",
"Data::Dumper" : "0",
"Data::Dumper::Compact" : "0",
"Data::Printer" : "0",
"JSON::Color" : "0",
"XXX" : "0",
"YAML::Tiny::Color" : "0"
}
},
"x_mentions" : {
"x_mentions" : {
"Data::Dump" : "0",
"Data::Dump::Color" : "0",
"Data::Dumper" : "0",
"Data::Dumper::Compact" : "0",
"Data::Printer" : "0",
"JSON::Color" : "0",
"XXX" : "0",
"YAML::Tiny::Color" : "0"
}
}
},
"provides" : {
"Acme::CPANModules::DumpingDataForDebugging" : {
"file" : "lib/Acme/CPANModules/DumpingDataForDebugging.pm",
"version" : "0.002"
}
"class" : "Dist::Zilla::Plugin::CopyrightYearFromGit",
"name" : "@Author::PERLANCAR/CopyrightYearFromGit",
"version" : "0.009"
},
{
"class" : "Dist::Zilla::Plugin::IfBuilt",
"name" : "@Author::PERLANCAR/IfBuilt",
"version" : "0.03"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Author::PERLANCAR/MetaJSON",
"version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Author::PERLANCAR/MetaConfig",
"version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
"config" : {
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : 0
},
"version" : "6.030"
}
},
"x_authority" : "cpan:PERLANCAR",
"x_generated_by_perl" : "v5.38.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}
version: '0.036'
-
class: Dist::Zilla::Plugin::CopyrightYearFromGit
name: '@Author::PERLANCAR/CopyrightYearFromGit'
version: '0.009'
-
class: Dist::Zilla::Plugin::IfBuilt
name: '@Author::PERLANCAR/IfBuilt'
version: '0.03'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@Author::PERLANCAR/MetaJSON'
version: '6.030'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@Author::PERLANCAR/MetaConfig'
version: '6.030'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
Dist::Zilla::Plugin::MetaProvides::Package:
finder_objects:
Data::Printer
Author: GARU <https://metacpan.org/author/GARU>
Favorites among many Perl programmers, it sports colors, array index
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
categorize modules and document CPAN. See Acme::CPANModules for more
lib/Acme/CPANModules/DumpingDataForDebugging.pm view on Meta::CPAN
Favorites among many Perl programmers, it sports colors, array index 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.
_
},
{
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
Author: L<GARU|https://metacpan.org/author/GARU>
Favorites among many Perl programmers, it sports colors, array index 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.
=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.925 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )