Fix bogus perl syntax.
This commit is contained in:
parent
b51a77f3ae
commit
f5f9d7ff38
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ sub main {
|
||||||
# gather all includes in all modules
|
# gather all includes in all modules
|
||||||
while(my ($key, $value) = each %{$modules}) {
|
while(my ($key, $value) = each %{$modules}) {
|
||||||
my $extracted = extractIncludes($value);
|
my $extracted = extractIncludes($value);
|
||||||
push @new, $extracted->@*;
|
push @new, @$extracted;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add all new modules and their contents
|
# Add all new modules and their contents
|
||||||
|
|
Loading…
Add table
Reference in a new issue