summaryrefslogtreecommitdiff
path: root/fml/lib/IO/MapAdapter.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/MapAdapter.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/MapAdapter.pm')
-rw-r--r--fml/lib/IO/MapAdapter.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/IO/MapAdapter.pm b/fml/lib/IO/MapAdapter.pm
index 4bb96c99..a4bd118f 100644
--- a/fml/lib/IO/MapAdapter.pm
+++ b/fml/lib/IO/MapAdapter.pm
@@ -5,14 +5,14 @@
# redistribute it and/or modify it under the same terms as Perl itself.
#
# $Id$
-# $FML$
+# $FML: MapAdapter.pm,v 1.26 2001/04/03 09:45:45 fukachan Exp $
#
package IO::MapAdapter;
use vars qw(@ISA @ORIG_ISA $FirstTime);
use strict;
use Carp;
-use ErrorMessages::Status qw(error_set error error_clear);
+use IO::Adapter::ErrorStatus qw(error_set error error_clear);
BEGIN {}
END {}