Documentation for method install assembled from the following pages:
Class: CompUnit::Repository::Installation §
From CompUnit::Repository::Installation
(CompUnit::Repository::Installation) method install §
method install(Distribution , Bool :)
Copies modules into a special location so that they can be loaded afterwards.
:$force will allow installing over an existing distribution that has the same name, auth, api, and ver. Otherwise such a situation will result in Failure.
my = CompUnit::RepositoryRegistry.repository-for-name("site");my = Distribution::Path.new(...);.install();