2015-06-25 03:14:51 +02:00
|
|
|
perl-Module-Install (Standalone, extensible Perl module installer).
|
|
|
|
|
2016-11-06 23:02:49 +01:00
|
|
|
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.
|
2015-06-25 03:14:51 +02:00
|
|
|
|
2016-11-06 23:02:49 +01:00
|
|
|
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.
|