Skip to content

Commit 7375d16

Browse files
committed
Update HLL::CommandLine.BUILD to cope with post-vivibase world.
1 parent 6889a72 commit 7375d16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/HLL/CommandLine.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ class HLL::CommandLine::Parser {
137137
}
138138

139139
method BUILD(:@specs) {
140+
@!specs := nqp::list();
141+
%!options := nqp::hash();
142+
%!stopper := nqp::hash();
140143
%!stopper{'--'} := 1;
141144
$!stop-after-first-arg := 0;
142145
for @specs {

0 commit comments

Comments
 (0)