Skip Menu |

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

Report information
The Basics
Id: 17893
Status: resolved
Priority: 0/
Queue: Module-Install

People
Owner: adamk [...] cpan.org
Requestors: hdp [...] cpan.org
Cc:
AdminCc:

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



Subject: Module::Install::Share ignores MANIFEST
Module::Install::Share's postamble creates a stanza that looks something like this: config:: @$(MOD_INSTALL) "share" $(INST_AUTODIR) $(MOD_INSTALL) is ExtUtils::Install, which doesn't have any concept of MANIFEST or MANIFEST.SKIP. This means that all kinds of .svn and #editor# backup~ files get slapped into $(INST_AUTODIR) also. (I haven't tested that MANIFEST.SKIP doesn't work, only examined the code.)
This is a little trickier than it might seem, because in some situations we'll want to use Module::Install::Fetch to pull down data from the web and add it to share. At an implementation level, shouldn't be hard, just turn the directory copy into a series of file copies. (will need Audrey for that though)
Hi. Added MANIFEST(.SKIP) check in the trunk. This will be fixed in the next release. Thanks. On 2006-2-27 Mon 23:37:30, guest wrote: Show quoted text
> Module::Install::Share's postamble creates a stanza that looks
something Show quoted text
> like this: > > config:: > @$(MOD_INSTALL) "share" $(INST_AUTODIR) > > $(MOD_INSTALL) is ExtUtils::Install, which doesn't have any concept of > MANIFEST or MANIFEST.SKIP. This means that all kinds of .svn and > #editor# backup~ files get slapped into $(INST_AUTODIR) also. > > (I haven't tested that MANIFEST.SKIP doesn't work, only examined the
code.)
Hi. 0.95 is out. If you still have the problem, reopen this. Thanks.