Michael G Schwern wrote:
http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.25_10.tar.gz
or
http://svn.schwern.org/svn/CPAN/ExtUtils-MakeMaker/trunk
or
a CPAN near you

Its another release candidate.  This one fixes the recompilation problem
noted in the last release (and various previous ones).

Knock it around.

shouldn't http://svn.schwern.org/svn/CPAN/ExtUtils-MakeMaker/trunk/Changes show changes since _09? it shows _09 only.

why pm_to_blib.ts has now disappeared? mod_perl2 already had:

    my $pm_to_blib = $ExtUtils::MakeMaker::VERSION >= 6.22
        ? "pm_to_blib.ts"
        : "pm_to_blib";

now it should become:

   my $v = $ExtUtils::MakeMaker::VERSION;
   my $pm_to_blib = ($v >= 6.22 && $v < 6.26)
        ? "pm_to_blib.ts"
        : "pm_to_blib";




-- __________________________________________________________________ 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