perl/perl-Path-Class: Updated for version 0.37.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dda7d73e94
commit
34ea710366
|
@ -1 +1,3 @@
|
|||
perl-Path-Class (Cross-platform path specification manipulation)
|
||||
Path::Class is a module for manipulation of file and directory
|
||||
specifications (strings describing their locations, like
|
||||
'/home/ken/foo.txt' or 'C:Windows\Foo.txt') in a cross-platform manner.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-Path-Class
|
||||
|
||||
# Copyright 2016 Donald Cooley South Haven, Indiana USA
|
||||
# Copyright 2016-2017 Donald Cooley South Haven, Indiana USA
|
||||
# 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-Path-Class
|
||||
VERSION=${VERSION:-0.36}
|
||||
VERSION=${VERSION:-0.37}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,7 +78,6 @@ perl Build.PL \
|
|||
./Build test
|
||||
./Build install \
|
||||
--destdir $PKG \
|
||||
--install_path bindoc=/usr/man/man1 \
|
||||
--install_path libdoc=/usr/man/man3
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Path-Class"
|
||||
VERSION="0.36"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Path-Class/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Path-Class-0.36.tar.gz"
|
||||
MD5SUM="3e15307faf0702fb916409f594552b94"
|
||||
VERSION="0.37"
|
||||
HOMEPAGE="https://metacpan.org/pod/Path::Class"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.37.tar.gz"
|
||||
MD5SUM="13e6db714f6d5a0e62ca1c4a7fc4d0f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Module-Build"
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
perl-Path-Class: perl-Path-Class (Cross-platform path specification manipulation)
|
||||
perl-Path-Class:
|
||||
perl-Path-Class: Path::Class is a module for manipulation of file and
|
||||
perl-Path-Class: directory specifications (strings describing their locations,
|
||||
perl-Path-Class: like '/home/ken/foo.txt' or 'C:Windows\Foo.txt' in a
|
||||
perl-Path-Class: cross-platform manner.
|
||||
perl-Path-Class:
|
||||
perl-Path-Class: Path::Class is a module for manipulation of file and directory
|
||||
perl-Path-Class: specifications (strings describing their locations, like
|
||||
perl-Path-Class: '/home/ken/foo.txt' or 'C:Windows\Foo.txt') in a cross-platform
|
||||
perl-Path-Class: manner.
|
||||
perl-Path-Class:
|
||||
perl-Path-Class:
|
||||
perl-Path-Class:
|
||||
perl-Path-Class:
|
||||
perl-Path-Class: https://metacpan.org/pod/Path::Class
|
||||
|
|
Loading…
Reference in New Issue