Acme-CPANModules-DumpingDataForDebugging

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

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

lib/Acme/CPANModules/DumpingDataForDebugging.pm  view on Meta::CPAN


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

=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>



( run in 0.255 second using v1.01-cache-2.11-cpan-4d50c553e7e )