You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Gavin Mogan <ga...@airg.com> on 2013/10/02 02:26:01 UTC

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