Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unbust Capture.WHICH on jvm
  • Loading branch information
FROGGS committed Sep 17, 2014
1 parent dae02a4 commit 5f30b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Capture.pm
Expand Up @@ -20,7 +20,7 @@ my class Capture { # declared in BOOTSTRAP
}
if $!hash {
$WHICH ~= '|';
$WHICH ~= ( $_ ~ '(' ~ $!hash{nqp::unbox_s($_)}.WHICH ~ ')' )
$WHICH ~= ( $_ ~ '(' ~ nqp::atkey($!hash, nqp::unbox_s($_)).WHICH ~ ')' )
for self.hash.keys.sort;
}
$WHICH;
Expand Down

0 comments on commit 5f30b5d

Please sign in to comment.