diff options
author | shell <shell@pkgsrc.org> | 2002-06-10 02:35:49 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-06-10 02:35:49 +0000 |
commit | 700adfd217ba7b3f47f0f0d1bb65c90afa4aef10 (patch) | |
tree | 8606c383c9618415ed63b6b5717e0d498764aeb4 | |
parent | 8f2e9fb11d98ec3e3bbeb2e840fd4b7ff8cb74e0 (diff) | |
download | pkgsrc-700adfd217ba7b3f47f0f0d1bb65c90afa4aef10.tar.gz |
Updated to Attribute-Handlers-0.77
- Updated master_sites
Changes :
- Attribute::Handlers now is core.
- Brought up to date with perl 5.8RC1 version
will be 5.8 if no more changes come in
- [#13686] This changes the behaviour of lexical attributes.
Prior to this lexical attributes were done at a compile time,
and they would loose their attribute on the next run over them.
Now perl 5.8 calls the attribute handler runtime whenever it
hits my.
- [#14448] Fixes cases with too high refcounts on lexical attributes
- [#15945] Do not warn about too late CHECK and INIT block if
A::H is pulled in using a require.
-rw-r--r-- | devel/p5-Attribute-Handlers/DESCR | 10 | ||||
-rw-r--r-- | devel/p5-Attribute-Handlers/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Attribute-Handlers/distinfo | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/p5-Attribute-Handlers/DESCR b/devel/p5-Attribute-Handlers/DESCR index a31e09fdefb..665174ae303 100644 --- a/devel/p5-Attribute-Handlers/DESCR +++ b/devel/p5-Attribute-Handlers/DESCR @@ -1,7 +1,7 @@ -This module, when inherited by a package, allows that package's class -to define attribute handler subroutines for specific attributes. -Variables and subroutines subsequently defined in that package, -or in packages derived from that package may be given attributes -with the same names as the attribute handler subroutines, which will +This module, when inherited by a package, allows that package's +class to define attribute handler subroutines for specific attributes. +Variables and subroutines subsequently defined in that package, or +in packages derived from that package may be given attributes with +the same names as the attribute handler subroutines, which will then be called in one of the compilation phases (i.e. in a BEGIN, CHECK, INIT, or END block). diff --git a/devel/p5-Attribute-Handlers/Makefile b/devel/p5-Attribute-Handlers/Makefile index e3d13da5070..e199d663b8e 100644 --- a/devel/p5-Attribute-Handlers/Makefile +++ b/devel/p5-Attribute-Handlers/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/18 21:55:47 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/10 02:35:49 shell Exp $ -DISTNAME= Attribute-Handlers-0.76 +DISTNAME= Attribute-Handlers-0.77 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ah CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/DCONWAY/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/} MAINTAINER= packages@netbsd.org # HOMEPAGE= diff --git a/devel/p5-Attribute-Handlers/distinfo b/devel/p5-Attribute-Handlers/distinfo index b194102576b..f970707fa19 100644 --- a/devel/p5-Attribute-Handlers/distinfo +++ b/devel/p5-Attribute-Handlers/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/01/18 21:55:47 mjl Exp $ +$NetBSD: distinfo,v 1.2 2002/06/10 02:35:49 shell Exp $ -SHA1 (Attribute-Handlers-0.76.tar.gz) = 510bb285b7d15c0b1c713bedc5dc8b7dbd6c14a9 -Size (Attribute-Handlers-0.76.tar.gz) = 12858 bytes +SHA1 (Attribute-Handlers-0.77.tar.gz) = 81ef689288e26a9002ef17fb6ee3c80ddb05aae7 +Size (Attribute-Handlers-0.77.tar.gz) = 14288 bytes |