summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/Array.pm
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/Array.pm
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/Array.pm')
-rw-r--r--fml/lib/IO/Adapter/Array.pm4
1 files changed, 1 insertions, 3 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
{