On Monday, August 25, 2003, at 07:12 PM, James E Keenan wrote:

Can anybody tell me what the function of MANIFEST.SKIP is or how it is
generated -- or point me toward where it is discussed in the docs? Thanks.

Have a look at the docs for ExtUtils::Manifest .


The MANIFEST.SKIP is essential if you want to be able to run 'make manifest' (or 'Build manifest' under Module::Build) regularly and not have to hand-edit the MANIFEST file. You should craft your MANIFEST.SKIP so that you can run 'make manifest' at any time.

-Ken

Reply via email to