Skip to content

Commit

Permalink
Merge pull request #3246 from rakudo/new-extensions
Browse files Browse the repository at this point in the history
Add support for .rakumod extension
  • Loading branch information
AlexDaniel committed Oct 21, 2019
2 parents 5b1f341 + daa16b9 commit 2058cfb
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 2058cfb

Please sign in to comment.