slackbuilds/perl/perl-Module-Install
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README perl/perl-Module-Install: Updated for version 1.19. 2017-12-21 08:19:31 +07:00
perl-Module-Install.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-Module-Install.info perl/perl-Module-Install: New maintainer. 2020-03-06 22:55:47 +07:00
slack-desc perl/perl-Module-Install: Updated for version 1.19. 2017-12-21 08:19:31 +07:00

README

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.