removal of more debug
This commit is contained in:
parent
53f4b076e1
commit
22839c8de3
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ sub _loadHelp {
|
||||||
*table = *{"$helpPackage\::HELP"}; ##Create alias into symbol table
|
*table = *{"$helpPackage\::HELP"}; ##Create alias into symbol table
|
||||||
return $table; ##return whole hashref
|
return $table; ##return whole hashref
|
||||||
}
|
}
|
||||||
$session->errorHandler->warn("cache miss for $helpPackage");
|
|
||||||
my $load = sprintf 'use %-s; $%-s::HELP', $helpPackage, $helpPackage;
|
my $load = sprintf 'use %-s; $%-s::HELP', $helpPackage, $helpPackage;
|
||||||
my $help = eval($load);
|
my $help = eval($load);
|
||||||
if ($@) {
|
if ($@) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue