Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
replace deprecated use of Hash.delete
  • Loading branch information
timo committed Oct 29, 2013
1 parent 689120e commit 59fc0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench
Expand Up @@ -145,7 +145,7 @@ multi MAIN ('extract', *@components) {
@revs = grep / <{ $tag_regex }> /, @all-tags;
}

%*ENV.delete('GIT_DIR');
%*ENV<GIT_DIR>:delete;

# Work around Rakudo bug #115390 by splitting into multiple loops
for @revs -> $rev {
Expand Down

0 comments on commit 59fc0f8

Please sign in to comment.