-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_eumm/ is put into MANIFEST #204
Comments
@karenetheridge your patch solves this issue only for EUMM itself. It doesn't fix it for any other distribution that happens to be using EUMM. |
ah,sorry, I misunderstood the ticket :) doesn't EUMM bundle EUM? how else can it dep on it and call ->manifind etc? On Sun, Feb 1, 2015 at 12:53 PM, Leon Timmermans [email protected]
|
Ah, I see it does, but that's not enough. It should also be added to And AFAIK it will still require any dist that has an explicit MANIFEST.SKIP to be updated too. |
If the user isn't using #!include_default, yes. We should really encourage the use of that more. I wonder if EUMM shouldn't use the default list internally if there is no MANIFEST.SKIP. It seems silly that every dist has to have one, if the defaults are perfectly adequate. I guess that's an ExtUtils-Manifest issue as this work would be done in ->manifind. |
Except that #203 makes that a lot less useful that it could be.
Module::Build goes through some effort to do just this, I had always assumed ExtUtils MakeMaker did the same :-o |
This PR on EUM makes |
As we rolled back _eumm, I shall close this. |
#187 added the
_eumm/
directory. This confusesmake manifest
because it will not be listed in the MANIFEST.SKIP. This is problematic IMO.The text was updated successfully, but these errors were encountered: