summaryrefslogtreecommitdiff
path: root/devel/p5-Attribute-Handlers
diff options
context:
space:
mode:
authorshell <shell>2002-06-10 02:35:49 +0000
committershell <shell>2002-06-10 02:35:49 +0000
commite9a0e74b50e5a5f36a8cb3f330e8f8e30876773c (patch)
tree8606c383c9618415ed63b6b5717e0d498764aeb4 /devel/p5-Attribute-Handlers
parentf3543bceb164631c0b3d43728adc1e575bd407d7 (diff)
downloadpkgsrc-e9a0e74b50e5a5f36a8cb3f330e8f8e30876773c.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.
Diffstat (limited to 'devel/p5-Attribute-Handlers')
-rw-r--r--devel/p5-Attribute-Handlers/DESCR10
-rw-r--r--devel/p5-Attribute-Handlers/Makefile6
-rw-r--r--devel/p5-Attribute-Handlers/distinfo6
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