shift != @_, who'd'athunk?
This commit is contained in:
parent
a97ae64bb8
commit
205e2a0a2d
@ -299,7 +299,7 @@ sub _new_module_internal {
|
||||
sub load_module {
|
||||
my $self = shift;
|
||||
my $name = shift;
|
||||
my %args = shift;
|
||||
my %args = @_;
|
||||
|
||||
no strict "refs"; # must disable strict references to allow named module loading.
|
||||
eval { load $name };
|
||||
|
Loading…
x
Reference in New Issue
Block a user