Helps if I do it properly, though...

This commit is contained in:
Chris 2011-09-21 14:45:57 +01:00
parent 793ec760fc
commit 463b572112

View File

@ -184,7 +184,7 @@ sub _new_module_internal {
my $name = $modrow -> {"perl_module"};
no strict "refs"; # must disable strict references to allow named module loading.
eval "require $name.pm";
eval "require $name";
# Set up the module argument hash...
my %args = ( "modid" => $modrow -> {"id"},