Skip to content
Snippets Groups Projects
Commit 6482a383 authored by Leo Gordon's avatar Leo Gordon
Browse files

set compile_module_once=1 as default

parent 0a8cd8f4
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ sub compile_module_once {
my $self = shift @_;
$self->{'_compile_module_once'} = shift @_ if(@_);
return $self->{'_compile_module_once'} ;
return defined($self->{'_compile_module_once'}) ? $self->{'_compile_module_once'} : 1;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment