summaryrefslogtreecommitdiff
path: root/perl/perl-Module-Install/README
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2017-04-05 09:17:53 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-08 06:57:47 +0700
commit9fccecf7d32a1d19446e763895f52c36360c1b5b (patch)
tree975cae46313093ff5a5a1f4f0fb9051dcbb5a83d /perl/perl-Module-Install/README
parent031da273cb9279d1342bbf95e91dc59068607e51 (diff)
downloadslackbuilds-9fccecf7d32a1d19446e763895f52c36360c1b5b.tar.gz
perl/perl-Module-Install: Updated for version 1.18.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Module-Install/README')
-rw-r--r--perl/perl-Module-Install/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-Module-Install/README b/perl/perl-Module-Install/README
index 6f458fc1c2..d4e09eb81e 100644
--- a/perl/perl-Module-Install/README
+++ b/perl/perl-Module-Install/README
@@ -1,11 +1,11 @@
-perl-Module-Install (Standalone, extensible Perl module installer).
+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.
+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
+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.