summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/FetchFML.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-01-09 14:00:53 +0000
committerfukachan <fukachan>2006-01-09 14:00:53 +0000
commit998d6457399e07b82ee606d2cff85a3261fd6743 (patch)
tree446fe1c910bfc9243914fb7ecc4ed0337bb37eed /fml/lib/FML/Process/FetchFML.pm
parent7e1d1a36de7bb1d42262bcf5573a52b56fe22804 (diff)
downloadfml8-998d6457399e07b82ee606d2cff85a3261fd6743.tar.gz
fml8-998d6457399e07b82ee606d2cff85a3261fd6743.tar.bz2
fml8-998d6457399e07b82ee606d2cff85a3261fd6743.zip
white space cosmetics.
fix copyright.
Diffstat (limited to 'fml/lib/FML/Process/FetchFML.pm')
-rw-r--r--fml/lib/FML/Process/FetchFML.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Process/FetchFML.pm b/fml/lib/FML/Process/FetchFML.pm
index 0b9a21b6..4c50a386 100644
--- a/fml/lib/FML/Process/FetchFML.pm
+++ b/fml/lib/FML/Process/FetchFML.pm
@@ -1,9 +1,9 @@
#-*- perl -*-
#
-# Copyright (C) 2005 Ken'ichi Fukamachi
+# Copyright (C) 2005,2006 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: FetchFML.pm,v 1.5 2005/08/23 12:32:06 fukachan Exp $
+# $FML: FetchFML.pm,v 1.6 2005/12/17 13:47:32 fukachan Exp $
#
package FML::Process::FetchFML;
@@ -274,7 +274,7 @@ sub _fetchfml_retrieve
$curproc->logerror("object undefined.");
}
- if ($mua->error()) {
+ if ($mua->error()) {
$curproc->logerror($mua->error());
next MUA;
}
@@ -402,7 +402,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2005 Ken'ichi Fukamachi
+Copyright (C) 2005,2006 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.