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

Modified Files:
        Config.pm 
Log Message:
POD cleanup


Index: Config.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Config.pm,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- Config.pm   7 Oct 2005 21:36:10 -0000       1.66
+++ Config.pm   12 Oct 2005 06:06:38 -0000      1.67
@@ -77,7 +77,7 @@
   # Tree management
   my @trees            = $config->get_treelist();
   my $bool      = $config->want_magic_tree($tree);
-  
+
   # Command-line parameters
   my @args_left = $config->parse_options(@args);
   my $value = get_option($key, $default);
@@ -312,7 +312,7 @@
                "Trees", "local/main stable/main stable/bootstrap");
 }
 
-=private
+=begin comment
 
 Figure out what to do with the --trees and --exclude-trees command line
 arguments.
@@ -320,7 +320,7 @@
 Some tree names are 'magic', and cannot be completely excluded in a safe way.
 However, certain commands know to ignore them if they're 'excluded'.
 
-=end private
+=end comment
 
 =cut
 
@@ -415,7 +415,7 @@
 =back
 
 =cut
-       
+
 sub want_magic_tree {
        my ($self, $tree) = @_;
        $self->_process_trees_arg();



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to