Acme-CPANModules-DumpingDataForDebugging
view release on metacpan or search on metacpan
{
"abstract" : "List of modules and tips when dumping data structures for debugging",
"author" : [
"perlancar <perlancar@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
---
abstract: 'List of modules and tips when dumping data structures for debugging'
author:
- 'perlancar <perlancar@cpan.org>'
build_requires:
File::Spec: '0'
IO::Handle: '0'
IPC::Open3: '0'
Test::More: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "List of modules and tips when dumping data structures for debugging",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Acme-CPANModules-DumpingDataForDebugging",
"LICENSE" => "perl",
"NAME" => "Acme::CPANModules::DumpingDataForDebugging",
"PREREQ_PM" => {
"strict" => 0
},
NAME
Acme::CPANModules::DumpingDataForDebugging - List of modules and tips
when dumping data structures for debugging
VERSION
This document describes version 0.002 of
Acme::CPANModules::DumpingDataForDebugging (from Perl distribution
Acme-CPANModules-DumpingDataForDebugging), released on 2023-10-29.
DESCRIPTION
This list catalogs some of the modules you can you to dump your data
structures for debugging purposes, so the modules will be judged mostly
by the appropriateness of its output for human viewing (instead of other
criteria like speed, footprint, etc).
ACME::CPANMODULES ENTRIES
Data::Dumper
Author: NWCLARK <https://metacpan.org/author/NWCLARK>
Everybody knows this module and it's core so sometimes it's the only
appropriate choice. However, the default setting is not really
optimized for viewing by human. I suggest you tweak these before
}
]
};
Data::Dump::Color
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
A modification to Data::Dump which adds color (and color theme)
support, as well as other visual aids like depth and array
index/hash pair count indicator. It's usually my go-to module for
debugging.
Data::Dumper::Compact
Author: MSTROUT <https://metacpan.org/author/MSTROUT>
A relatively recent module by MSTROUT. I will need to use this more
to see if I really like the output, but so far I do.
XXX Author: INGY <https://metacpan.org/author/INGY>
A nice little dumper module from the creator of YAML. Obviously, it
lib/Acme/CPANModules/DumpingDataForDebugging.pm view on Meta::CPAN
package Acme::CPANModules::DumpingDataForDebugging;
use strict;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-DumpingDataForDebugging'; # DIST
our $VERSION = '0.002'; # VERSION
our $LIST = {
summary => 'List of modules and tips when dumping data structures for debugging',
description => <<'_',
This list catalogs some of the modules you can you to dump your data structures
for debugging purposes, so the modules will be judged mostly by the
appropriateness of its output for human viewing (instead of other criteria like
speed, footprint, etc).
_
entries => [
{
module=>'Data::Dumper',
tags => ['perl'],
description => <<'_',
lib/Acme/CPANModules/DumpingDataForDebugging.pm view on Meta::CPAN
_
},
{
module=>'Data::Dump::Color',
tags => ['perl'],
description => <<'_',
A modification to Data::Dump which adds color (and color theme) support, as well
as other visual aids like depth and array index/hash pair count indicator. It's
usually my go-to module for debugging.
_
},
{
module=>'Data::Dumper::Compact',
tags => ['perl'],
description => <<'_',
A relatively recent module by MSTROUT. I will need to use this more to see if I
lib/Acme/CPANModules/DumpingDataForDebugging.pm view on Meta::CPAN
module=>'YAML::Tiny::Color',
tags => ['yaml'],
description => <<'_',
_
},
],
};
1;
# ABSTRACT: List of modules and tips when dumping data structures for debugging
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::DumpingDataForDebugging - List of modules and tips when dumping data structures for debugging
=head1 VERSION
This document describes version 0.002 of Acme::CPANModules::DumpingDataForDebugging (from Perl distribution Acme-CPANModules-DumpingDataForDebugging), released on 2023-10-29.
=head1 DESCRIPTION
This list catalogs some of the modules you can you to dump your data structures
for debugging purposes, so the modules will be judged mostly by the
appropriateness of its output for human viewing (instead of other criteria like
speed, footprint, etc).
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<Data::Dumper>
Author: L<NWCLARK|https://metacpan.org/author/NWCLARK>
lib/Acme/CPANModules/DumpingDataForDebugging.pm view on Meta::CPAN
]
};
=item L<Data::Dump::Color>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
A modification to Data::Dump which adds color (and color theme) support, as well
as other visual aids like depth and array index/hash pair count indicator. It's
usually my go-to module for debugging.
=item L<Data::Dumper::Compact>
Author: L<MSTROUT|https://metacpan.org/author/MSTROUT>
A relatively recent module by MSTROUT. I will need to use this more to see if I
really like the output, but so far I do.
( run in 1.273 second using v1.01-cache-2.11-cpan-49f99fa48dc )