13 lines
381 B
Text
13 lines
381 B
Text
$NetBSD: patch-ac,v 1.2 2005/11/03 23:12:43 rillig Exp $
|
|
|
|
--- ISPMan/ISPMan/LDAP.pm.orig Thu Oct 19 16:39:09 2000
|
|
+++ ISPMan/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);
|