perl/perl-Module-Install: Updated for version 1.18.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-04-05 09:17:53 +01:00 committed by Willy Sudiarto Raharjo
parent 031da273cb
commit 9fccecf7d3
4 changed files with 14 additions and 14 deletions

View File

@ -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.

View File

@ -2,7 +2,7 @@
#
# Slackware build script for perl-Module-Install.
#
# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Module-Install
VERSION=${VERSION:-1.17}
VERSION=${VERSION:-1.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="perl-Module-Install"
VERSION="1.17"
VERSION="1.18"
HOMEPAGE="https://metacpan.org/pod/Module::Install"
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Install-1.17.tar.gz"
MD5SUM="39da11e45b32f79f66823015d3be4153"
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Install-1.18.tar.gz"
MD5SUM="243903a09fe8f4efa7665e2e533f21b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-YAML-Tiny perl-File-Remove"

View File

@ -8,9 +8,9 @@
|-----handy-ruler------------------------------------------------------|
perl-Module-Install: perl-Module-Install (Standalone, extensible Perl module installer)
perl-Module-Install:
perl-Module-Install: Module::Install is a package for writing installers for CPAN
perl-Module-Install: (or CPAN-like) distributions that are clean, simple, minimalist, act
perl-Module-Install: in a strictly correct manner with ExtUtils::MakeMaker, and will run
perl-Module-Install: Module::Install is a package for writing installers for CPAN
perl-Module-Install: (or CPAN-like) distributions that are clean, simple, minimalist, act
perl-Module-Install: in a strictly correct manner with ExtUtils::MakeMaker, and will run
perl-Module-Install: on any Perl installation version 5.005 or newer.
perl-Module-Install:
perl-Module-Install: Home page: https://metacpan.org/pod/Module::Install