pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Inspector Update to 1.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e45e8d794bf
branches:  trunk
changeset: 503540:7e45e8d794bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 22 22:50:40 2005 +0000

description:
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

diffstat:

 devel/p5-Class-Inspector/Makefile |  5 ++---
 devel/p5-Class-Inspector/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r bc4b3f46d02a -r 7e45e8d794bf devel/p5-Class-Inspector/Makefile
--- a/devel/p5-Class-Inspector/Makefile Tue Nov 22 22:44:09 2005 +0000
+++ b/devel/p5-Class-Inspector/Makefile Tue Nov 22 22:50:40 2005 +0000
@@ -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 -r bc4b3f46d02a -r 7e45e8d794bf devel/p5-Class-Inspector/distinfo
--- a/devel/p5-Class-Inspector/distinfo Tue Nov 22 22:44:09 2005 +0000
+++ b/devel/p5-Class-Inspector/distinfo Tue Nov 22 22:50:40 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index