pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Error Update from 0.15 to 0.17.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bb14e883979
branches:  trunk
changeset: 518267:6bb14e883979
user:      cjs <cjs%pkgsrc.org@localhost>
date:      Tue Sep 05 06:10:01 2006 +0000

description:
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:

 devel/p5-Error/Makefile |  4 ++--
 devel/p5-Error/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r f3b701dd71ad -r 6bb14e883979 devel/p5-Error/Makefile
--- a/devel/p5-Error/Makefile   Tue Sep 05 06:04:23 2006 +0000
+++ b/devel/p5-Error/Makefile   Tue Sep 05 06:10:01 2006 +0000
@@ -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 -r f3b701dd71ad -r 6bb14e883979 devel/p5-Error/distinfo
--- a/devel/p5-Error/distinfo   Tue Sep 05 06:04:23 2006 +0000
+++ b/devel/p5-Error/distinfo   Tue Sep 05 06:10:01 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index