summaryrefslogtreecommitdiff
path: root/devel/p5-Error
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-18 02:42:13 +0000
committerwiz <wiz@pkgsrc.org>2007-02-18 02:42:13 +0000
commitd5421ebf7d638706d8f7bc2162f873663506c4e7 (patch)
tree30f61dbed2119aea9ee2fb51f1b9049e0e765901 /devel/p5-Error
parent80782c7a33e13813e029ed8fd78a95005fec8370 (diff)
downloadpkgsrc-d5421ebf7d638706d8f7bc2162f873663506c4e7.tar.gz
Update to 0.17008:
Oct 25 2006 (Shlomi Fish) Error.pm #0.17008 - Added the empty PL_FILES paramaeter to ExtUtils::MakeMaker so it won't attempt to run Build.PL. Oct 18 2006 (Shlomi Fish) Error.pm #0.17007 - Added the "COPYRIGHT" section to the POD with the correct license. (several people have asked me about what the license is.) - Added the Build.PL file so we'll have license meta data in the distribution. Oct 07 2006 (Shlomi Fish) Error.pm #0.17006 - t/11rethrow.t - added the test file by Thomas Equeter. - Changed to the more correct behevaiour that fixes the rethrowning error by Thomas Equeter. - see http://rt.cpan.org/Public/Bug/Display.html?id=21612 - added t/pod.t to check for POD validity. - added the t/pod-coverage.t file for POD coverage. - added the missing POD. - added "use strict" and "use warnings" to lib/Error/Simple.pm to make CPANTS happy. Oct 03 2006 (Shlomi Fish) Error.pm #0.17005 - t/09dollar-at.t - included in the distribution (it was not placed in the MANIFEST previously. - t/10throw-in-catch.t, t/Error.pm - Fixed: http://rt.cpan.org/Public/Bug/Display.html?id=21884 when an error that was thrown inside a catch or otherwise clause was not registered. Sep 01 2006 (Paul Evans) Error.pm #0.17004 - t/08warndie.t: Various fixes: Workaround for ActivePerl bug when dup2()ing to STDERR - close it first Should fix https://rt.cpan.org/Public/Bug/Display.html?id=21080 but I have no means to test it Use __LINE__ rather than a custom function implemented using caller() Aug 20 2006 (Paul Evans) Error.pm #0.17003 - Pass error in $@ as well as $_[0] to catch and otherwise blocks. - t/08warndie.t: Various fixes for Win32: Win32 can't open( HANDLE, "-|" ) - need manual pipe()/fork() workaround Filename on Win32 is t\08warndie.t - need \Q in regexp to avoid interpretation as an invalid octal character Aug 17 2006 (Paul Evans) Error.pm #0.17002 - Documentation fix for Error::Simple constructor in example - t/80warndie.t: Bugfix to open() call to work on perl 5.6 Jul 24 2006 (Paul Evans) Error.pm #0.17001 - Bugfix to t/08warndie.t - Don't abuse $! for forcing "die"'s exit status Fixes http://rt.cpan.org/Public/Bug/Display.html?id=20549
Diffstat (limited to 'devel/p5-Error')
-rw-r--r--devel/p5-Error/Makefile7
-rw-r--r--devel/p5-Error/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Error/Makefile b/devel/p5-Error/Makefile
index e2228a4d9b4..7654a0d38c0 100644
--- a/devel/p5-Error/Makefile
+++ b/devel/p5-Error/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.11 2006/09/05 06:10:01 cjs Exp $
+# $NetBSD: Makefile,v 1.12 2007/02/18 02:42:13 wiz Exp $
-DISTNAME= Error-0.17
+DISTNAME= Error-0.17008
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5err
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Error/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://cpan.uwinnipeg.ca/dist/Error
+HOMEPAGE= http://search.cpan.org/dist/Error/
COMMENT= Perl extension module for try/throw/catch exception handling
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/devel/p5-Error/distinfo b/devel/p5-Error/distinfo
index 3636ca08a9b..8b20b3f421e 100644
--- a/devel/p5-Error/distinfo
+++ b/devel/p5-Error/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/09/05 06:10:01 cjs Exp $
+$NetBSD: distinfo,v 1.4 2007/02/18 02:42:13 wiz Exp $
-SHA1 (Error-0.17.tar.gz) = fff6d966375bf0007188da34d086440ded341d04
-RMD160 (Error-0.17.tar.gz) = 641c52ae6c4719ba5f3ee22ad5855badde245b0d
-Size (Error-0.17.tar.gz) = 14024 bytes
+SHA1 (Error-0.17008.tar.gz) = b3429b71f98208658aea5092e229d5fca2157807
+RMD160 (Error-0.17008.tar.gz) = d4b16dd7bc77092a5bb5d92500d3579b429131bf
+Size (Error-0.17008.tar.gz) = 16825 bytes