class CompUnit::Repository::Unknown
class CompUnit::Repository::FileSystem
does CompUnit::Repository
{ }
A CompUnit::Repository placeholder that is used
when the type of the Repository is unknown.
in development situations. This is what is used by -I . / -I lib (which are
actually -I file#. and -I file#lib) or use lib "." / use lib "lib".
Unlike CompUnit::Repository::Installation, this represents a single distribution.
Methods
method need
method need(
CompUnit::DependencySpecification $spec,
CompUnit::PrecompilationRepository $precomp?,
CompUnit::PrecompilationStore :@precomp-stores
--> CompUnit:D)
This class passes any requests up the repository chain, and does not resolve them itself.
method loaded
method loaded(--> Iterable:D)
Always returns an empty Iterable.