Re: How do I prohibit analyzis for packages for certain files on CPAN upload?

2004-03-23 Thread Mark Stosberg
On Tue, Mar 23, 2004 at 08:11:00AM -, Rafael Garcia-Suarez wrote:

 [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

Assuming this works:

Since the file is auto-generated, how do you make the change persistent?
It seems something would need to be added to Makefile.PL or Build.PL.

Mark



How do I prohibit analyzis for packages for certain files on CPAN upload?

2004-03-22 Thread Konovalov, Vadim
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.

How do I control this?

Best regards,
Vadim Konovalov,
+7(812)3298522
[EMAIL PROTECTED]