Help for this page
unit role Pluggable; ... sub plugins($base, :$plugins-namespace = 'Plugins', :$name-matcher = N +il) is export { return find-modules($base, $plugins-namespace, $name-matcher); }
unit role Pluggable; ... return $data{'provides'}.keys; } }