Fix comments in Commands::* modules --- ./lib/Net/LDAP/Shell/Commands/cat.pm 2004-11-24 09:07:44 +0300 +++ ./lib/Net/LDAP/Shell/Commands/cat.pm 2006-05-08 09:36:47 +0400 @@ -1,3 +1,4 @@ +# Cat an entry... use strict; use Net::LDAP::Shell::Util qw(debug entry2ldif error); --- ./lib/Net/LDAP/Shell/Commands/commands.pm 2004-11-24 09:07:44 +0300 +++ ./lib/Net/LDAP/Shell/Commands/commands.pm 2006-05-08 09:38:29 +0400 @@ -1,9 +1,4 @@ -# this is a stub package, used to create new commands - -# you can assume the existence of a %CONFIG variable with everything -# you need for ldap connections -# - +# Print list of commands (similar to help)... use Net::LDAP::Shell::Util qw(debug error); use Getopt::Long; --- ./lib/Net/LDAP/Shell/Commands/edit.pm 2004-11-24 09:07:44 +0300 +++ ./lib/Net/LDAP/Shell/Commands/edit.pm 2006-05-08 09:38:31 +0400 @@ -1,5 +1,4 @@ # edit an entry... - use strict; use Net::LDAP::Shell::Util qw(debug edit entry2ldif); --- ./lib/Net/LDAP/Shell/Commands/help.pm 2004-11-24 09:07:44 +0300 +++ ./lib/Net/LDAP/Shell/Commands/help.pm 2006-05-08 09:38:33 +0400 @@ -1,9 +1,4 @@ -# this is a stub package, used to create new commands - -# you can assume the existence of a %CONFIG variable with everything -# you need for ldap connections -# - +# Print a help message and list of commands... use Net::LDAP::Shell::Util qw(debug error); use Getopt::Long; --- ./lib/Net/LDAP/Shell/Commands/ls.pm 2004-11-24 09:07:44 +0300 +++ ./lib/Net/LDAP/Shell/Commands/ls.pm 2006-05-08 09:37:52 +0400 @@ -1,3 +1,4 @@ +# List entries... use strict; use Net::LDAP::Shell::Util qw(debug error); --- ./lib/Net/LDAP/Shell/Commands/new.pm 2004-11-24 09:11:54 +0300 +++ ./lib/Net/LDAP/Shell/Commands/new.pm 2006-05-08 09:38:04 +0400 @@ -1,9 +1,4 @@ # create a new LDAP object - -# you can assume the existence of a %CONFIG variable with everything -# you need for ldap connections -# - use strict; use Net::LDAP::Entry; --- ./lib/Net/LDAP/Shell/Commands/rm.pm 2004-11-24 09:07:44 +0300 +++ ./lib/Net/LDAP/Shell/Commands/rm.pm 2006-05-08 09:38:14 +0400 @@ -1,9 +1,4 @@ -# this is a stub package, used to create new commands - -# you can assume the existence of a %CONFIG variable with everything -# you need for ldap connections -# - +# Removes entries... use strict; use Net::LDAP::Shell::Util qw(debug error); --- ./lib/Net/LDAP/Shell/Commands/search.pm 2004-11-24 09:07:44 +0300 +++ ./lib/Net/LDAP/Shell/Commands/search.pm 2006-05-08 09:38:18 +0400 @@ -1,9 +1,4 @@ # search for a filter - -# you can assume the existence of a %CONFIG variable with everything -# you need for ldap connections -# - use strict; use Net::LDAP::Shell::Util qw(debug error);