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

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


Index: SelfUpdate.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate.pm,v
retrieving revision 1.117.2.15
retrieving revision 1.117.2.16
diff -u -d -r1.117.2.15 -r1.117.2.16
--- SelfUpdate.pm       20 Mar 2007 17:40:08 -0000      1.117.2.15
+++ SelfUpdate.pm       21 Mar 2007 01:32:56 -0000      1.117.2.16
@@ -132,7 +132,7 @@
                        my @choices = ();  # menu entries as ordered 
label=>class pairs
                        my @default = ();  # default menu choice (rsync if it's 
avail)
                        foreach my $subclass (sort @avail_subclasses) {
-                               push @choices, ( $subclass->desc_short() => 
$subclass );
+                               push @choices, ( $subclass->description() => 
$subclass );
                                @default = ( 'value' => $subclass ) if 
$subclass->method_name() eq 'rsync';
                        }
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1439.2.21
retrieving revision 1.1439.2.22
diff -u -d -r1.1439.2.21 -r1.1439.2.22
--- ChangeLog   20 Mar 2007 17:40:07 -0000      1.1439.2.21
+++ ChangeLog   21 Mar 2007 01:32:55 -0000      1.1439.2.22
@@ -1,5 +1,10 @@
 2007-03-20  Daniel Macks  <[EMAIL PROTECTED]>
 
+       * SelfUpdate.pm, SelfUpdate/*: Rename desc_short() to description()
+
+
+2007-03-20  Daniel Macks  <[EMAIL PROTECTED]>
+
        * SelfUpdate.pm: Disallow changing to method=point from any other
 
 2007-03-20  Daniel Macks  <[EMAIL PROTECTED]>


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