Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove some more beautiful plumage
  • Loading branch information
lizmat committed May 4, 2015
1 parent 5708c60 commit 198d9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CompUnitRepo/Local/Installation.pm
Expand Up @@ -84,7 +84,7 @@ sub MAIN(:$name, :$auth, :$ver, *@, *%) {
}

# Build patterns to choose what goes into "provides" section.
my $ext = regex { [pm|pm6|pir|pbc|jar|moarvm] };
my $ext = regex { [pm|pm6|jar|moarvm] };
my @provides;
for %($d.provides).kv -> $k, $v is copy {
$v = $v.subst('\\', '/', :g);
Expand Down

0 comments on commit 198d9e7

Please sign in to comment.