You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Manually install Devel::PPPort's static lib as make install wasn't doing it
- Hack ExtUtils::MakeMaker's Makefile.aperl to include DynaLoader in perlmain.c
Previously when Perl was rebuilt with those modules missing from perlmain.c,
Cwd would fail to load its XS module and fallback to the pure perl version
whose abs_path didn't handle cosmo's /zip correctly.
0 commit comments