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

perl-Carp-Clan-6.06-1.24 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-Carp-Clan Distribution: SUSE Linux Enterprise 15
Version: 6.06 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.24 Build date: Fri May 25 20:26:09 2018
Group: Development/Libraries/Perl Build host: sheep56
Size: 47194 Source RPM: perl-Carp-Clan-6.06-1.24.src.rpm
Packager: https://www.suse.com/
Url: http://search.cpan.org/dist/Carp-Clan/
Summary: Report errors from perspective of caller of a "clan" of modules
This module is based on "'Carp.pm'" from Perl 5.005_03. It has been
modified to skip all package names matching the pattern given in the "use"
statement inside the "'qw()'" term (or argument list).

Suppose you have a family of modules or classes named "Pack::A", "Pack::B"
and so on, and each of them uses "'Carp::Clan qw(^Pack::);'" (or at least
the one in which the error or warning gets raised).

Thus when for example your script "tool.pl" calls module "Pack::A", and
module "Pack::A" calls module "Pack::B", an exception raised in module
"Pack::B" will appear to have originated in "tool.pl" where "Pack::A" was
called, and not in "Pack::A" where "Pack::B" was called, as the unmodified
"'Carp.pm'" would try to make you believe ':-)'.

This works similarly if "Pack::B" calls "Pack::C" where the exception is
raised, etcetera.

In other words, this blames all errors in the "'Pack::*'" modules on the
user of these modules, i.e., on you. ';-)'

The skipping of a clan (or family) of packages according to a pattern
describing its members is necessary in cases where these modules are not
classes derived from each other (and thus when examining '@ISA' - as in the
original "'Carp.pm'" module - doesn't help).

The purpose and advantage of this is that a "clan" of modules can work
together (and call each other) and throw exceptions at various depths down
the calling hierarchy and still appear as a monolithic block (as though
they were a single module) from the perspective of the caller.

In case you just want to ward off all error messages from the module in
which you "'use Carp::Clan'", i.e., if you want to make all error messages
or warnings to appear to originate from where your module was called (this
is what you usually used to "'use Carp;'" for ';-)'), instead of in your
module itself (which is what you can do with a "die" or "warn" anyway), you
do not need to provide a pattern, the module will automatically provide the
correct one for you.

I.e., just "'use Carp::Clan;'" without any arguments and call "carp" or
"croak" as appropriate, and they will automatically defend your module
against all blames!

In other words, a pattern is only necessary if you want to make several
modules (more than one) work together and appear as though they were only
one.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Sun May 29 2016 coolo@suse.com
  - updated to 6.06
    see /usr/share/doc/packages/perl-Carp-Clan/Changes
    Version 6.06  29.05.2016
    + Avoid failure due to version self-check in 20pre560.t
      This test seems like a footgun for release management reasons, but apprently
      I wasn't quite as careful as I tried to be in keeping the last release minimal.
    Version 6.05  29.05.2016
    + Patch tests failing due to 5.25.1+'s deprecated unquoted { } in regex.
      (RT #114537)
* Mon Apr 15 2013 idonmez@suse.com
  - Add Source URL, see https://en.opensuse.org/SourceUrls
* Fri Nov 18 2011 coolo@suse.com
  - use original .tar.gz
* Tue Nov 30 2010 coolo@novell.com
  - switch to perl_requires macro
* Wed Nov 24 2010 chris@computersalat.de
  - recreated by cpanspec 1.78
    o fix deps
  - noarch pkg
* Fri Jan 15 2010 anicka@suse.cz
  - update to 6.04
    * Solved RT ticket #50796 (inform type of license)
    * Made the test suite compatible with Perl versions < v5.6.0
    * Re-release to resolve confusion in CPAN caused by intermediate
    release of Carp::Clan 5.4 (backport of bugfix #50560 below for
    Perls < v5.6.0)
    * Forgot to fix the bug of duplicated prefixes in _longmsg as well
    * Fixed bug of duplicated prefixes (RT ticket #50560)
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Mon Feb 25 2008 anicka@suse.cz
  - update to 6.00
    * Removed the circular dependency on Object::Deadly. It was only
    used for testing and would only succeed if you already had O::D
    installed.
* Mon Jun 18 2007 anicka@suse.cz
  - update to 5.9
    * Test::Exceptions is mandatory for testing.
    * bugfix
* Wed Dec 13 2006 anicka@suse.cz
  - update to 5.8
    * Stop testing that ->VERSION is a specific thing.

Files

/usr/lib/perl5/vendor_perl/5.26.1/Carp
/usr/lib/perl5/vendor_perl/5.26.1/Carp/Clan.pm
/usr/lib/perl5/vendor_perl/5.26.1/Carp/Clan.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Carp-Clan
/usr/share/doc/packages/perl-Carp-Clan/Changes
/usr/share/doc/packages/perl-Carp-Clan/README
/usr/share/doc/packages/perl-Carp-Clan/license
/usr/share/doc/packages/perl-Carp-Clan/license/Artistic.txt
/usr/share/doc/packages/perl-Carp-Clan/license/GNU_GPL.txt
/usr/share/man/man3/Carp::Clan.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:43:28 2024