Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 77215
Status: resolved
Worked: 10 min
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: BINGOS [...] cpan.org
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 6.67_01



Subject: MM_Win32.pm & MAXLINELENGTH
Hi,

MM_Win32.pm sets by default MAXLINELENGTH (dmake related) to 64 * 1024 which is not enough e.g. for installing Date::Manip

The trouble is that the way MM_Win32.pm sets this value overrides all dmake config files - for example in strawberry perl dmake is preconfigured with MAXLINELENGTH := 800000 however MM_Win32.pm takes it down to 65536

Not sure what is the correct way to handle this. I would at least prefer to increase the default value - my proposal is 800000

--
kmx
On Tue May 15 07:11:08 2012, KMX wrote: Show quoted text
> Hi, > > MM_Win32.pm sets by default MAXLINELENGTH (dmake related) to 64 * 1024 > which is > not enough e.g. for installing Date::Manip > > The trouble is that the way MM_Win32.pm sets this value overrides all > dmake > config files - for example in strawberry perl dmake is preconfigured > with > MAXLINELENGTH := 800000 however MM_Win32.pm takes it down to 65536 > > Not sure what is the correct way to handle this. I would at least > prefer to > increase the default value - my proposal is 800000 > > -- > kmx
Patched in repository. Many thanks.
This has been included in the 6.68 release. Many thanks.