summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-09-11 23:18:00 +0000
committerfukachan <fukachan>2002-09-11 23:18:00 +0000
commitca99f29a2fcbf713c643693a24e3fb9c65035380 (patch)
tree342518b76899f3ae0d00dce603c3dff6840e20e8 /fml/lib/FML/Process
parent098335394326aebb81cfe800adaafbc213313577 (diff)
downloadfml8-ca99f29a2fcbf713c643693a24e3fb9c65035380.tar.gz
fml8-ca99f29a2fcbf713c643693a24e3fb9c65035380.tar.bz2
fml8-ca99f29a2fcbf713c643693a24e3fb9c65035380.zip
fml5 -> fml8
Diffstat (limited to 'fml/lib/FML/Process')
-rw-r--r--fml/lib/FML/Process/Alias.pm4
-rw-r--r--fml/lib/FML/Process/CGI.pm4
-rw-r--r--fml/lib/FML/Process/CGI/Kernel.pm4
-rw-r--r--fml/lib/FML/Process/CGI/Param.pm4
-rw-r--r--fml/lib/FML/Process/Calender.pm4
-rw-r--r--fml/lib/FML/Process/Command.pm4
-rw-r--r--fml/lib/FML/Process/ConfViewer.pm4
-rw-r--r--fml/lib/FML/Process/Configure.pm4
-rw-r--r--fml/lib/FML/Process/Distribute.pm4
-rw-r--r--fml/lib/FML/Process/DocViewer.pm4
-rw-r--r--fml/lib/FML/Process/Error.pm4
-rw-r--r--fml/lib/FML/Process/Flow.pm4
-rw-r--r--fml/lib/FML/Process/HTMLify.pm4
-rw-r--r--fml/lib/FML/Process/Kernel.pm4
-rw-r--r--fml/lib/FML/Process/QMail.pm4
-rw-r--r--fml/lib/FML/Process/QueueManager.pm4
-rw-r--r--fml/lib/FML/Process/Scheduler.pm4
-rw-r--r--fml/lib/FML/Process/Spool.pm4
-rw-r--r--fml/lib/FML/Process/Switch.pm4
-rw-r--r--fml/lib/FML/Process/ThreadTrack.pm4
-rw-r--r--fml/lib/FML/Process/Utils.pm4
21 files changed, 42 insertions, 42 deletions
diff --git a/fml/lib/FML/Process/Alias.pm b/fml/lib/FML/Process/Alias.pm
index 169971ee..67598154 100644
--- a/fml/lib/FML/Process/Alias.pm
+++ b/fml/lib/FML/Process/Alias.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Alias.pm,v 1.2 2002/06/27 08:25:49 fukachan Exp $
+# $FML: Alias.pm,v 1.3 2002/08/14 03:31:55 fukachan Exp $
#
package FML::Process::Alias;
@@ -253,7 +253,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Alias appeared in fml5 mailing list driver package.
+FML::Process::Alias first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/CGI.pm b/fml/lib/FML/Process/CGI.pm
index c76a89e3..d93eaf11 100644
--- a/fml/lib/FML/Process/CGI.pm
+++ b/fml/lib/FML/Process/CGI.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: CGI.pm,v 1.19 2001/11/08 15:36:21 fukachan Exp $
+# $FML: CGI.pm,v 1.20 2001/12/22 09:21:08 fukachan Exp $
#
package FML::Process::CGI;
@@ -47,7 +47,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::CGI appeared in fml5 mailing list driver package.
+FML::Process::CGI first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/CGI/Kernel.pm b/fml/lib/FML/Process/CGI/Kernel.pm
index 8e007551..948309e9 100644
--- a/fml/lib/FML/Process/CGI/Kernel.pm
+++ b/fml/lib/FML/Process/CGI/Kernel.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: Kernel.pm,v 1.41 2002/07/19 03:13:03 fukachan Exp $
+# $FML: Kernel.pm,v 1.42 2002/08/14 03:31:58 fukachan Exp $
#
package FML::Process::CGI::Kernel;
@@ -731,7 +731,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::CGI::Kernel appeared in fml5 mailing list driver package.
+FML::Process::CGI::Kernel first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/CGI/Param.pm b/fml/lib/FML/Process/CGI/Param.pm
index 3306bf52..7668d3a6 100644
--- a/fml/lib/FML/Process/CGI/Param.pm
+++ b/fml/lib/FML/Process/CGI/Param.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: Param.pm,v 1.15 2002/04/27 07:24:27 fukachan Exp $
+# $FML: Param.pm,v 1.16 2002/07/02 04:00:52 fukachan Exp $
#
package FML::Process::CGI::Param;
@@ -134,7 +134,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::CGI::Param appeared in fml5 mailing list driver package.
+FML::Process::CGI::Param first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/Calender.pm b/fml/lib/FML/Process/Calender.pm
index 15401260..30551ab5 100644
--- a/fml/lib/FML/Process/Calender.pm
+++ b/fml/lib/FML/Process/Calender.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Calender.pm,v 1.6 2002/07/02 03:58:06 fukachan Exp $
+# $FML: Calender.pm,v 1.7 2002/08/03 13:13:23 fukachan Exp $
#
package FML::Process::Calender;
@@ -192,7 +192,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Calender appeared in fml5 mailing list driver package.
+FML::Process::Calender first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
C<FML::Process::Scheduler> is renamed to C<FML::Process::Calender>.
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index 628620b8..43868b26 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Command.pm,v 1.72 2002/08/14 03:31:55 fukachan Exp $
+# $FML: Command.pm,v 1.73 2002/08/19 12:41:01 fukachan Exp $
#
package FML::Process::Command;
@@ -831,7 +831,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Command appeared in fml5 mailing list driver package.
+FML::Process::Command first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/ConfViewer.pm b/fml/lib/FML/Process/ConfViewer.pm
index 95b2ccfd..a01c1106 100644
--- a/fml/lib/FML/Process/ConfViewer.pm
+++ b/fml/lib/FML/Process/ConfViewer.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: ConfViewer.pm,v 1.14 2002/07/02 03:58:33 fukachan Exp $
+# $FML: ConfViewer.pm,v 1.15 2002/08/14 03:31:55 fukachan Exp $
#
package FML::Process::ConfViewer;
@@ -241,7 +241,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::ConfViewer appeared in fml5 mailing list driver package.
+FML::Process::ConfViewer first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/Configure.pm b/fml/lib/FML/Process/Configure.pm
index 5a7e6149..c7f8d432 100644
--- a/fml/lib/FML/Process/Configure.pm
+++ b/fml/lib/FML/Process/Configure.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Configure.pm,v 1.42 2002/07/02 12:40:18 fukachan Exp $
+# $FML: Configure.pm,v 1.43 2002/08/14 03:31:56 fukachan Exp $
#
package FML::Process::Configure;
@@ -275,7 +275,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Configure appeared in fml5 mailing list driver package.
+FML::Process::Configure first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm
index df0bae06..83f38e0f 100644
--- a/fml/lib/FML/Process/Distribute.pm
+++ b/fml/lib/FML/Process/Distribute.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Distribute.pm,v 1.93 2002/08/19 14:20:04 fukachan Exp $
+# $FML: Distribute.pm,v 1.94 2002/09/02 03:31:43 fukachan Exp $
#
package FML::Process::Distribute;
@@ -551,7 +551,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Distribute appeared in fml5 mailing list driver package.
+FML::Process::Distribute first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm
index ba9e403f..1c0f24fa 100644
--- a/fml/lib/FML/Process/DocViewer.pm
+++ b/fml/lib/FML/Process/DocViewer.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: DocViewer.pm,v 1.18 2002/07/02 03:58:49 fukachan Exp $
+# $FML: DocViewer.pm,v 1.19 2002/08/14 03:31:56 fukachan Exp $
#
package FML::Process::DocViewer;
@@ -235,7 +235,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::DocViewer appeared in fml5 mailing list driver package.
+FML::Process::DocViewer first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/Error.pm b/fml/lib/FML/Process/Error.pm
index 7af42240..6d8a16c1 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.20 2002/08/15 08:04:41 fukachan Exp $
+# $FML: Error.pm,v 1.21 2002/08/19 12:38:15 fukachan Exp $
#
package FML::Process::Error;
@@ -289,7 +289,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Error appeared in fml5 mailing list driver package.
+FML::Process::Error first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/Flow.pm b/fml/lib/FML/Process/Flow.pm
index 1f630219..ad391522 100644
--- a/fml/lib/FML/Process/Flow.pm
+++ b/fml/lib/FML/Process/Flow.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: Flow.pm,v 1.15 2002/04/27 05:25:02 fukachan Exp $
+# $FML: Flow.pm,v 1.16 2002/07/02 03:59:06 fukachan Exp $
#
package FML::Process::Flow;
@@ -114,7 +114,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Flow appeared in fml5 mailing list driver package.
+FML::Process::Flow first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/HTMLify.pm b/fml/lib/FML/Process/HTMLify.pm
index cc4fb800..347bd5b1 100644
--- a/fml/lib/FML/Process/HTMLify.pm
+++ b/fml/lib/FML/Process/HTMLify.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: HTMLify.pm,v 1.21 2002/07/02 03:59:19 fukachan Exp $
+# $FML: HTMLify.pm,v 1.22 2002/08/14 03:31:56 fukachan Exp $
#
package FML::Process::HTMLify;
@@ -197,7 +197,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Kernel appeared in fml5 mailing list driver package.
+FML::Process::Kernel first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm
index 0d9a138a..e7a4eac1 100644
--- a/fml/lib/FML/Process/Kernel.pm
+++ b/fml/lib/FML/Process/Kernel.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: Kernel.pm,v 1.133 2002/08/26 05:56:36 fukachan Exp $
+# $FML: Kernel.pm,v 1.134 2002/08/28 05:52:35 fukachan Exp $
#
package FML::Process::Kernel;
@@ -1905,7 +1905,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Kernel appeared in fml5 mailing list driver package.
+FML::Process::Kernel first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/QMail.pm b/fml/lib/FML/Process/QMail.pm
index 0ab92b8f..410e2a6b 100644
--- a/fml/lib/FML/Process/QMail.pm
+++ b/fml/lib/FML/Process/QMail.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: QMail.pm,v 1.11 2001/12/23 11:39:45 fukachan Exp $
+# $FML: QMail.pm,v 1.12 2002/06/01 05:02:33 fukachan Exp $
#
package FML::Process::QMail;
@@ -109,7 +109,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::QMail appeared in fml5 mailing list driver package.
+FML::Process::QMail first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/QueueManager.pm b/fml/lib/FML/Process/QueueManager.pm
index f31dfc5a..4c7d57b4 100644
--- a/fml/lib/FML/Process/QueueManager.pm
+++ b/fml/lib/FML/Process/QueueManager.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: QueueManager.pm,v 1.6 2001/12/23 11:37:07 fukachan Exp $
+# $FML: QueueManager.pm,v 1.7 2001/12/23 11:39:45 fukachan Exp $
#
package FML::Process::QueueManager;
@@ -151,7 +151,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::QueueManager appeared in fml5 mailing list driver package.
+FML::Process::QueueManager first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/Scheduler.pm b/fml/lib/FML/Process/Scheduler.pm
index 051135ae..333e16b3 100644
--- a/fml/lib/FML/Process/Scheduler.pm
+++ b/fml/lib/FML/Process/Scheduler.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Scheduler.pm,v 1.15 2002/08/03 13:13:24 fukachan Exp $
+# $FML: Scheduler.pm,v 1.16 2002/08/07 14:32:45 fukachan Exp $
#
package FML::Process::Scheduler;
@@ -84,7 +84,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Scheduler appeared in fml5 mailing list driver package.
+FML::Process::Scheduler first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/Spool.pm b/fml/lib/FML/Process/Spool.pm
index c5ea5dfb..01ef2dea 100644
--- a/fml/lib/FML/Process/Spool.pm
+++ b/fml/lib/FML/Process/Spool.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Spool.pm,v 1.7 2002/06/30 01:23:55 fukachan Exp $
+# $FML: Spool.pm,v 1.8 2002/08/14 03:31:57 fukachan Exp $
#
package FML::Process::Spool;
@@ -350,7 +350,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Spool appeared in fml5 mailing list driver package.
+FML::Process::Spool first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/Switch.pm b/fml/lib/FML/Process/Switch.pm
index 95e0e809..822b3302 100644
--- a/fml/lib/FML/Process/Switch.pm
+++ b/fml/lib/FML/Process/Switch.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: Switch.pm,v 1.72 2002/06/30 14:30:16 fukachan Exp $
+# $FML: Switch.pm,v 1.73 2002/07/02 12:47:51 fukachan Exp $
#
package FML::Process::Switch;
@@ -478,7 +478,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Switch appeared in fml5 mailing list driver package.
+FML::Process::Switch first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/ThreadTrack.pm b/fml/lib/FML/Process/ThreadTrack.pm
index 91d1b267..1b4e4cb5 100644
--- a/fml/lib/FML/Process/ThreadTrack.pm
+++ b/fml/lib/FML/Process/ThreadTrack.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: ThreadTrack.pm,v 1.31 2002/07/02 03:59:42 fukachan Exp $
+# $FML: ThreadTrack.pm,v 1.32 2002/08/14 03:31:57 fukachan Exp $
#
package FML::Process::ThreadTrack;
@@ -542,7 +542,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Kernel appeared in fml5 mailing list driver package.
+FML::Process::Kernel first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Process/Utils.pm b/fml/lib/FML/Process/Utils.pm
index ff6feaf6..cc03e65d 100644
--- a/fml/lib/FML/Process/Utils.pm
+++ b/fml/lib/FML/Process/Utils.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: Utils.pm,v 1.40 2002/09/02 03:31:44 fukachan Exp $
+# $FML: Utils.pm,v 1.41 2002/09/06 04:13:25 fukachan Exp $
#
package FML::Process::Utils;
@@ -935,7 +935,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Utils appeared in fml5 mailing list driver package.
+FML::Process::Utils first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut