pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-AutoLoader Update from version 5.66nb1 to 5.67.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5bc8683904ef
branches: trunk
changeset: 549276:5bc8683904ef
user: he <he%pkgsrc.org@localhost>
date: Thu Oct 30 21:24:25 2008 +0000
description:
Update from version 5.66nb1 to 5.67.
Upstream changes:
5.67 Tue Sep 12 16:50 2008
- Added a test case for the bug that was fixed in 5.66_01,
courtesy of Christoph Lamprecht.
5.66_01 Tue Sep 2 14:40 2008
- Fix determination of the autosplit.ix in ugly edge cases.
Explanation:
If the module file isn't called $Foo.pm, but
something random, then the static substitution which
tries to determine the location of autosplit.ix fails.
Up until now, the substitution would fail, so AutoLoader
evaluated the module code again instead of falling back
searching the autosplit.ix in @INC. The code was there
but not triggered in some circumstances.
For an example error in a PAR context, run
pp --clean -e 'use Storable; retrieve("foo")'
and then ./a.out and which it explode.
diffstat:
devel/p5-AutoLoader/Makefile | 5 ++---
devel/p5-AutoLoader/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r bcb4f95a58c6 -r 5bc8683904ef devel/p5-AutoLoader/Makefile
--- a/devel/p5-AutoLoader/Makefile Thu Oct 30 21:22:16 2008 +0000
+++ b/devel/p5-AutoLoader/Makefile Thu Oct 30 21:24:25 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:47 he Exp $
+# $NetBSD: Makefile,v 1.3 2008/10/30 21:24:25 he Exp $
#
-DISTNAME= AutoLoader-5.66
+DISTNAME= AutoLoader-5.67
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5aul
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AutoLoader/}
diff -r bcb4f95a58c6 -r 5bc8683904ef devel/p5-AutoLoader/distinfo
--- a/devel/p5-AutoLoader/distinfo Thu Oct 30 21:22:16 2008 +0000
+++ b/devel/p5-AutoLoader/distinfo Thu Oct 30 21:24:25 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/08/11 13:06:47 he Exp $
+$NetBSD: distinfo,v 1.2 2008/10/30 21:24:25 he Exp $
-SHA1 (AutoLoader-5.66.tar.gz) = e1391b62125df3b8e6b5ca6fbacde6594b39e42b
-RMD160 (AutoLoader-5.66.tar.gz) = b0273a90fe1d99f478e0213c4664a22bdb825707
-Size (AutoLoader-5.66.tar.gz) = 27561 bytes
+SHA1 (AutoLoader-5.67.tar.gz) = 1196f099e915e4df8e09060a15eff351a8af013f
+RMD160 (AutoLoader-5.67.tar.gz) = 3e24e2b738c56411921b6dec85dfa4da4ebdca33
+Size (AutoLoader-5.67.tar.gz) = 25927 bytes
Home |
Main Index |
Thread Index |
Old Index