"K. Wittrock" <[email protected]> writes: > The subordinate modules are of no use when stand > alone. So there is no use showing them in CPAN. Of course they must > remain included in the tarball that is downloaded by a user.
You can enter filenames/directoryname in the META.yaml that you do not
want indexed, e.g.:
no_index:
directory:
- inc
- lib
This will hide all modules in the inc and lib directories from being
indexed.
-- Johan
