Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 19416
Status: resolved
Priority: 0/
Queue: ExtUtils-Manifest

People
Owner: Nobody in particular
Requestors: steve.kirkup [...] dss.virginia.gov
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: An empty MANIFEST.SKIP with generate a blank MANIFEST
If you create an MANIFEST.SKIP file with no entries. When you run the perl Build.PL manifest command it will remove all the entries from the MANIFEST file! I found this a little bit suprising and scared the hell out of me the first time I encountered this! If I delete the MANIFEST.SKIP file, it will generate a normal MANIFEST file. I suggest that a empty MANIFEST.SKIP file should work the same as if it does not exist.
Hi, The creation of the MANIFEST file and the reading of the MANIFEST.SKIP file are all handled by the ExtUtils::Manifest module, so it must be a bug there. I'll move this bug over to the ExtUtils- MakeMaker queue where ExtUtils::Manifest lives, you may wish to re-visit this thread and add the version of ExtUtils::Manifest that you're using. -Ken
On Mon May 22 12:41:16 2006, guest wrote: Show quoted text
> If you create an MANIFEST.SKIP file with no entries. When you run the > perl Build.PL manifest command it will remove all the entries from the > MANIFEST file! > > I found this a little bit suprising and scared the hell out of me the > first time I encountered this! > > If I delete the MANIFEST.SKIP file, it will generate a normal MANIFEST > file. I suggest that a empty MANIFEST.SKIP file should work the same as > if it does not exist.
Thanks for the report - this has been fixed in the svn version: http://svn.perl.org/modules/ExtUtils-Manifest/trunk/ and will appear in the next CPAN release. -- best regards, Randy Kobes
Fixed in [svn:ExtUtils-Manifest] r7882 of http://svn.perl.org/modules/ExtUtils-Manifest/trunk/