ExtUtils::MakeMaker is a standard module that comes with the perl
distribution. It writes Makefiles for perl extensions. It provides all
sorts of support to make development of extensions easy: building,
testing, installing, distributing and archiving extensions/modules.

Version 5.41 contains a few tiny improvement over the MakeMaker that
came with perl5.004_01. They expose minimal risk.

To install this package, run

    perl Makefile.PL
    make install

There are no test scripts in this package, so you can skip the 'make'
command.

The very recent changes are documented in the Changes file.

MakeMaker is maintained by the makemaker mailing list. To subscribe to
the list, send mail to

    makemaker-request@franz.ww.tu-berlin.de

To send mail to the list, write to makemaker@franz.ww.tu-berlin.de.

andreas k�nig