Changes for version 0.20_03 - 2005-10-21
- Statically parsing the Makefile.PL as the method to "receive" MakeMaker arguments, supersedes the previous known "do 'Makefile.PL'" evaluation.
- _parse_args() has been added that acts as de-facto replacement of _run_makefile() . Scalar, array and hash arguments will be extracted by parsing the Makefile string; code chunks are processed in a separate branch.
- A warning is emitted if WriteMakefile() takes indirect arguments via a hash.
Changes for version 0.20_02 - 2005-10-18
- The necessary subs to write and parse the contents of a RC-file have been added.
- Further MakeMaker arguments to be converted includes the Module::Build equivalents: PL_files, pm_files, pod_files, xs_files, include_dirs, meta_add.
- Usage and version output in make2build is being embedded to subs.
- The unintentional space preceeding filenames in MANIFEST issue has been resolved.
Documentation
frontend to Make::Build::Convert
Modules
Makefile.PL to Build.PL converter