Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix undeclared subs warnings
  • Loading branch information
David Christensen committed Jun 22, 2017
1 parent 002c029 commit a2c2e85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Vend/Table/LDAP.pm
Expand Up @@ -639,10 +639,12 @@ eval {

my $search;
if ("\L$opt->{st}" eq 'db' ) {
require Vend::DbSearch;
$search = new Vend::DbSearch;
#::logDebug("created DbSearch object: " . ::uneval($search));
}
else {
require Vend::TextSearch;
$search = new Vend::TextSearch;
#::logDebug("created TextSearch object: " . ::uneval($search));
}
Expand Down

0 comments on commit a2c2e85

Please sign in to comment.