README 581 B

123456789101112
  1. perl-Module-Install (Standalone, extensible Perl module installer)
  2. Module::Install is a package for writing installers for CPAN
  3. (or CPAN-like) distributions that are clean, simple, minimalist, act
  4. in a strictly correct manner with ExtUtils::MakeMaker, and will run
  5. on any Perl installation version 5.005 or newer.
  6. The intent is to make it as easy as possible for CPAN authors (and
  7. especially for first-time CPAN authors) to have installers that follow
  8. all the best practices for distribution installation, but involve as
  9. much DWIM (Do What I Mean) as possible when writing them.