Embperl Makefile.PL Patch

2013-10-01 Thread Gavin Mogan
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 diff -ru Embperl-2.4.0-orig/Ma

RE: Re: perl Makefile.PL problems embperl-2.2.0

2007-08-15 Thread Gerald Richter - ECOS GmbH
Hi, > > What is actually happeing is, that mod_perl.pm is not found on your > > system. > > Shouldn't this be looking for mod_perl2.pm, not mod_perl.pm? > Yes, it should. Seems like most people have mod_perl.pm installed from time before it was renamed. To fix it

RE: perl Makefile.PL problems embperl-2.2.0

2007-08-15 Thread Gerald Richter - ECOS GmbH
Hi, > > I've having trouble getting embperl to configure without > error. When I run `perl Makefile.PL` it first reports that > mod_perl is found, then that it is not found: > The first check is for the Apache module of mod_perl, second check is for the Perl part o

perl Makefile.PL problems embperl-2.2.0

2007-08-10 Thread Dan Clawson
Hello, I've having trouble getting embperl to configure without error. When I run `perl Makefile.PL` it first reports that mod_perl is found, then that it is not found: [Fri Aug 10 12:13:00 [EMAIL PROTECTED] /usr/local/src/Embperl-2.2.0-build/Embperl-2.2.0:11] $ perl Makefile.PL

Makefile.PL

2006-08-09 Thread Gerald Richter
>Embperl-2.2.0]$ perl Makefile.PL >Build with support for Apache mod_perl?(y/n) [y] > >it would be nice if options were enabled to the Makefile so that options >could be passed to it so that the interactive setup can be bypassed. It is already possible, you can pass the pat

Makefile.PL

2006-08-02 Thread Daniel
Embperl-2.2.0]$ perl Makefile.PL Build with support for Apache mod_perl?(y/n) [y] it would be nice if options were enabled to the Makefile so that options could be passed to it so that the interactive setup can be bypassed. Here's an example of GD's setup: perl Makefile.PL --he