Skip Menu |

This queue is for tickets about the Module-Manifest CPAN distribution.

Report information
The Basics
Id: 41606
Status: resolved
Priority: 0/
Queue: Module-Manifest

People
Owner: Nobody in particular
Requestors: frequency [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: (no value)



Subject: Does Not Check Existence of Files in MANIFEST
As far as I can tell, aside from checking that the filenames provided in the MANIFEST are not duplicates, the module doesn't check that the files actually exist in the distribution. I would think it's important for a module like this one to check: 1. Files in MANIFEST exist in the distribution; and 2. MANIFEST is not missing any files; unless 3. The files or masks are named in MANIFEST.SKIP This would mean also adding a parameter for a "MANIFEST.SKIP" file. I would be happy to try to hack together a patch if this would speed the process, but it seems trivial enough to do. Please e-mail me if you would like me to patch it. Cheers, Jon
On Wed Dec 10 16:50:50 2008, FREQUENCY wrote: Show quoted text
> As far as I can tell, aside from checking that the filenames provided in > the MANIFEST are not duplicates, the module doesn't check that the files > actually exist in the distribution. > > I would think it's important for a module like this one to check: > 1. Files in MANIFEST exist in the distribution; and > 2. MANIFEST is not missing any files; unless > 3. The files or masks are named in MANIFEST.SKIP > > This would mean also adding a parameter for a "MANIFEST.SKIP" file. > > I would be happy to try to hack together a patch if this would speed the > process, but it seems trivial enough to do. Please e-mail me if you > would like me to patch it. > > Cheers, > > Jon