a3868733ed
administrator
13 lines
367 B
Text
13 lines
367 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2000/10/21 18:57:04 rh Exp $
|
|
|
|
--- ISPMan/LDAP.pm.orig Thu Oct 19 16:39:09 2000
|
|
+++ ISPMan/LDAP.pm
|
|
@@ -4,7 +4,7 @@
|
|
use Net::LDAP;
|
|
use Net::LDAP::Entry;
|
|
use Net::LDAP::LDIF;
|
|
-use IO::Scalar;
|
|
+use IO::ScalarPatched;
|
|
|
|
use Net::LDAP::Util qw(ldap_error_name ldap_error_text) ;
|
|
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $LDAP $Config);
|