diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-23 22:08:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-23 22:08:04 +0000 |
commit | ffd9762bc4853cbf288045f1d9fd8a035bee5e5c (patch) | |
tree | 4f89a5f8a3186e0bf0c552958a401a821680c9b6 /devel | |
parent | c93f3ff4cbe27319c08bfecd60f5ad0960f82e35 (diff) | |
download | pkgsrc-ffd9762bc4853cbf288045f1d9fd8a035bee5e5c.tar.gz |
Update to 0.04:
0.04 Sat Sep 24 12:36:56 UTC 2005
- Tony Bowden now maintainer
- Document how to value when creating data
- Complete rewrite of tests
0.03 Tue Mar 11 18:30:01 GMT 2003
- Rearranged the docs a smidge.
- Added Japanese docs from perldocjp (thanks Atsuhi Kato)
- mk_classdata() is now explicitly only a class method
- Added this change log.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Data-Inheritable/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Class-Data-Inheritable/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Class-Data-Inheritable/Makefile b/devel/p5-Class-Data-Inheritable/Makefile index c726b025479..84fa7c3a98e 100644 --- a/devel/p5-Class-Data-Inheritable/Makefile +++ b/devel/p5-Class-Data-Inheritable/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:08 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/23 22:08:04 wiz Exp $ -DISTNAME= Class-Data-Inheritable-0.02 +DISTNAME= Class-Data-Inheritable-0.04 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cdi -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://search.cpan.org/author/MSCHWERN/Class-Data-Inheritable-0.02/ +HOMEPAGE= http://search.cpan.org/dist/Class-Data-Inheritable/ COMMENT= Inheritable, overridable class data PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-Class-Data-Inheritable/distinfo b/devel/p5-Class-Data-Inheritable/distinfo index 508b4773dfb..23b47768d51 100644 --- a/devel/p5-Class-Data-Inheritable/distinfo +++ b/devel/p5-Class-Data-Inheritable/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:23 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/11/23 22:08:04 wiz Exp $ -SHA1 (Class-Data-Inheritable-0.02.tar.gz) = 2a1b15de2f39703c747b390379cdd68cc383432e -RMD160 (Class-Data-Inheritable-0.02.tar.gz) = a80baa901bda013d87fb154fc670e54387dffe16 -Size (Class-Data-Inheritable-0.02.tar.gz) = 3307 bytes +SHA1 (Class-Data-Inheritable-0.04.tar.gz) = 81ea1aed71ab6c0ebdc6916ddece3e4fac3939e5 +RMD160 (Class-Data-Inheritable-0.04.tar.gz) = 678fd9226c3366b0b9f783ae8ddada30e972045f +Size (Class-Data-Inheritable-0.04.tar.gz) = 5521 bytes |