summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Log
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-07-23 13:16:30 +0000
committerfukachan <fukachan>2004-07-23 13:16:30 +0000
commit017265cfc701f6abcd99f52a0fa6eb9516fd510f (patch)
tree971613cdfec2b93173ad88a8dfa579dc29ba5ac3 /fml/lib/FML/Log
parent1359417a1475d1530200003dd4005954bff51c50 (diff)
downloadfml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.tar.gz
fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.tar.bz2
fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.zip
fix comments (FNF)
Diffstat (limited to 'fml/lib/FML/Log')
-rw-r--r--fml/lib/FML/Log/Print/Simple.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Log/Print/Simple.pm b/fml/lib/FML/Log/Print/Simple.pm
index 5123fc68..68b06bac 100644
--- a/fml/lib/FML/Log/Print/Simple.pm
+++ b/fml/lib/FML/Log/Print/Simple.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Simple.pm,v 1.3 2004/01/22 12:34:23 fukachan Exp $
+# $FML: Simple.pm,v 1.4 2004/01/23 09:17:38 fukachan Exp $
#
package FML::Log::Print::Simple;
@@ -14,7 +14,7 @@ use Carp;
=head1 NAME
-FML::Log::Print::Simple - simplest print out engine
+FML::Log::Print::Simple - simplest print out engine.
=head1 SYNOPSIS
@@ -44,7 +44,7 @@ sub new
}
-# Descriptions: add message to message queue.
+# Descriptions: add message to module internal message queue.
# Arguments: OBJ($self) OBJ($msg)
# Side Effects: update queue.
# Return Value: none