Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Carp-Always-0.13-bp153.1.15 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-Carp-Always Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.13 Vendor: openSUSE
Release: bp153.1.15 Build date: Sat Mar 6 02:18:53 2021
Group: Development/Libraries/Perl Build host: sheep86
Size: 10099 Source RPM: perl-Carp-Always-0.13-bp153.1.15.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Carp-Always/
Summary: Warns and dies noisily with stack backtraces
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; @a = @$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.

Oh, by the way, 'carp' and 'croak' when requiring/using the 'Carp' module
are also made verbose, behaving like 'cluck' and 'confess', respectively.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Mon Nov 25 2013 coolo@suse.com
  - updated to 0.13
    - Test::More and Test::Base go to TEST_REQUIRES
    - Test::Pod and Test::Pod::Coverage as author tests
      (solves RT#87423)
* Mon Jun 03 2013 coolo@suse.com
  - updated to 0.12
    - fix failing t/pod.t due to bad encoding (CPAN #77656)
    - fix test failure with Carp 1.25+ RT#75320 [thanks ANDK and greeneg]
    - Test::Base is required in BUILD (otherwise we haven't tested anything)
* Tue Oct 25 2011 tabraham@novell.com
  - updated to 0.10
    * fix typo in POD RT#68793 (also reported by Kai Moonbourn)
    * Carp:Always ate part of errors like 'foo at bar' RT#57385
      (fix borrowed from Carp::Always::Color)
    * deal with non-string exceptions (borrowed from Carp:Always:Color
      as well)
* Fri Jan 14 2011 coolo@novell.com
  - initial package 0.09
    * created by cpanspec 1.78.03

Files

/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/x86_64-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/man/man3/Carp::Always.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024