blob: c7ea6f19a4620644a4b40ee4f4b330e41c42400d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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);
|