Skip to content

Commit a93281b

Browse files
committed
Elimiante Parrot-hash-specific .update.
1 parent 906d7fa commit a93281b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/HLL/Compiler.pm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ class HLL::Compiler does HLL::Backend::Default {
328328
my %opts := $res.options;
329329
my @a := $res.arguments;
330330

331-
%adverbs.update(%opts);
331+
for %opts {
332+
%adverbs{$_.key} := $_.value;
333+
}
332334
self.usage($program-name) if %adverbs<help> || %adverbs<h>;
333335

334336
if $!backend.is_precomp_stage(%adverbs<target>) {

0 commit comments

Comments
 (0)