Help for this page

Select Code to Download


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