summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/LDAP.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-12-22 02:54:37 +0000
committerfukachan <fukachan>2002-12-22 02:54:37 +0000
commita65723e5c55190909cc72ccc573bc737ee2caa73 (patch)
tree170e40d592f6902e2ea1292fe4188f9278207568 /fml/lib/IO/Adapter/LDAP.pm
parent3ef16f3fb2fd86aaf0904fa177b90d4339684b67 (diff)
downloadfml8-a65723e5c55190909cc72ccc573bc737ee2caa73.tar.gz
fml8-a65723e5c55190909cc72ccc573bc737ee2caa73.tar.bz2
fml8-a65723e5c55190909cc72ccc573bc737ee2caa73.zip
fix comments. cosmetics.
Diffstat (limited to 'fml/lib/IO/Adapter/LDAP.pm')
-rw-r--r--fml/lib/IO/Adapter/LDAP.pm8
1 files changed, 5 insertions, 3 deletions
diff --git a/fml/lib/IO/Adapter/LDAP.pm b/fml/lib/IO/Adapter/LDAP.pm
index 59226f78..3d794e4d 100644
--- a/fml/lib/IO/Adapter/LDAP.pm
+++ b/fml/lib/IO/Adapter/LDAP.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: LDAP.pm,v 1.12 2002/09/11 23:18:20 fukachan Exp $
+# $FML: LDAP.pm,v 1.13 2002/09/22 14:56:59 fukachan Exp $
#
package IO::Adapter::LDAP;
@@ -32,6 +32,8 @@ not yet
=cut
+# XXX-TODO: NOT IMPLENETED.
+
# Descriptions: standard constructor
# Arguments: OBJ($self)
@@ -56,7 +58,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamachi
+Copyright (C) 2001,2002 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.