See Original text in context
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();