blob: e883a9d075b356627ed0a489bfd43c3456919dd0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Module::Build::Convert - Makefile.PL to Build.PL converter
ExtUtils::MakeMaker has been a de-facto standard for the common
distribution of Perl modules; Module::Build is expected to supersede
ExtUtils::MakeMaker in some time (part of the Perl core as of 5.10?)
The transition takes place slowly, as the converting process manually
achieved is yet an uncommon practice. The Module::Build::Convert
Makefile.PL parser is intended to ease the transition process.
WWW: http://search.cpan.org/dist/Module-Build-Convert/
|