On Sun, Mar 13, 2005 at 08:58:18PM -0500, Stas Bekman wrote: > OK, so I'll commit the following: > > my $pm_to_blib = ($ExtUtils::MakeMaker::VERSION >= 6.22 && > $ExtUtils::MakeMaker::VERSION <= 6.25 ) > ? "pm_to_blib.ts" > : "pm_to_blib"; > > Unfortunately that means that if someone tries 6.25_10 that build will > break, since I can't miss that 25_10 case. Hopefully 6.26 will be out > shortly.
I don't even worry too much about MakeMaker releases which aren't in a stable Perl so I wouldn't worry about the alphas. The sooner I get success reports the sooner 6.26 will be out.