summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-06 17:02:49 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-12 06:58:01 +0700
commit0e28fd6dc7fd0cf1429b3ce03dfdfd9adffb1e38 (patch)
treebfaf09e37fa6f706da5f64572e612e8742356702 /perl
parentbcf77ad80a737d79f6a70111a7b34808928297b9 (diff)
downloadslackbuilds-0e28fd6dc7fd0cf1429b3ce03dfdfd9adffb1e38.tar.gz
slackbuilds-0e28fd6dc7fd0cf1429b3ce03dfdfd9adffb1e38.tar.xz
perl/perl-Module-Install: Update README.
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Module-Install/README13
1 files changed, 8 insertions, 5 deletions
diff --git a/perl/perl-Module-Install/README b/perl/perl-Module-Install/README
index bb2574e3e9..6f458fc1c2 100644
--- a/perl/perl-Module-Install/README
+++ b/perl/perl-Module-Install/README
@@ -1,8 +1,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.
+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.
+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.