summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-09-24 14:19:50 +0000
committerfukachan <fukachan>2002-09-24 14:19:50 +0000
commit20e92e92360f97091dcf1415bdb77a76e320fbd7 (patch)
treec9b33433ef118418200fe2ce12a1036956b7bee8
parentc63250903228bf5cbd3801b723a0eb14b3857550 (diff)
downloadfml8-20e92e92360f97091dcf1415bdb77a76e320fbd7.tar.gz
fml8-20e92e92360f97091dcf1415bdb77a76e320fbd7.tar.bz2
fml8-20e92e92360f97091dcf1415bdb77a76e320fbd7.zip
fml 5 -> 8
-rw-r--r--fml/lib/FML/Command/Admin/check.pm4
-rw-r--r--fml/lib/FML/Command/Admin/htmlify.pm4
-rw-r--r--fml/lib/FML/Config.pm4
-rwxr-xr-xfml/libexec/loader.in4
4 files changed, 8 insertions, 8 deletions
diff --git a/fml/lib/FML/Command/Admin/check.pm b/fml/lib/FML/Command/Admin/check.pm
index 7e2f24b4..20a13ece 100644
--- a/fml/lib/FML/Command/Admin/check.pm
+++ b/fml/lib/FML/Command/Admin/check.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: check.pm,v 1.3 2002/09/15 00:11:43 fukachan Exp $
+# $FML: check.pm,v 1.4 2002/09/22 14:56:44 fukachan Exp $
#
package FML::Command::Admin::check;
@@ -204,7 +204,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Command::Admin::check appeared in fml5 mailing check driver package.
+FML::Command::Admin::check appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more detaicheck.
=cut
diff --git a/fml/lib/FML/Command/Admin/htmlify.pm b/fml/lib/FML/Command/Admin/htmlify.pm
index 39e9e124..8053aab8 100644
--- a/fml/lib/FML/Command/Admin/htmlify.pm
+++ b/fml/lib/FML/Command/Admin/htmlify.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: htmlify.pm,v 1.17 2002/04/27 05:25:02 fukachan Exp $
+# $FML: htmlify.pm,v 1.18 2002/09/22 14:56:45 fukachan Exp $
#
package FML::Command::Admin::htmlify;
@@ -94,7 +94,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Command::Admin::htmlify appeared in fml5 mailing htmlify driver package.
+FML::Command::Admin::htmlify appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more detaihtmlify.
=cut
diff --git a/fml/lib/FML/Config.pm b/fml/lib/FML/Config.pm
index fc10160c..82e93fdc 100644
--- a/fml/lib/FML/Config.pm
+++ b/fml/lib/FML/Config.pm
@@ -3,7 +3,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: Config.pm,v 1.71 2002/09/11 23:18:01 fukachan Exp $
+# $FML: Config.pm,v 1.72 2002/09/22 14:56:39 fukachan Exp $
#
package FML::Config;
@@ -24,7 +24,7 @@ use ErrorStatus qw(error_set error error_clear);
=head1 NAME
-FML::Config -- manipulate fml5 configuration
+FML::Config -- manipulate fml8 configuration file
=head1 SYNOPSIS
diff --git a/fml/libexec/loader.in b/fml/libexec/loader.in
index 05dd4b78..635b50f1 100755
--- a/fml/libexec/loader.in
+++ b/fml/libexec/loader.in
@@ -4,7 +4,7 @@
# Copyright (C) 2000-2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: loader.in,v 1.9 2002/03/20 03:14:53 fukachan Exp $
+# $FML: loader.in,v 1.10 2002/04/01 23:41:17 fukachan Exp $
#
eval 'exec @PERL@ -S $0 ${1+"$@"}'
@@ -279,7 +279,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-libexec/loader appeared in fml5 mailing list driver package.
+libexec/loader appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut