Michael G Schwern wrote:
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).
Thanks.
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).
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";
Or do you have another idea to use a different target?
--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@xxxxxxxxxx http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
|