On Sun, Mar 13, 2005 at 07:58:13PM -0500, Stas Bekman wrote:
> shouldn't
> http://svn.schwern.org/svn/CPAN/ExtUtils-MakeMaker/trunk/Changes
> show changes since _09? it shows _09 only.

ALLAKAZAM!  It is done (forgot to push the changes off my local repo).


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

I couldn't make it work.  It was easier to just revert back to what 6.21 did,
this caused less modules to break.  See: 
http://www.nntp.perl.org/group/perl.makemaker/2142


> 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";

Reply via email to