NOTICE: This package has been removed from pkgsrc

./wip/p5-Class-Throwable, Minimal lightweight exception class

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.10, Package name: p5-Class-Throwable-0.10, Maintainer: kuli0020

This module implements a minimal lightweight exception object. It is meant
to be a compromise between more basic solutions like Carp which can only
print information and cannot handle exception objects, and more complex
solutions like Exception::Class which can be used to define complex inline
exceptions and has a number of module dependencies.


Required to run:
[lang/perl5] [devel/p5-Scalar-List-Utils] [devel/p5-Test-Simple]

Master sites: (Expand)

SHA1: 799f58ea7edcf7bdc34ae75e2f9a4a8190478f43
RMD160: 28d1fb3f5cbf64d6908513807dcadc6517ae53f8
Filesize: 10.714 KB

Version history: (Expand)


CVS history: (Expand)


   2011-04-05 17:12:28 by Hiramatsu Yoshifumi | Files touched by this commit (3) | Package removed
Log message:
p5-Class-Throwable is imported to devel/p5-Class-Throwable.
   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2006-04-13 17:07:28 by Roman Kulik | Files touched by this commit (1)
Log message:
Removed WWW: line from DESCR.
   2006-03-09 21:13:07 by Roman Kulik | Files touched by this commit (4) | Imported package
Log message:
This module implements a minimal lightweight exception object. It is meant
to be a compromise between more basic solutions like Carp which can only
print information and cannot handle exception objects, and more complex
solutions like Exception::Class which can be used to define complex inline
exceptions and has a number of module dependencies.

WWW: http://search.cpan.org/dist/Class-Throwable/
Author: Stevan Little <stevan@iinteractive.com>