diff options
author | cjs <cjs@pkgsrc.org> | 2006-09-05 06:10:01 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2006-09-05 06:10:01 +0000 |
commit | d01114f1a2d08930de676b1387bebc29d88c2395 (patch) | |
tree | d0253c56684ec3248e8fbcaa4c42352b7e839006 /devel/p5-Error | |
parent | 255155925cea54fc3be75ba693b5e6e56530e0f1 (diff) | |
download | pkgsrc-d01114f1a2d08930de676b1387bebc29d88c2395.tar.gz |
Update from 0.15 to 0.17.
- Added some examples to the examples/ directory.
- Updated the MANIFEST.
- Added the :warndie tag and the internal Error::WarnDie package that
provides custom __WARN__ and __DIE__ handlers.
- Added the flush() method from Alasdair Allan.
- Fixed a test in t/05text-errors-with-file-handles.t to work on
MS Windows due to File::Spec and require inconsistency.
- Fixed https://rt.cpan.org/Ticket/Display.html?id=3291
- According to https://rt.cpan.org/Ticket/Display.html?id=6130 - made
the auto-conversion of textual errors to object customizable.
- Fixed the conversion of textual messages to Error::Simple when
they contain information about an open filehandle. (as reported in
http://rt.cpan.org/Ticket/Display.html?id=6130 )
- Added POD to the lib/Error/Simple.pm module.
- Added the lib/Error/Simple.pm module (that just "use"'s Error) so
one can say "use base 'Error::Simple';' Added an appropriate test.
Fixes: http://rt.cpan.org/Public/Bug/Display.html?id=17841
- Added Scalar::Util to the dependencies in Makefile.PL.
- Fixed http://rt.cpan.org/Public/Bug/Display.html?id=18024 and a related
exception thrown because ->isa was called on something that was not
certainly an object.
- Moved Error.pm inside the distribution to reside under lib/.
Diffstat (limited to 'devel/p5-Error')
-rw-r--r-- | devel/p5-Error/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Error/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Error/Makefile b/devel/p5-Error/Makefile index 9e6fbd62714..e2228a4d9b4 100644 --- a/devel/p5-Error/Makefile +++ b/devel/p5-Error/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2006/09/05 06:04:23 cjs Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/05 06:10:01 cjs Exp $ -DISTNAME= Error-0.15 +DISTNAME= Error-0.17 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5err PKGREVISION= 2 diff --git a/devel/p5-Error/distinfo b/devel/p5-Error/distinfo index edbc7ba7a22..3636ca08a9b 100644 --- a/devel/p5-Error/distinfo +++ b/devel/p5-Error/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:24 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/09/05 06:10:01 cjs Exp $ -SHA1 (Error-0.15.tar.gz) = 1546c6fee042a24c2b7a5d283946213498786419 -RMD160 (Error-0.15.tar.gz) = 9fc22d14ac9853c440d1e02e14bb8b4e2760316e -Size (Error-0.15.tar.gz) = 8188 bytes +SHA1 (Error-0.17.tar.gz) = fff6d966375bf0007188da34d086440ded341d04 +RMD160 (Error-0.17.tar.gz) = 641c52ae6c4719ba5f3ee22ad5855badde245b0d +Size (Error-0.17.tar.gz) = 14024 bytes |