-
Notifications
You must be signed in to change notification settings - Fork 584
DRAFT: Revert "op.c - work around Module::Install::DSL issue" #20234
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
base: blead
Are you sure you want to change the base?
Conversation
@karenetheridge when you have cleaned up the MI::DSL issue we can merge this and remove the icky workaround. |
2881d20
to
f8ef6e8
Compare
@karenetheridge have you had a chance to fix MI yet? It would be nice to remove this special case behavior from the core. |
Module::Install was fixed long ago. The problem is that when using Module::Install, a copy gets included with the released dist. So the broken versions of Module::Install will never go away until those dists get released again, either updating or replacing Module::Install. And anything that hasn't been fixed by now will never be fixed without someone taking over the modules. |
I've checked dists that were broken when this was last discussed. None of them have been updated.
|
This reverts commit 451a9a1 which added a workaround for
Module::Install::DSL
.When we no longer need the Module::Install::DSL workaround we should merge this P and resolve Issue #20233.