
App::EUMM::Migrate - Perl tool to migrate from ExtUtils::MakeMaker to Module::Build

Version 0.10

eumm-migrate is a tool to migrate from ExtUtils::MakeMaker to Module::Build. It executes Makefile.PL with fake ExtUtils::MakeMaker and rewrites all parameters for WriteMakefile into corresponding params of Module::Build->new. Calls to 'prompt' are also intercepted and corresponding 'prompt' is written to Build.PL. All other info should be ported manually.
Just run eumm-migrate.pl in directory with Makefile.PL. If you use Github, Internet connection is recommended.
eumm-migrate tries to automatically detect some properties like license, minimum Perl version required and repository used.

Alexandr Ciornii,
<alexchorny at gmail.com>

Please report any bugs or feature requests to bug-app-eumm-migrate at rt.cpan.org,
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-EUMM-Migrate.
I will be notified,
and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc App::EUMM::Migrate
You can also look for information at:


Copyright 2009-2011 Alexandr Ciornii.
GPL3