Package Info

perl-Devel-PartialDump


Partial dumping of data structures, optimized for argument printing


Development/Libraries/Perl

This module is a data dumper optimized for logging of arbitrary parameters.

It attempts to truncate overly verbose data, in a way that is hopefully more useful for diagnostics warnings than

warn Dumper(@stuff);

Unlike other data dumping modules there are no attempts at correctness or cross referencing, this is only meant to provide a slightly deeper look into the data in question.

There is a default recursion limit, and a default truncation of long lists, and the dump is formatted on one line (new lines in strings are escaped), to aid in readability.

You can enable it temporarily by importing functions like 'warn', 'croak' etc to get more informative errors during development, or even use it as:

BEGIN { local $@; eval "use Devel::PartialDump qw(...)" }

to get DWIM formatting only if it's installed, without introducing a dependency.


License: Artistic-1.0 or GPL-1.0+
URL: http://search.cpan.org/dist/Devel-PartialDump/

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.20-bp155.2.11 info GA Release 2023-05-17 15 SP5
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Devel-PartialDump
0.20-bp154.1.32 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Devel-PartialDump
0.20-bp153.1.12 info GA Release 2021-03-06 15 SP3
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Devel-PartialDump
0.20-bp152.3.16 info GA Release 2020-04-17 15 SP2
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Devel-PartialDump
0.20-bp151.3.1 info GA Release 2019-07-16 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Devel-PartialDump
0.20-bp151.2.12 info GA Release 2019-05-18 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Devel-PartialDump
0.20-bp150.2.4 info GA Release 2018-07-30 15
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Devel-PartialDump