[EMAIL PROTECTED] wrote:
Here's what was returned.


# perl -le 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION' 6.28

In which case please take a look at this code:

lib/ModPerl/BuildMM.pm
    require ExtUtils::MakeMaker;
    my $mm_ver = $ExtUtils::MakeMaker::VERSION;
    my $pm_to_blib = ($mm_ver >= 6.22 && $mm_ver <= 6.25)
        ? "pm_to_blib.ts"
        : "pm_to_blib";

According to the version you've reported it should be pm_to_blib.

Thanks.

Jared


At 10:37 AM -0400 5/16/05, Stas Bekman wrote:

Jared Jackson wrote:

I was unable to install RC6 due to the version issue previously reported.

I downloaded the following snapshot:

modperl-2.0_20050515223638.tar.gz

and was able to successfully run "perl Makefile.PL"

But "make install" stops with the following error.

"make: *** No rule to make target `pm_to_blib.ts', needed by `glue_pods'. Stop."


Jared, please post the output of:

perl -le 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION'


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to