See Original text in context
method uninstall(Distribution )
Removes the $distribution
from the repository. $distribution
should be obtained from the repository it is being removed from:
my = CompUnit::RepositoryRegistry.repository-for-name("site");my = .candidates("Acme::Unused").head;.uninstall();