summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-02-19 01:10:37 +0000
committerfukachan <fukachan>2001-02-19 01:10:37 +0000
commitb6f84022326702dbf8baec21bb7e15bb033c0a6b (patch)
tree3dc23590d18712cb7d83daecee89a27ed5ce2130 /fml/lib
parent1c0f8a648aff54b53aeb37627194a7b2014356c3 (diff)
downloadfml8-b6f84022326702dbf8baec21bb7e15bb033c0a6b.tar.gz
fml8-b6f84022326702dbf8baec21bb7e15bb033c0a6b.tar.bz2
fml8-b6f84022326702dbf8baec21bb7e15bb033c0a6b.zip
align the format in HISTORY section
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/Dialect/ISO2022JP.pm3
-rw-r--r--fml/lib/Dialect/Japanese/Subject.pm3
-rw-r--r--fml/lib/Dialect/Japanese/Utils.pm3
-rw-r--r--fml/lib/FML/Article.pm3
-rw-r--r--fml/lib/FML/Checksum.pm3
-rw-r--r--fml/lib/FML/Credential.pm3
-rw-r--r--fml/lib/FML/Errors.pm3
-rw-r--r--fml/lib/FML/Header.pm3
-rw-r--r--fml/lib/FML/Header/Subject.pm3
-rw-r--r--fml/lib/FML/Lock.pm3
-rw-r--r--fml/lib/FML/Log.pm3
-rw-r--r--fml/lib/FML/MIME.pm3
-rw-r--r--fml/lib/FML/Messages.pm3
-rw-r--r--fml/lib/FML/Parse.pm3
-rw-r--r--fml/lib/FML/Process/Flow.pm3
-rw-r--r--fml/lib/FML/Process/QMail.pm3
-rw-r--r--fml/lib/FML/SequenceFile.pm3
-rw-r--r--fml/lib/FML/String.pm3
-rw-r--r--fml/lib/FML/Ticket/Model/toymodel.pm3
-rw-r--r--fml/lib/FML/Ticket/System.pm3
-rw-r--r--fml/lib/FML/Utils.pm3
-rw-r--r--fml/lib/IO/Adapter/Array.pm3
-rw-r--r--fml/lib/IO/Adapter/File.pm3
-rw-r--r--fml/lib/IO/Adapter/LDAP.pm3
-rw-r--r--fml/lib/IO/Adapter/NIS.pm3
-rw-r--r--fml/lib/IO/Adapter/RDBMS.pm3
-rw-r--r--fml/lib/IO/Adapter/UnixGroup.pm3
-rw-r--r--fml/lib/IO/File/Atomic.pm3
-rw-r--r--fml/lib/IO/MapAdapter.pm3
-rw-r--r--fml/lib/MailingList/Delivery.pm3
-rw-r--r--fml/lib/MailingList/ESMTP.pm7
-rw-r--r--fml/lib/MailingList/Messages.pm3
-rw-r--r--fml/lib/MailingList/Net/INET4.pm3
-rw-r--r--fml/lib/MailingList/Net/INET6.pm3
-rw-r--r--fml/lib/MailingList/SMTP.pm3
-rw-r--r--fml/lib/MailingList/Utils.pm3
-rw-r--r--fml/lib/Tie/LogFileDB.pm3
-rw-r--r--fml/lib/__template.pm5
38 files changed, 79 insertions, 41 deletions
diff --git a/fml/lib/Dialect/ISO2022JP.pm b/fml/lib/Dialect/ISO2022JP.pm
index 64eb766b..85d1b27d 100644
--- a/fml/lib/Dialect/ISO2022JP.pm
+++ b/fml/lib/Dialect/ISO2022JP.pm
@@ -40,7 +40,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Dialect::ISO2022JP appeared in fml5.
+Dialect::ISO2022JP appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/Dialect/Japanese/Subject.pm b/fml/lib/Dialect/Japanese/Subject.pm
index a5e7793d..f9c33dc4 100644
--- a/fml/lib/Dialect/Japanese/Subject.pm
+++ b/fml/lib/Dialect/Japanese/Subject.pm
@@ -118,7 +118,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Dialect::Japanese::Subject.pm appeared in fml5.
+Dialect::Japanese::Subject appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/Dialect/Japanese/Utils.pm b/fml/lib/Dialect/Japanese/Utils.pm
index 264758f3..54595737 100644
--- a/fml/lib/Dialect/Japanese/Utils.pm
+++ b/fml/lib/Dialect/Japanese/Utils.pm
@@ -94,7 +94,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Dialect::Japanese::Utils appeared in fml5.
+Dialect::Japanese::Utils appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Article.pm b/fml/lib/FML/Article.pm
index 5f63c11a..31a81121 100644
--- a/fml/lib/FML/Article.pm
+++ b/fml/lib/FML/Article.pm
@@ -147,7 +147,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Article.pm appeared in fml5.
+FML::Article appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Checksum.pm b/fml/lib/FML/Checksum.pm
index 74e316bf..d65b19e3 100644
--- a/fml/lib/FML/Checksum.pm
+++ b/fml/lib/FML/Checksum.pm
@@ -238,7 +238,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Checksum appeared in fml5.
+FML::Checksum appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Credential.pm b/fml/lib/FML/Credential.pm
index d6b6008c..5fa50934 100644
--- a/fml/lib/FML/Credential.pm
+++ b/fml/lib/FML/Credential.pm
@@ -83,7 +83,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Credential.pm appeared in fml5.
+FML::Credential appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Errors.pm b/fml/lib/FML/Errors.pm
index 011107eb..ea3f2804 100644
--- a/fml/lib/FML/Errors.pm
+++ b/fml/lib/FML/Errors.pm
@@ -54,7 +54,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Errors.pm appeared in fml5.
+FML::Errors appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Header.pm b/fml/lib/FML/Header.pm
index 658bfad8..3b4afe6b 100644
--- a/fml/lib/FML/Header.pm
+++ b/fml/lib/FML/Header.pm
@@ -195,7 +195,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Header.pm appeared in fml5.
+FML::Header appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Header/Subject.pm b/fml/lib/FML/Header/Subject.pm
index 49bd5a2a..7677f17b 100644
--- a/fml/lib/FML/Header/Subject.pm
+++ b/fml/lib/FML/Header/Subject.pm
@@ -154,7 +154,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Header::Subject appeared in fml5.
+FML::Header::Subject appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Lock.pm b/fml/lib/FML/Lock.pm
index 221c69b4..465c1053 100644
--- a/fml/lib/FML/Lock.pm
+++ b/fml/lib/FML/Lock.pm
@@ -166,7 +166,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Lock.pm appeared in fml5.
+FML::Lock appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Log.pm b/fml/lib/FML/Log.pm
index e00f2179..e9b71e1b 100644
--- a/fml/lib/FML/Log.pm
+++ b/fml/lib/FML/Log.pm
@@ -122,7 +122,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Log.pm appeared in fml5.
+FML::Log appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/MIME.pm b/fml/lib/FML/MIME.pm
index ab005792..9d1d7d12 100644
--- a/fml/lib/FML/MIME.pm
+++ b/fml/lib/FML/MIME.pm
@@ -114,7 +114,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::MIME appeared in fml5.
+FML::MIME appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Messages.pm b/fml/lib/FML/Messages.pm
index b2505174..dbfc2590 100644
--- a/fml/lib/FML/Messages.pm
+++ b/fml/lib/FML/Messages.pm
@@ -40,7 +40,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Messages appeared in fml5.
+FML::Messages appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Parse.pm b/fml/lib/FML/Parse.pm
index 3af65b74..1e682aae 100644
--- a/fml/lib/FML/Parse.pm
+++ b/fml/lib/FML/Parse.pm
@@ -52,7 +52,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Parse.pm appeared in fml5.
+FML::Parse appeared in fml5 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 fc280ff2..e01bddb2 100644
--- a/fml/lib/FML/Process/Flow.pm
+++ b/fml/lib/FML/Process/Flow.pm
@@ -42,7 +42,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::Flow appeared in fml5.
+FML::Process::Flow appeared in fml5 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 49dbe804..482a1691 100644
--- a/fml/lib/FML/Process/QMail.pm
+++ b/fml/lib/FML/Process/QMail.pm
@@ -55,7 +55,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Process::QMail appeared in fml5.
+FML::Process::QMail appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/SequenceFile.pm b/fml/lib/FML/SequenceFile.pm
index b33470fe..98e9a296 100644
--- a/fml/lib/FML/SequenceFile.pm
+++ b/fml/lib/FML/SequenceFile.pm
@@ -105,7 +105,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::SequenceFile appeared in fml5.
+FML::SequenceFile appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/String.pm b/fml/lib/FML/String.pm
index 17cf010f..44c00eef 100644
--- a/fml/lib/FML/String.pm
+++ b/fml/lib/FML/String.pm
@@ -82,7 +82,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::String.pm appeared in fml5.
+FML::String appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Ticket/Model/toymodel.pm b/fml/lib/FML/Ticket/Model/toymodel.pm
index abbd3a2d..4fb9129d 100644
--- a/fml/lib/FML/Ticket/Model/toymodel.pm
+++ b/fml/lib/FML/Ticket/Model/toymodel.pm
@@ -695,7 +695,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Ticket::Model::toymodel.pm appeared in fml5.
+FML::Ticket::Model::toymodel appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Ticket/System.pm b/fml/lib/FML/Ticket/System.pm
index 92bb7b89..8e2c2def 100644
--- a/fml/lib/FML/Ticket/System.pm
+++ b/fml/lib/FML/Ticket/System.pm
@@ -122,7 +122,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Ticket::System.pm appeared in fml5.
+FML::Ticket::System appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/FML/Utils.pm b/fml/lib/FML/Utils.pm
index 892942e7..04f33f7a 100644
--- a/fml/lib/FML/Utils.pm
+++ b/fml/lib/FML/Utils.pm
@@ -42,7 +42,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::Utils.pm appeared in fml5.
+FML::Utils appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/Array.pm b/fml/lib/IO/Adapter/Array.pm
index 900aa4af..b5974d42 100644
--- a/fml/lib/IO/Adapter/Array.pm
+++ b/fml/lib/IO/Adapter/Array.pm
@@ -199,7 +199,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::Array.pm appeared in fml5.
+IO::Adapter::Array appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/File.pm b/fml/lib/IO/Adapter/File.pm
index 60fbd4a3..a6b16c8f 100644
--- a/fml/lib/IO/Adapter/File.pm
+++ b/fml/lib/IO/Adapter/File.pm
@@ -150,7 +150,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::File.pm appeared in fml5.
+IO::Adapter::File appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/LDAP.pm b/fml/lib/IO/Adapter/LDAP.pm
index f7007fc3..ff68b365 100644
--- a/fml/lib/IO/Adapter/LDAP.pm
+++ b/fml/lib/IO/Adapter/LDAP.pm
@@ -60,7 +60,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::LDAP.pm appeared in fml5.
+IO::Adapter::LDAP appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/NIS.pm b/fml/lib/IO/Adapter/NIS.pm
index f800b379..b2daa7f3 100644
--- a/fml/lib/IO/Adapter/NIS.pm
+++ b/fml/lib/IO/Adapter/NIS.pm
@@ -60,7 +60,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::NIS.pm appeared in fml5.
+IO::Adapter::NIS appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/RDBMS.pm b/fml/lib/IO/Adapter/RDBMS.pm
index f325fbaf..5ad510ae 100644
--- a/fml/lib/IO/Adapter/RDBMS.pm
+++ b/fml/lib/IO/Adapter/RDBMS.pm
@@ -60,7 +60,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::RDBMS.pm appeared in fml5.
+IO::Adapter::RDBMS appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/UnixGroup.pm b/fml/lib/IO/Adapter/UnixGroup.pm
index df06a1bb..11141c0b 100644
--- a/fml/lib/IO/Adapter/UnixGroup.pm
+++ b/fml/lib/IO/Adapter/UnixGroup.pm
@@ -59,7 +59,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::UnixGroup.pm appeared in fml5.
+IO::Adapter::UnixGroup appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/File/Atomic.pm b/fml/lib/IO/File/Atomic.pm
index ebd878d9..a9f41581 100644
--- a/fml/lib/IO/File/Atomic.pm
+++ b/fml/lib/IO/File/Atomic.pm
@@ -232,7 +232,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::File::Atomic.pm appeared in fml5.
+IO::File::Atomic appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/MapAdapter.pm b/fml/lib/IO/MapAdapter.pm
index 63fdc553..406431fa 100644
--- a/fml/lib/IO/MapAdapter.pm
+++ b/fml/lib/IO/MapAdapter.pm
@@ -267,7 +267,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::MapAdapter.pm appeared in fml5.
+IO::MapAdapter appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/MailingList/Delivery.pm b/fml/lib/MailingList/Delivery.pm
index 45e88dba..986e3e26 100644
--- a/fml/lib/MailingList/Delivery.pm
+++ b/fml/lib/MailingList/Delivery.pm
@@ -125,7 +125,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-MailingList::Delivery.pm appeared in fml5.
+MailingList::Delivery appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/MailingList/ESMTP.pm b/fml/lib/MailingList/ESMTP.pm
index 133d6857..34a25bb1 100644
--- a/fml/lib/MailingList/ESMTP.pm
+++ b/fml/lib/MailingList/ESMTP.pm
@@ -26,7 +26,7 @@ sub new
=head1 NAME
-MailingList::ESMTP.pm - Extended SMTP class
+MailingList::ESMTP - Extended SMTP class
=head1 SYNOPSIS
@@ -35,7 +35,7 @@ MailingList::ESMTP.pm - Extended SMTP class
$service->deliver( ... );
See L<MailingList::SMTP> for more details since this ESMTP class
-is an alias of SMTP class for convenience.
+is an adapter for SMTP (super) class for convenience.
=head1 AUTHOR
@@ -50,7 +50,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-MailingList::ESMTP.pm appeared in fml5.
+MailingList::ESMTP appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/MailingList/Messages.pm b/fml/lib/MailingList/Messages.pm
index cffd3895..97bd046d 100644
--- a/fml/lib/MailingList/Messages.pm
+++ b/fml/lib/MailingList/Messages.pm
@@ -971,7 +971,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-MailingList::Messages.pm appeared in fml5.
+MailingList::Messages appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/MailingList/Net/INET4.pm b/fml/lib/MailingList/Net/INET4.pm
index 53ca97ca..759b34e7 100644
--- a/fml/lib/MailingList/Net/INET4.pm
+++ b/fml/lib/MailingList/Net/INET4.pm
@@ -104,7 +104,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-MailingList::Net::INET4.pm appeared in fml5.
+MailingList::Net::INET4 appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/MailingList/Net/INET6.pm b/fml/lib/MailingList/Net/INET6.pm
index df0dc78a..bdf50242 100644
--- a/fml/lib/MailingList/Net/INET6.pm
+++ b/fml/lib/MailingList/Net/INET6.pm
@@ -201,7 +201,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-MailingList::Net::INET6.pm appeared in fml5.
+MailingList::Net::INET6 appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/MailingList/SMTP.pm b/fml/lib/MailingList/SMTP.pm
index a3e40db3..b525d96a 100644
--- a/fml/lib/MailingList/SMTP.pm
+++ b/fml/lib/MailingList/SMTP.pm
@@ -787,7 +787,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-MailingList::SMTP.pm appeared in fml5.
+MailingList::SMTP appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/MailingList/Utils.pm b/fml/lib/MailingList/Utils.pm
index b22c60e7..7d56113d 100644
--- a/fml/lib/MailingList/Utils.pm
+++ b/fml/lib/MailingList/Utils.pm
@@ -323,7 +323,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-MailingList::utils.pm appeared in fml5.
+MailingList::utils appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/Tie/LogFileDB.pm b/fml/lib/Tie/LogFileDB.pm
index e5912a9d..fdb196a3 100644
--- a/fml/lib/Tie/LogFileDB.pm
+++ b/fml/lib/Tie/LogFileDB.pm
@@ -198,7 +198,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-Tie::LogFileDB.pm appeared in fml5.
+Tie::LogFileDB appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/__template.pm b/fml/lib/__template.pm
index 57bc2dfe..af8dfbde 100644
--- a/fml/lib/__template.pm
+++ b/fml/lib/__template.pm
@@ -28,7 +28,7 @@ sub new
=head1 NAME
-FML::__HERE_IS_YOUR_MODULE_NAME__.pm - what is this
+FML::__HERE_IS_YOUR_MODULE_NAME__ - what is this
=head1 SYNOPSIS
@@ -55,7 +55,8 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::__HERE_IS_YOUR_MODULE_NAME__.pm appeared in fml5.
+FML::__HERE_IS_YOUR_MODULE_NAME__ appeared in fml5 mailing list driver package.
+See C<http://www.fml.org/> for more details.
=cut