-
Notifications
You must be signed in to change notification settings - Fork 7
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
Regression: 1.68 breaks Makefile.PL in distributions with symbolic links #6
Comments
any news on this? |
If you have symlinks in your distribution, the best advice is "don't", because they are treated differently across different architectures (or not at all). |
thing is, it worked pretty well up to version 1.68 and i have to install this specific version ever since. Can i assume this regression wont be fixed at all? Then i have to find another solution instead of waiting for a fix. |
What exactly is the problem you're having? Is there a public distribution or repository that can be examined? |
My project ships with symlinks for toggable plugins and themes. It can be easily reproduced with: prepare:
resulting in an empty MANIFEST file. my workaround till now is simply installing an old version:
which works well and simply adds the symbolic links to the manifest file. |
The error even happens if the author does not intend to use the symlinks in a resulting tarball at all (i.e. by using appropriate MANIFEST.SKIP lines). |
See #5 (comment)
The text was updated successfully, but these errors were encountered: