Skip to content

Commit

Permalink
Add support for .rakumod extension
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Oct 18, 2019
1 parent e45bb34 commit daa16b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/CompUnit/Repository/FileSystem.pm6
Expand Up @@ -8,7 +8,7 @@ class CompUnit::Repository::FileSystem does CompUnit::Repository::Locally does C
has $!distribution;
has $!files-prefix;

my @extensions = <pm6 pm>;
my @extensions = <rakumod pm6 pm>;

method !matching-dist(CompUnit::DependencySpecification $spec) {
return $_ with %!seen{~$spec};
Expand Down

0 comments on commit daa16b9

Please sign in to comment.