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

Modified Files:
        Config.pm 
Log Message:
Doc fix.


Index: Config.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Config.pm,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Config.pm   16 May 2005 05:59:05 -0000      1.48
+++ Config.pm   23 May 2005 18:18:55 -0000      1.49
@@ -213,6 +213,9 @@
 
 Inherited from Fink::Base.
 
+set_param also keeps a list of params that have been change since the
+$config object was originally initialized or last did $config->save()
+
 =cut
 
 sub set_param {
@@ -225,7 +228,9 @@
 
   $config->save;
 
-Saves any changes made with set_param() to the config file.
+Saves any changes made with set_param() to the config file. Only lines
+of the file that correspond to params that were changed by set_param()
+are altered.
 
 =cut
 



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to