Skip to content

Commit

Permalink
Make file lookup field associative
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Jun 26, 2018
1 parent ddb6abd commit c868ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Distribution.pm6
Expand Up @@ -148,7 +148,7 @@ class Distribution::Path does Distribution::Locally {
$name-path.subst(:g, '\\', '/') => $real-path.relative($prefix).subst(:g, '\\', '/')
}

$meta<files> = |%bins, |%resources;
$meta<files> = Hash.new(%bins, %resources);

self.bless(:$meta, :$prefix, :$meta-file);
}
Expand Down

0 comments on commit c868ca9

Please sign in to comment.