summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-28 12:31:41 +0000
committerfukachan <fukachan>2001-01-28 12:31:41 +0000
commitb9397db8eec7bf2f61cb3974dd1fb39dbc31a2f4 (patch)
treed8c01b401316d36003959ec58e168f019b50d13c /fml/lib/IO/Adapter
parent68303690d7da5fe9359aa8704c7c6fe3814f87cd (diff)
downloadfml8-b9397db8eec7bf2f61cb3974dd1fb39dbc31a2f4.tar.gz
fml8-b9397db8eec7bf2f61cb3974dd1fb39dbc31a2f4.tar.bz2
fml8-b9397db8eec7bf2f61cb3974dd1fb39dbc31a2f4.zip
nuke not-used require(Exporter)
Diffstat (limited to 'fml/lib/IO/Adapter')
-rw-r--r--fml/lib/IO/Adapter/Array.pm4
-rw-r--r--fml/lib/IO/Adapter/File.pm4
2 files changed, 2 insertions, 6 deletions
diff --git a/fml/lib/IO/Adapter/Array.pm b/fml/lib/IO/Adapter/Array.pm
index 26f7db36..63e0e9e3 100644
--- a/fml/lib/IO/Adapter/Array.pm
+++ b/fml/lib/IO/Adapter/Array.pm
@@ -9,13 +9,11 @@
#
package IO::Adapter::Array;
+
use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
-require Exporter;
-@ISA = qw(Exporter);
-
sub new
{
diff --git a/fml/lib/IO/Adapter/File.pm b/fml/lib/IO/Adapter/File.pm
index 7f3b21fc..fc9c14d9 100644
--- a/fml/lib/IO/Adapter/File.pm
+++ b/fml/lib/IO/Adapter/File.pm
@@ -9,13 +9,11 @@
#
package IO::Adapter::File;
+
use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
-require Exporter;
-@ISA = qw(Exporter);
-
sub new
{