pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Carp-Clan Update to 5.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a1f216577fc
branches: trunk
changeset: 526026:1a1f216577fc
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 27 12:36:39 2007 +0000
description:
Update to 5.8:
Version 5.8 09.10.2006
+ Stop testing that ->VERSION is a specific thing. I'm not sure why
that was ever tested in the first place.
Version 5.7 02.10.2006
+ Stop PAUSE from attempting to index DB package.
Version 5.6 02.10.2006
+ Fixed test to predefined croak/confess/cluck/carp functions don't
break tests.
+ Use Object::Deadly even saner.
+ Use named lexicals in diag().
+ Skip testing import of carp/croak/cluck/confess if they existed
prior to loading Carp::Clan.
+ Use exists &foo/defined &foo instead of symbol table hackery.
+ Remove all the symbol table hackery that had notes about avoiding
symrefs. That's dumb. It's better to be clear and have symrefs
than have unreadble code w/o symrefs.
+ Remove gratituous & sigil on function calls.
+ Changed f() so it accepts 1st parameter of carp/cluck/confess/croak
instead of 1/2/3/4.
+ Renamed files.
Version 5.5 02.10.2006
+ Change 01_..._carp.t to use Object::Deadly only if it is 0.08+
+ Changed wording of the O::D request in Makefile.PL
+ Allowed everything to be perltidied.
diffstat:
devel/p5-Carp-Clan/Makefile | 4 ++--
devel/p5-Carp-Clan/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 13bcc35d07e0 -r 1a1f216577fc devel/p5-Carp-Clan/Makefile
--- a/devel/p5-Carp-Clan/Makefile Tue Feb 27 12:18:24 2007 +0000
+++ b/devel/p5-Carp-Clan/Makefile Tue Feb 27 12:36:39 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/10/09 22:19:00 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2007/02/27 12:36:39 wiz Exp $
#
-DISTNAME= Carp-Clan-5.4
+DISTNAME= Carp-Clan-5.8
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ccl
CATEGORIES= devel perl5
diff -r 13bcc35d07e0 -r 1a1f216577fc devel/p5-Carp-Clan/distinfo
--- a/devel/p5-Carp-Clan/distinfo Tue Feb 27 12:18:24 2007 +0000
+++ b/devel/p5-Carp-Clan/distinfo Tue Feb 27 12:36:39 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.2 2006/10/02 19:14:13 rillig Exp $
+$NetBSD: distinfo,v 1.2 2007/02/27 12:36:39 wiz Exp $
-SHA1 (Carp-Clan-5.4.tar.gz) = 6b6d8478e719dc31986b3d8d376dde61ac49bc12
-RMD160 (Carp-Clan-5.4.tar.gz) = f7bc3702b5396c0acde6c7c7e27b7666555684e9
-Size (Carp-Clan-5.4.tar.gz) = 17989 bytes
+SHA1 (Carp-Clan-5.8.tar.gz) = 2b665c80d7c6d1d8ef36377b2c6755c1c617581b
+RMD160 (Carp-Clan-5.8.tar.gz) = 2c0ade3fa813e65ac64fb5546a0bd99f1ccf9df6
+Size (Carp-Clan-5.8.tar.gz) = 18687 bytes
Home |
Main Index |
Thread Index |
Old Index