summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Moderate.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/Moderate.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/Moderate.pm')
-rw-r--r--fml/lib/FML/Moderate.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/FML/Moderate.pm b/fml/lib/FML/Moderate.pm
index 2a493999..1641cf54 100644
--- a/fml/lib/FML/Moderate.pm
+++ b/fml/lib/FML/Moderate.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# 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.
#
-# $FML: Moderate.pm,v 1.2 2005/12/18 12:28:49 fukachan Exp $
+# $FML: Moderate.pm,v 1.3 2005/12/19 03:06:32 fukachan Exp $
#
package FML::Moderate;
@@ -65,7 +65,7 @@ sub forward_to_moderator
$queue->remove();
if ($nqid) {
$curproc->log("moderation request queue-in: qid=$nqid");
- }
+ }
# 2. generate confirm id.
$self->_send_confirmation($rm_args, { queue_id => $nqid });
@@ -134,7 +134,7 @@ sub _queue_init
directory => $queue_dir,
local_class => [ $moderation_queue ],
id => $qid,
- };
+ };
}
else {
return new Mail::Delivery::Queue {
@@ -225,7 +225,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.