Look in correct place for error messages.
This commit is contained in:
parent
aa8b67acd8
commit
661ded1ff6
@ -308,7 +308,7 @@ sub load_module {
|
||||
|
||||
# Render unto us a new instance of thyself!
|
||||
my $modobj = $name -> new(%args)
|
||||
or $self -> self_error("Unable to load module: ".$SystemModule::errstr);
|
||||
or $self -> self_error("Unable to load module: ".$Webperl::SystemModule::errstr);
|
||||
use strict;
|
||||
|
||||
return $modobj;
|
||||
|
Loading…
x
Reference in New Issue
Block a user