Michael G Schwern wrote:
On Sun, Mar 13, 2005 at 08:25:00PM -0500, Stas Bekman wrote:

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

Eh, so that means that the below code should make yet another special case for VMS? (not sure if anybody is building mp2 on VMS).


VMS has both a pm_to_blib and pm_to_blib.ts so your code should work.

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.

Thanks Michael.

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