[SCM] Debian packaging of libclass-isa-perl branch, master, updated. debian/0.36-3-8-g69cbe25

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Nov 3 23:47:48 UTC 2012


The following commit has been merged in the master branch:
commit 69cbe253f55beaee17e4d198eecace3c0bf58ef9
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Nov 4 00:43:50 2012 +0100

    further polish long description
    
    in particular "classes that inherit the current class" -> "classes that
    the current class inherits from"
    
    btw I felt that the old description was long and colorful, but at the
    same time quite descriptive...

diff --git a/debian/control b/debian/control
index cc967de..8f53783 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
 Description: report the search path for a class's ISA tree
- Class::ISA returns the list of classes that inherit the current class, listed
- in the order that Perl search functions. The list contains no duplicate.
+ Class::ISA returns the list of classes that the current class inherits
+ from, listed in the order that Perl would search for a method not
+ implemented in the current class. The list contains no duplicates.
 

-- 
Debian packaging of libclass-isa-perl



More information about the Pkg-perl-cvs-commits mailing list