summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-01-13 15:19:52 +0000
committerfukachan <fukachan>2002-01-13 15:19:52 +0000
commit4fc7f2150a42e9ee40c87a74a06d56360a7e2668 (patch)
treed5e5ede941c8ef8c12ed44a673ab168a5076aa23 /fml
parent46bd6c4fab7de7e75b8eaa31a2fa359aa8ec3a42 (diff)
downloadfml8-4fc7f2150a42e9ee40c87a74a06d56360a7e2668.tar.gz
fml8-4fc7f2150a42e9ee40c87a74a06d56360a7e2668.tar.bz2
fml8-4fc7f2150a42e9ee40c87a74a06d56360a7e2668.zip
oops, fix typo (not remove =cut before the last 1;)
Diffstat (limited to 'fml')
-rw-r--r--fml/lib/Mail/Message.pm5
-rw-r--r--fml/lib/Mail/ThreadTrack/Print/Text.pm4
2 files changed, 7 insertions, 2 deletions
diff --git a/fml/lib/Mail/Message.pm b/fml/lib/Mail/Message.pm
index 80162a48..8a48def1 100644
--- a/fml/lib/Mail/Message.pm
+++ b/fml/lib/Mail/Message.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: Message.pm,v 1.42 2002/01/13 13:32:09 fukachan Exp $
+# $FML: Message.pm,v 1.43 2002/01/13 13:35:25 fukachan Exp $
#
package Mail::Message;
@@ -2098,4 +2098,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
Mail::Message appeared in fml5 mailing list driver package.
See C<http://www.fml.org/> for more details.
+=cut
+
+
1;
diff --git a/fml/lib/Mail/ThreadTrack/Print/Text.pm b/fml/lib/Mail/ThreadTrack/Print/Text.pm
index 3b059748..d4bb21ab 100644
--- a/fml/lib/Mail/ThreadTrack/Print/Text.pm
+++ b/fml/lib/Mail/ThreadTrack/Print/Text.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: Text.pm,v 1.5 2001/12/22 09:21:21 fukachan Exp $
+# $FML: Text.pm,v 1.6 2002/01/13 14:51:26 fukachan Exp $
#
package Mail::ThreadTrack::Print::Text;
@@ -216,5 +216,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
Mail::ThreadTrack::Print::Text appeared in fml5 mailing list driver package.
See C<http://www.fml.org/> for more details.
+=cut
+
1;