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.)