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
curl -O https://cpan.metacpan.org/authors/id/G/GU/GUIDO/libintl-perl-1.29.tar.gz
tar zxf libintl-perl-1.29.tar.gz
cd libintl-perl-1.29
perl -i -pe 's/#DIR/DIR/' Makefile.PL
perl Makefile.PL INSTALL_BASE=/tmp/install/here
Note that it won't bother running the Makefile in the gettext_xs directory if it doesn't think it'll build, so the second-to-last line of this block uncomments a line in the Makefile.PL to force it to operate on the subdirectory. Good enough to demonstrate the issue:
Noticed while building Locale::TextDomain:
Note that it won't bother running the Makefile in the
gettext_xs
directory if it doesn't think it'll build, so the second-to-last line of this block uncomments a line in theMakefile.PL
to force it to operate on the subdirectory. Good enough to demonstrate the issue::-( Latest version of EU::MM:
The text was updated successfully, but these errors were encountered: