summaryrefslogtreecommitdiffstats
path: root/perl/perl-Module-Install/README
blob: d4e09eb81ea79131a5d4eec2d311217c3dcfec44 (plain)
1
2
3
4
5
6
7
8
9
10
11
perl-Module-Install (Standalone, extensible Perl module installer)

Module::Install  is  a  package  for   writing  installers  for  CPAN
(or CPAN-like) distributions that are clean, simple, minimalist,  act
in a strictly correct manner with  ExtUtils::MakeMaker,  and will run
on any Perl installation version 5.005 or newer.

The  intent  is  to make it as easy as possible for CPAN authors (and
especially for first-time CPAN authors) to have installers that follow
all the best practices for distribution installation, but involve as
much DWIM (Do What I Mean) as possible when writing them.