summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Error.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-06-01 05:09:23 +0000
committerfukachan <fukachan>2002-06-01 05:09:23 +0000
commit65eb6df28e7506613c519744ef2977fbc06b6791 (patch)
treecb96ae23fa4549c25661136f26ad830a6996b6b2 /fml/lib/FML/Process/Error.pm
parentb59bd780d2e1c055cb03dc26c8fd2a321242a0f3 (diff)
downloadfml8-65eb6df28e7506613c519744ef2977fbc06b6791.tar.gz
fml8-65eb6df28e7506613c519744ef2977fbc06b6791.tar.bz2
fml8-65eb6df28e7506613c519744ef2977fbc06b6791.zip
nuke white spaces \s*$
Diffstat (limited to 'fml/lib/FML/Process/Error.pm')
-rw-r--r--fml/lib/FML/Process/Error.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/Error.pm b/fml/lib/FML/Process/Error.pm
index c091c3ce..f839d529 100644
--- a/fml/lib/FML/Process/Error.pm
+++ b/fml/lib/FML/Process/Error.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Error.pm,v 1.5 2002/05/21 08:37:52 fukachan Exp $
+# $FML: Error.pm,v 1.6 2002/06/01 05:02:33 fukachan Exp $
#
package FML::Process::Error;
@@ -31,7 +31,7 @@ See L<FML::Process::Flow> for details of fml process flow.
=head1 DESCRIPTION
C<FML::Process::Error> is a command wrapper and top level
-dispatcher for commands.
+dispatcher for commands.
=head1 METHODS
@@ -79,7 +79,7 @@ sub prepare
}
else {
exit(0);
- }
+ }
$eval = $config->get_hook( 'error_prepare_end_hook' );
if ($eval) { eval qq{ $eval; }; LogWarn($@) if $@; }