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.
This commit is contained in:
parent
ab44f124c6
commit
68e942aaa2
2 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue