Subject: | generated PM_TO_BLIB can be too long for ActivePerl |
Under windows, ActivePerl installs dmake by default, which apparently
cannot handle long lines as well as unix makes.
Specifically, when trying to handle DateTime-Timezone MM generates this
file: http://gist.github.com/575964
And trying to process that, dmake stumbles because PM_TO_BLIB is over 32
kbytes.
D:\DateTime-TimeZone-1.21>dmake
dmake: makefile: line 1316: Error: -- Input line too long, increase
MAXLINELENGTH
Can this be fixed by special-casing the MAXLINELENGTH macro for dmake,
splitting PM_TO_BLIB if it becomes too long or other methods?