summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-12-16 14:06:39 +0000
committerfukachan <fukachan>2001-12-16 14:06:39 +0000
commitde5b53ca998eccf5e81e700d140497f03c8f3181 (patch)
treed767026aa14df993aa28ba1c61805b04539f5e2a /fml/lib/Mail/Message
parent7a568cee3810381c851edf5fceae84dc52607a5c (diff)
downloadfml8-de5b53ca998eccf5e81e700d140497f03c8f3181.tar.gz
fml8-de5b53ca998eccf5e81e700d140497f03c8f3181.tar.bz2
fml8-de5b53ca998eccf5e81e700d140497f03c8f3181.zip
nuke "require Exporter, which is not needed
Diffstat (limited to 'fml/lib/Mail/Message')
-rw-r--r--fml/lib/Mail/Message/Date.pm5
-rw-r--r--fml/lib/Mail/Message/Language/Japanese/Subject.pm5
2 files changed, 2 insertions, 8 deletions
diff --git a/fml/lib/Mail/Message/Date.pm b/fml/lib/Mail/Message/Date.pm
index 0c354a3e..a1b332ab 100644
--- a/fml/lib/Mail/Message/Date.pm
+++ b/fml/lib/Mail/Message/Date.pm
@@ -2,7 +2,7 @@
#
# Copyright (C) 2000 Ken'ichi Fukamachi
#
-# $FML: Date.pm,v 1.3 2001/11/27 15:25:22 fukachan Exp $
+# $FML: Date.pm,v 1.4 2001/12/08 10:39:23 tmu Exp $
#
package Mail::Message::Date;
@@ -56,10 +56,7 @@ return STAR TREK stardate :-)
=cut
-require Exporter;
use vars qw($TimeZone);
-@ISA = qw(Exporter);
-
use strict;
use Carp;
diff --git a/fml/lib/Mail/Message/Language/Japanese/Subject.pm b/fml/lib/Mail/Message/Language/Japanese/Subject.pm
index b0ffe645..4b24bf65 100644
--- a/fml/lib/Mail/Message/Language/Japanese/Subject.pm
+++ b/fml/lib/Mail/Message/Language/Japanese/Subject.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: Subject.pm,v 1.1.1.1 2001/11/03 08:15:28 fukachan Exp $
+# $FML: Subject.pm,v 1.2 2001/11/09 10:39:05 fukachan Exp $
#
@@ -36,9 +36,6 @@ in the subject.
=cut
-require Exporter;
-@ISA = qw(Exporter);
-
# XXX we should it in proper way in the future.
# XXX but we import it anyway for further rewriting.
my $CUT_OFF_RERERE_PATTERN = '';