Vadim Konovalov wrote in perl.module-authors : > Dear all, > > the problem is following. > > My distribution has demo file that has some package defined inside it. > Then I upload a distribution to CPAN. > After that system tries to identify packages names even for files that I do > not want to. And create READMEs and documentation for what I also do not > want to.
[untested] Put those files under inc/, eg/ or t/ (depending on what it is exactly) and include in a top-level META.yml file: (which should be autogerated by recent makemakers) private: directory: - inc - eg - t