Path to this page:
./
devel/p5-Error,
Perl extension module for try/throw/catch exception handling
Branch: pkgsrc-2008Q2,
Version: 0.17015,
Package name: p5-Error-0.17015,
Maintainer: rhaenError - Error/exception handling in an OO-ish way (using try/catch/etc.)
The Error package provides two interfaces. Firstly Error provides
a procedural interface to exception handling. Secondly Error is a
base class for errors/exceptions that can either be thrown, for
subsequent catch, or can simply be recorded.
Errors in the class Error should not be thrown directly, but the
user should throw errors from a sub-class of Error
Master sites: (Expand)
SHA1: 0dde379f26f2d4eb91441ed613a411c534588ba3
RMD160: 2beaaecdfaebd7d891a5d06386a024275767d1a2
Filesize: 17.63 KB
Version history: (Expand)
- (2008-08-11) Updated to version: p5-Error-0.17015
- (2008-07-14) Package added to pkgsrc.se, version p5-Error-0.17014 (created)
CVS history: (Expand)
2008-08-11 14:32:53 by Tyler R. Retzlaff | Files touched by this commit (2) | |
Log message:
pullup ticket #2479 - requested by tron
p5-Error: required for ticket #2472
revisions pulled up:
pkgsrc/devel/p5-Error/Makefile 1.17
pkgsrc/devel/p5-Error/distinfo 1.8
Module Name: pkgsrc
Committed By: rhaen
Date: Tue Jul 22 08:05:15 UTC 2008
Modified Files:
pkgsrc/devel/p5-Error: Makefile distinfo
Log message:
updated to 0.17015
ChangeLog:
Jul 19 2008 <shlomif@iglu.org.il> (Shlomi Fish)
Error.pm #0.17015
- Added the "SEE ALSO" section to the Error.pm POD mentioning
Exception::Class and Error::Exception.
|