Skip to content

Commit

Permalink
Fix#1: Looks like .register-name causes issues in modules %?RESOURCES
Browse files Browse the repository at this point in the history
  • Loading branch information
hythm7 committed Oct 3, 2020
1 parent 5ef3c65 commit 2451025
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Pakku/Repo.rakumod
Expand Up @@ -74,10 +74,6 @@ multi method new ( ::?CLASS: IO $prefix ) {

my $repo = CompUnit::RepositoryRegistry.repository-for-spec: "inst#$prefix", next-repo => $core;

CompUnit::RepositoryRegistry.register-name: $prefix.basename, $repo;
CompUnit::RepositoryRegistry.use-repository: $repo;


nextwith flat $repo, $core;
}

Expand Down

0 comments on commit 2451025

Please sign in to comment.