SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-BFD
Version : 0.31 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.8.1 Date : 2023-07-20 15:13:37
Group : Development/Libraries/Perl Source RPM : perl-BFD-0.31-lp155.8.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Impromptu dumping of data structures for debugging purposes
Description :
Allows for impromptu dumping of output to STDERR. Useful when you want to
take a peek at a nest Perl data structure by emitting (relatively) nicely
formatted output with filename and line number prefixed to each line.

Basically,

use BFD;d $foo;

is shorthand for

use Data::Dumper;
local $Data::Dumper::Indent = 1;
local $Data::Dumper::Quotekeys = 0;
local $Data::Dumper::Terse = 1;
local $Data::Dumper::Sortkeys = 1;
my $msg = Dumper( $foo );
$msg =~ s/^/$where: /mg;
warn $msg;

I use this incantation soooo often that a TLA version is warranted. YMMV.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-B/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-BFD-0.31-lp155.8.1.noarch.rpm
     

Provides :
perl(BFD)
perl-BFD

Requires :
perl(:MODULE_COMPAT_5.26.1)
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/BFD.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-BFD
/usr/share/doc/packages/perl-BFD/CHANGES
/usr/share/doc/packages/perl-BFD/README
/usr/share/man/man3/BFD.3pm.gz

 
ICM