diff options
-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 |