diff options
| author | fukachan <fukachan> | 2001-12-16 14:06:39 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-12-16 14:06:39 +0000 |
| commit | de5b53ca998eccf5e81e700d140497f03c8f3181 (patch) | |
| tree | d767026aa14df993aa28ba1c61805b04539f5e2a /fml/lib/IO | |
| parent | 7a568cee3810381c851edf5fceae84dc52607a5c (diff) | |
| download | fml8-de5b53ca998eccf5e81e700d140497f03c8f3181.tar.gz fml8-de5b53ca998eccf5e81e700d140497f03c8f3181.tar.bz2 fml8-de5b53ca998eccf5e81e700d140497f03c8f3181.zip | |
nuke "require Exporter, which is not needed
Diffstat (limited to 'fml/lib/IO')
| -rw-r--r-- | fml/lib/IO/Adapter/LDAP.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fml/lib/IO/Adapter/LDAP.pm b/fml/lib/IO/Adapter/LDAP.pm index 78d99846..93d544e3 100644 --- a/fml/lib/IO/Adapter/LDAP.pm +++ b/fml/lib/IO/Adapter/LDAP.pm @@ -4,7 +4,7 @@ # 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.7 2001/04/03 09:45:46 fukachan Exp $ +# $FML: LDAP.pm,v 1.8 2001/06/17 08:57:10 fukachan Exp $ # package IO::Adapter::LDAP; @@ -12,9 +12,6 @@ use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -require Exporter; -@ISA = qw(Exporter); - sub new { |
