Skip to content

Commit

Permalink
Fix CURFS/CURI .perl output
Browse files Browse the repository at this point in the history
CompUnit::Repository::Locally repos -- CompUnit::Repository::FileSystem, CompUnit::Repository::Installation -- take a named parameter instead of a positional (a pre-v6c artifact)
  • Loading branch information
ugexe committed Jan 5, 2018
1 parent 5ed59dd commit 9cf2f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CompUnit/Repository/Locally.pm
Expand Up @@ -18,7 +18,7 @@ role CompUnit::Repository::Locally {
self.path-spec
}
multi method perl(CompUnit::Repository::Locally:D:) {
$?CLASS.perl ~ '.new(' ~ $!prefix.absolute.perl ~ ')';
$?CLASS.perl ~ '.new(prefix => ' ~ $!prefix.absolute.perl ~ ')';
}

multi method WHICH(CompUnit::Repository::Locally:D:) { $!WHICH }
Expand Down

0 comments on commit 9cf2f99

Please sign in to comment.