RE: [tcltk-perl] CPAN release, version 0.80
Brought to you by:
hobbs
From: Jan D. <ja...@Ac...> - 2004-05-03 16:18:13
|
> Still, I do not know how to make for CPAN indexer not to check for files in > tk-demos and demos directories > > Does anyone has a cure to the problem? I'm not sure if the CPAN indexer implements this too, but for search.cpan.org to ignore a module, you have to list it in the private: section of a META.yml file. I notice that the new META spec now defines an index: and no_index: section, and that private: is considered deprecated. I don't know if index: and no_index: are already implemented; you may have to do some research, or just try it. :) http://module-build.sourceforge.net/META-spec-new.html Cheers, -Jan |