diff options
author | he <he@pkgsrc.org> | 2008-10-30 21:24:25 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-10-30 21:24:25 +0000 |
commit | fa60dced7bb4427fe9916c428c9fde707bb7adc8 (patch) | |
tree | 79462c0a518ce884596a7e8b452c3c33899d7852 /devel/p5-AutoLoader/Makefile | |
parent | 9639a2afd37fa6d111a1fdc65600688d2e0561db (diff) | |
download | pkgsrc-fa60dced7bb4427fe9916c428c9fde707bb7adc8.tar.gz |
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 (limited to 'devel/p5-AutoLoader/Makefile')
-rw-r--r-- | devel/p5-AutoLoader/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-AutoLoader/Makefile b/devel/p5-AutoLoader/Makefile index baebfacf7db..77d48f1ed49 100644 --- a/devel/p5-AutoLoader/Makefile +++ b/devel/p5-AutoLoader/Makefile @@ -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/} |