Excellent. I'm glad you've been able to do this work independently and
not wait for my (often slow) bottleneck.
-Ken
On Jan 29, 2006, at 3:38 PM, Steven Schubiger wrote:
FYI: The stable version 0.24 of Module::Build::Convert has been
uploaded to CPAN. One of the main concerns some time ago was to
achieve a rather high percentage of successful Makefile.PL -> Build.PL
'translations'; I think, it gets most (roughly ~75%+) 'Makefile.PL's
nowadays right. But see for yourselves...
Critique and suggestions welcome, as always.
0.24 Sun Jan 29 21:49:32 CET 2006
- If parsing the Makefile.PL doesn't succeed entirely and
the 'process' starts looping endlessly, the "execute the
Makefile.PL" mode - available via commandline switch or
parameter to new() - will be activated by setting the according
$self->{Config}{} flag and jumping back to convert() will run
the complete converting procedure again.
- _compose_header() adds the use (strict|warnings);
pragmas, which are defined hardcoded for now, to the top of
the Build.PL written after having ensured that no previous
occurences of these pragmas could be found in the Makefile.PL.