SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Devel-PartialDump rpm build for : OpenSuSE. For other distributions click perl-Devel-PartialDump.

Name : perl-Devel-PartialDump
Version : 0.20 Vendor : openSUSE
Release : bp156.3.1 Date : 2023-07-22 11:53:57
Group : Development/Libraries/Perl Source RPM : perl-Devel-PartialDump-0.20-bp156.3.1.src.rpm
Size : 0.04 MB
Packager : https://bugs_opensuse_org
Summary : Partial dumping of data structures, optimized for argument printing
Description :
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(AATTstuff);

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 $AATT; eval \"use Devel::PartialDump qw(...)\" }

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

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.6/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Devel-PartialDump-0.20-bp156.3.1.noarch.rpm
ftp.icm.edu.pl  perl-Devel-PartialDump-0.20-bp156.3.1.noarch.rpm
ftp.icm.edu.pl  perl-Devel-PartialDump-0.20-bp156.3.1.noarch.rpm
     

Provides :
perl(DB)
perl(Devel::PartialDump)
perl-Devel-PartialDump

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Class::Tiny)
perl(Sub::Exporter)
perl(namespace::clean) >= 0.19
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/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

 
ICM