diff options
| author | fukachan <fukachan> | 2002-03-17 06:24:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-03-17 06:24:29 +0000 |
| commit | f2ab3fdc66cbc7911f0557fc08b1012c19d22be6 (patch) | |
| tree | 3757eac980a4684bbb91f92385503afd001cc572 /fml/lib/FML/Process/DocViewer.pm | |
| parent | ab1df9659060a39a97561c89084a6d794005ed98 (diff) | |
| download | fml8-f2ab3fdc66cbc7911f0557fc08b1012c19d22be6.tar.gz fml8-f2ab3fdc66cbc7911f0557fc08b1012c19d22be6.tar.bz2 fml8-f2ab3fdc66cbc7911f0557fc08b1012c19d22be6.zip | |
nuke superflous \s*$
Diffstat (limited to 'fml/lib/FML/Process/DocViewer.pm')
| -rw-r--r-- | fml/lib/FML/Process/DocViewer.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm index 8410fdf8..6c80a948 100644 --- a/fml/lib/FML/Process/DocViewer.pm +++ b/fml/lib/FML/Process/DocViewer.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: DocViewer.pm,v 1.13 2002/02/17 03:07:56 fukachan Exp $ +# $FML: DocViewer.pm,v 1.14 2002/02/17 13:45:10 fukachan Exp $ # package FML::Process::DocViewer; @@ -70,7 +70,7 @@ sub new sub prepare { my ($curproc, $args) = @_; - my $config = $curproc->{ config }; + my $config = $curproc->{ config }; my $eval = $config->get_hook( 'fmldoc_prepare_start_hook' ); if ($eval) { eval qq{ $eval; }; LogWarn($@) if $@; } @@ -89,7 +89,7 @@ sub verify_request { my ($curproc, $args) = @_; my $argv = $curproc->command_line_argv(); - my $config = $curproc->{ config }; + my $config = $curproc->{ config }; my $eval = $config->get_hook( 'fmldoc_verify_request_start_hook' ); if ($eval) { eval qq{ $eval; }; LogWarn($@) if $@; } @@ -207,7 +207,7 @@ finalize. sub finish { my ($curproc, $args) = @_; - my $config = $curproc->{ config }; + my $config = $curproc->{ config }; my $eval = $config->get_hook( 'fmldoc_finish_start_hook' ); if ($eval) { eval qq{ $eval; }; LogWarn($@) if $@; } |
