diff options
| author | fukachan <fukachan> | 2003-08-23 04:35:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-08-23 04:35:25 +0000 |
| commit | d0c5a95389829a94a429717d0ae10c2872eb25ce (patch) | |
| tree | e9240d92a7f7470d3bd0a43621b2bf19cc64fe9c /fml/lib/FML/Process/ConfViewer.pm | |
| parent | 19aa62773b6f8eebf1d35c4458d9a89b7c1036a7 (diff) | |
| download | fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.tar.gz fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.tar.bz2 fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.zip | |
fix comments: =head2 function(...) form
Diffstat (limited to 'fml/lib/FML/Process/ConfViewer.pm')
| -rw-r--r-- | fml/lib/FML/Process/ConfViewer.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/FML/Process/ConfViewer.pm b/fml/lib/FML/Process/ConfViewer.pm index 854977d9..627ee4c3 100644 --- a/fml/lib/FML/Process/ConfViewer.pm +++ b/fml/lib/FML/Process/ConfViewer.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi # All rights reserved. # -# $FML: ConfViewer.pm,v 1.19 2002/12/18 04:43:52 fukachan Exp $ +# $FML: ConfViewer.pm,v 1.20 2003/01/11 16:05:17 fukachan Exp $ # package FML::Process::ConfViewer; @@ -33,16 +33,16 @@ FML::Process::ConfViewer provides the main function for C<fmlconf>. =head1 METHODS -=head2 C<new($args)> +=head2 new($args) ordinary constructor. It make a C<FML::Process::Kernel> object and return it. -=head2 C<prepare($args)> +=head2 prepare($args) fix @INC, adjust ml_* and load configuration files. -=head2 C<verify_request($args)> +=head2 verify_request($args) show help unless @ARGV. @@ -119,7 +119,7 @@ sub verify_request } -=head2 C<run($args)> +=head2 run($args) the top level dispatcher for C<fmlconf>. |
