Update of /cvsroot/fink/fink/perlmod/Fink/SelfUpdate
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16032/perlmod/Fink/SelfUpdate

Modified Files:
      Tag: selfupdate_classes
        Base.pm point.pm 
Log Message:
Rename desc_short() method to description()


Index: Base.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate/Attic/Base.pm,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- Base.pm     20 Mar 2007 07:13:44 -0000      1.1.2.5
+++ Base.pm     21 Mar 2007 01:32:56 -0000      1.1.2.6
@@ -60,16 +60,16 @@
        return lc($class);
 }
 
-=item desc_short
+=item description
 
-       my $label = Fink::SelfUpdate::$method->desc_short();
+       my $label = Fink::SelfUpdate::$method->description();
 
-Returns a brief label for this method, something shorter than a
-package Description field. Defaults to the method_name.
+Returns a short description of this method, similar to the Description
+field of a package. Defaults to the method_name.
 
 =cut
 
-sub desc_short { $_[0]->method_name() }
+sub description { $_[0]->method_name() }
 
 =item system_check
 

Index: point.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate/Attic/point.pm,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- point.pm    20 Mar 2007 07:13:44 -0000      1.1.2.8
+++ point.pm    21 Mar 2007 01:32:56 -0000      1.1.2.9
@@ -49,7 +49,7 @@
 
 =cut
 
-sub desc_short {
+sub description {
        my $class = shift;  # class method for now
 
        return 'Stick to point releases';


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to