Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Devel-PartialDump | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 0.20 | Vendor: openSUSE |
Release: bp155.2.11 | Build date: Wed May 17 16:14:06 2023 |
Group: Development/Libraries/Perl | Build host: sheep84 |
Size: 43256 | Source RPM: perl-Devel-PartialDump-0.20-bp155.2.11.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/Devel-PartialDump/ | |
Summary: Partial dumping of data structures, optimized for argument printing |
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.
Artistic-1.0 or GPL-1.0+
* Sun Jul 09 2017 coolo@suse.com - updated to 0.20 see /usr/share/doc/packages/perl-Devel-PartialDump/Changes 0.20 2017-07-06 04:34:59Z - fix tests on Carp <1.25 (Paul Howarth, PR#1) * Tue Jul 04 2017 coolo@suse.com - updated to 0.19 see /usr/share/doc/packages/perl-Devel-PartialDump/Changes 0.19 2017-07-03 20:24:01Z - remove use of Test::Warn in tests * Sun Aug 23 2015 coolo@suse.com - updated to 0.18 see /usr/share/doc/packages/perl-Devel-PartialDump/Changes 0.18 2015-08-16 04:35:35Z - update some distribution tooling * Mon Dec 09 2013 coolo@suse.com - updated to 0.17 - many fixes (thanks, Steven Lee!) - attribute list_delim is now being used in list dumps - setting attribute max_length to 0 now shortens more, to '...' - fixed use of = in array/hash ref objects - extra test coverage * Mon Nov 25 2013 coolo@suse.com - updated to 0.16 - Moose dependency removed, resolving circular dependency in Moose's recommended prereqs (thanks, David Golden!) - converted packaging to Dist::Zilla * Wed Dec 21 2011 coolo@suse.com - update to 0.15 - Bump dependency on namespace::clean to 0.20, as requested by doy++. - Don't go into an infinite loop when dumping references to references. Also, dump LVALUE references properly. (doy) * Wed Dec 01 2010 coolo@novell.com - switch to perl_requires macro * Mon Nov 29 2010 coolo@novell.com - remove /var/adm/perl-modules * Thu Nov 04 2010 pascal.bleser@opensuse.org - initial package (0.13)
/usr/lib/perl5/vendor_perl/5.26.1/Devel /usr/lib/perl5/vendor_perl/5.26.1/Devel/PartialDump.pm /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/share/doc/packages/perl-Devel-PartialDump /usr/share/doc/packages/perl-Devel-PartialDump/CONTRIBUTING /usr/share/doc/packages/perl-Devel-PartialDump/Changes /usr/share/doc/packages/perl-Devel-PartialDump/LICENCE /usr/share/doc/packages/perl-Devel-PartialDump/README /usr/share/man/man3/Devel::PartialDump.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:05:00 2024