diff options
| author | fukachan <fukachan> | 2001-01-28 12:31:41 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-28 12:31:41 +0000 |
| commit | b9397db8eec7bf2f61cb3974dd1fb39dbc31a2f4 (patch) | |
| tree | d8c01b401316d36003959ec58e168f019b50d13c /fml/lib/IO/Adapter/Array.pm | |
| parent | 68303690d7da5fe9359aa8704c7c6fe3814f87cd (diff) | |
| download | fml8-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.pm | 4 |
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 { |
