SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Carp-Always
Version : 0.16 Vendor : openSUSE
Release : bp154.1.1 Date : 2021-12-17 08:28:58
Group : Development/Libraries/Perl Source RPM : perl-Carp-Always-0.16-bp154.1.1.src.rpm
Size : 0.03 MB
Packager : https://bugs_opensuse_org
Summary : Warns and dies noisily with stack backtraces
Description :
This module is meant as a debugging aid. It can be used to make a script
complain loudly with stack backtraces when warn()ing or die()ing.

Here are how stack backtraces produced by this module looks:


$ perl -MCarp::Always -e \'sub f { die \"arghh\" }; sub g { f }; g\'
arghh at -e line 1
main::f() called at -e line 1
main::g() called at -e line 1


$ perl -MCarp::Always -w -e \'sub f { $a = shift; AATTa = AATT$a };\' \\
-e \'sub g { f(undef) }; g\'
Use of uninitialized value in array dereference at -e line 1
main::f(\'undef\') called at -e line 2
main::g() called at -e line 2

In the implementation, the Carp module does the heavy work, through
\'longmess()\'. The actual implementation sets the signal hooks
$SIG{__WARN__} and $SIG{__DIE__} to emit the stack backtraces.

Also, all uses of \'carp\' and \'croak\' are made verbose, behaving like
\'cluck\' and \'confess\'.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Carp-Always-0.16-bp154.1.1.noarch.rpm
ftp.icm.edu.pl  perl-Carp-Always-0.16-bp154.1.1.noarch.rpm
     

Provides :
perl(Carp::Always)
perl-Carp-Always

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/Carp
/usr/lib/perl5/vendor_perl/5.26.1/Carp/Always.pm
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi
/usr/share/doc/packages/perl-Carp-Always
/usr/share/doc/packages/perl-Carp-Always/Changes
/usr/share/doc/packages/perl-Carp-Always/README
/usr/share/licenses/perl-Carp-Always
/usr/share/licenses/perl-Carp-Always/LICENSE
/usr/share/man/man3/Carp::Always.3pm.gz

 
ICM