From: Graham B. <gb...@us...> - 2003-06-18 18:23:34
|
Update of /cvsroot/perl-ldap/ldap/contrib In directory sc8-pr-cvs1:/tmp/cvs-serv5454/contrib Modified Files: jpegDisplay.pl jpegLoad.pl tklkup Log Message: Remove all references to :all as it is not recomended Index: jpegDisplay.pl =================================================================== RCS file: /cvsroot/perl-ldap/ldap/contrib/jpegDisplay.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- jpegDisplay.pl 12 Mar 2001 14:01:46 -0000 1.1 +++ jpegDisplay.pl 18 Jun 2003 18:23:31 -0000 1.2 @@ -15,6 +15,9 @@ # # Revisions: # $Log$ +# Revision 1.2 2003/06/18 18:23:31 gbarr +# Remove all references to :all as it is not recomended +# # Revision 1.1 2001/03/12 14:01:46 gbarr # New contrib scripts from Clif Harden # @@ -25,7 +28,7 @@ use Getopt::Std; use Net::LDAP; use Net::LDAP::Filter; -use Net::LDAP qw(:all); +use Net::LDAP; use Net::LDAP::Util qw(ldap_error_name ldap_error_text); use Tk; use Tk::JPEG; Index: jpegLoad.pl =================================================================== RCS file: /cvsroot/perl-ldap/ldap/contrib/jpegLoad.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- jpegLoad.pl 12 Mar 2001 14:01:46 -0000 1.1 +++ jpegLoad.pl 18 Jun 2003 18:23:31 -0000 1.2 @@ -15,6 +15,9 @@ # # Revisions: # $Log$ +# Revision 1.2 2003/06/18 18:23:31 gbarr +# Remove all references to :all as it is not recomended +# # Revision 1.1 2001/03/12 14:01:46 gbarr # New contrib scripts from Clif Harden # @@ -26,7 +29,7 @@ use Getopt::Std; use Net::LDAP; use Net::LDAP::Filter; -use Net::LDAP qw(:all); +use Net::LDAP; use Net::LDAP::Util qw( ldap_error_name ldap_error_text ); use Net::LDAP::Constant; Index: tklkup =================================================================== RCS file: /cvsroot/perl-ldap/ldap/contrib/tklkup,v retrieving revision 2.28 retrieving revision 2.29 diff -u -d -r2.28 -r2.29 --- tklkup 12 Mar 2003 02:19:06 -0000 2.28 +++ tklkup 18 Jun 2003 18:23:31 -0000 2.29 @@ -27,7 +27,7 @@ use Carp; use Data::Dumper; use MIME::Base64; -use Net::LDAP qw(:all); +use Net::LDAP; use Net::LDAP::Filter; use Net::LDAP::Util qw( ldap_explode_dn ldap_error_name ldap_error_text); use Net::LDAP::Constant; |