diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-12-20 22:46:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:31 +0700 |
commit | 665896188e6c74294def4f33c67f606179d39fef (patch) | |
tree | e77d582339f30b636ab020a07b335924e82b793a /perl/perl-Module-Install/README | |
parent | be4e30242cf23a8dae90d5533b7247d33fdbe5c6 (diff) |
perl/perl-Module-Install: Updated for version 1.19.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Module-Install/README')
-rw-r--r-- | perl/perl-Module-Install/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Module-Install/README b/perl/perl-Module-Install/README index d4e09eb81ea79..3a4bdba9cc736 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) -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 +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. |