Mailing List Archive

Embperl Makefile.PL Patch
Hi,

I'm trying to convert a legacy project that uses Embperl to Carton (a
simple package management system for perl projects).

I've been running into issues because Embperl's Makefile doesn't
properly handle non interactive properly.
I've reported the issue with carton, and was suggested that Embperl
needs to handle PERL_MM_USE_DEFAULT
(https://github.com/miyagawa/carton/issues/143)

I've attached a very simple patch to convert your GetString function to
use ExtUtils::MakeMaker's patch function.

Thanks,

Gavin