diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-22 22:50:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-22 22:50:40 +0000 |
commit | d03e1bab9e21f9d7d63fc2bbf0c0ba623be474d5 (patch) | |
tree | e9494aeb03d69635eb4bbecd1d22aaa4f26f0556 | |
parent | c296be607ecb8d2350d6c9ff1d4b09d42657acb0 (diff) | |
download | pkgsrc-d03e1bab9e21f9d7d63fc2bbf0c0ba623be474d5.tar.gz |
Update to 1.13:
1.13 Wed Sep 28 2005
- Fixed a minor POD bug in the synopsis
1.12 Fri Sep 9 2005
- Added a fix for classes with insanely broken ->isa methods
that cause Perl to die.
1.11 Tue Sep 6 2005
- It occured to me after I added ->find that what it _really_ is
is a way to find all the subclasses, but then include the class
itself in the returned list. This method makes much more sense
it I don't return the class itself, and rename it ->subclasses
- Fixed broken Makefile.PL
1.10 Mon Sep 5 2005
- Added the ->find method
- Cleaned up and reorganised the POD
- Made sure all return conditions are documented properly
- Converted to Module::Install
1.09 skipped
-rw-r--r-- | devel/p5-Class-Inspector/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Class-Inspector/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Class-Inspector/Makefile b/devel/p5-Class-Inspector/Makefile index 59a213d2885..ec533423185 100644 --- a/devel/p5-Class-Inspector/Makefile +++ b/devel/p5-Class-Inspector/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:08 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/11/22 22:50:40 wiz Exp $ -DISTNAME= Class-Inspector-1.08 +DISTNAME= Class-Inspector-1.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} diff --git a/devel/p5-Class-Inspector/distinfo b/devel/p5-Class-Inspector/distinfo index 14b146d8469..75c6fb9ccf0 100644 --- a/devel/p5-Class-Inspector/distinfo +++ b/devel/p5-Class-Inspector/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/06/24 18:50:58 wiz Exp $ +$NetBSD: distinfo,v 1.2 2005/11/22 22:50:40 wiz Exp $ -SHA1 (Class-Inspector-1.08.tar.gz) = ba020f8bde71082dca2802a28d704b912a6a83b8 -RMD160 (Class-Inspector-1.08.tar.gz) = ebb78827e87a79cb8b4cd22a6976f8146c651a51 -Size (Class-Inspector-1.08.tar.gz) = 16536 bytes +SHA1 (Class-Inspector-1.13.tar.gz) = 866dbe450e61a6a3b691ace6e4fc0cacc21f8cb2 +RMD160 (Class-Inspector-1.13.tar.gz) = 3dedc6351f53804c2e8810d60592a1171c9d356f +Size (Class-Inspector-1.13.tar.gz) = 30825 bytes |