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.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
0.20-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
0.20-bp155.2.11 info | GA Release | 2023-05-17 | 15 SP5 |
|
|
0.20-bp154.1.32 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
0.20-bp153.1.12 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
0.20-bp152.3.16 info | GA Release | 2020-04-17 | 15 SP2 |
|
|
0.20-bp151.3.1 info | GA Release | 2019-07-16 | 15 SP1 |
|
|
0.20-bp151.2.12 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
0.20-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|