summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/LDAP.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-28 09:11:37 +0000
committerfukachan <fukachan>2001-01-28 09:11:37 +0000
commit8c3f6a813b0ac01777ed98826bfc8af389a5824b (patch)
treeb4364fb6f57c3a56b8a27daf5021dea540f97c0c /fml/lib/IO/Adapter/LDAP.pm
parent5222831a0e33187c085a02029a1d91653e3ab9a8 (diff)
downloadfml8-8c3f6a813b0ac01777ed98826bfc8af389a5824b.tar.gz
fml8-8c3f6a813b0ac01777ed98826bfc8af389a5824b.tar.bz2
fml8-8c3f6a813b0ac01777ed98826bfc8af389a5824b.zip
s/IO::MapAdap/IO::Adap/g
Diffstat (limited to 'fml/lib/IO/Adapter/LDAP.pm')
-rw-r--r--fml/lib/IO/Adapter/LDAP.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/IO/Adapter/LDAP.pm b/fml/lib/IO/Adapter/LDAP.pm
index 2cb1f971..f7007fc3 100644
--- a/fml/lib/IO/Adapter/LDAP.pm
+++ b/fml/lib/IO/Adapter/LDAP.pm
@@ -8,7 +8,7 @@
# $FML$
#
-package IO::MapAdapter::LDAP;
+package IO::Adapter::LDAP;
use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
@@ -33,7 +33,7 @@ sub new
=head1 NAME
-IO::MapAdapter::LDAP.pm - what is this
+IO::Adapter::LDAP.pm - what is this
=head1 SYNOPSIS
@@ -60,7 +60,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::MapAdapter::LDAP.pm appeared in fml5.
+IO::Adapter::LDAP.pm appeared in fml5.
=cut