summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/ThreadTrack/Print
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/lib/Mail/ThreadTrack/Print
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/lib/Mail/ThreadTrack/Print')
-rw-r--r--fml/lib/Mail/ThreadTrack/Print/Text.pm4
1 files changed, 3 insertions, 1 deletions
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;