summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/Array.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-08 13:25:37 +0000
committerfukachan <fukachan>2001-04-08 13:25:37 +0000
commit8ff4b4e616c1f63ec678fbc3f8a5853a176a3b9b (patch)
tree9aa050978d390c12041f552728600e1cfbd941c6 /fml/lib/IO/Adapter/Array.pm
parent011b9510e51ea389595001cf01c86dcf9bffe6a8 (diff)
downloadfml8-8ff4b4e616c1f63ec678fbc3f8a5853a176a3b9b.tar.gz
fml8-8ff4b4e616c1f63ec678fbc3f8a5853a176a3b9b.tar.bz2
fml8-8ff4b4e616c1f63ec678fbc3f8a5853a176a3b9b.zip
relocate error() et. al. definitions for each module to have each
handlers within under the hierarchy.
Diffstat (limited to 'fml/lib/IO/Adapter/Array.pm')
-rw-r--r--fml/lib/IO/Adapter/Array.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/IO/Adapter/Array.pm b/fml/lib/IO/Adapter/Array.pm
index 83aff3ab..7ec7c4d9 100644
--- a/fml/lib/IO/Adapter/Array.pm
+++ b/fml/lib/IO/Adapter/Array.pm
@@ -5,7 +5,7 @@
# redistribute it and/or modify it under the same terms as Perl itself.
#
# $Id$
-# $FML$
+# $FML: Array.pm,v 1.17 2001/04/03 09:45:45 fukachan Exp $
#
package IO::Adapter::Array;
@@ -13,7 +13,7 @@ package IO::Adapter::Array;
use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
-use ErrorMessages::Status qw(error_set error error_clear);
+use IO::Adapter::ErrorStatus qw(error_set error error_clear);
=head1 NAME