From: Graham B. <gb...@us...> - 2003-06-18 18:23:34
|
Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP In directory sc8-pr-cvs1:/tmp/cvs-serv5454/lib/Net/LDAP Modified Files: Examples.pod FAQ.pod Log Message: Remove all references to :all as it is not recomended Index: Examples.pod =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Examples.pod,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Examples.pod 7 May 2003 10:59:12 -0000 1.6 +++ Examples.pod 18 Jun 2003 18:23:31 -0000 1.7 @@ -52,7 +52,7 @@ =head2 PACKAGE - Definitions - use Net::LDAP qw(:all); # use for all code + use Net::LDAP; use Net::LDAP::Util qw(ldap_error_name ldap_error_text) ; # use for Error handling Index: FAQ.pod =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/FAQ.pod,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- FAQ.pod 16 Jun 2003 14:45:50 -0000 1.31 +++ FAQ.pod 18 Jun 2003 18:23:31 -0000 1.32 @@ -1106,7 +1106,7 @@ this requires the Win32::Perms module, and needs valid NT account info to replace the placeholders. - use Net::LDAP qw(:all); + use Net::LDAP; use Net::LDAP::Util; use Win32::Perms; |