wok rev 20909
Up perl-test-tester (0.109)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 28 10:02:02 2019 +0100 (2019-02-28) |
parents | f5ce1a9c6ca5 |
children | ea500bc83235 |
files | perl-test-tester/receipt |
line diff
1.1 --- a/perl-test-tester/receipt Wed Feb 27 17:47:48 2019 +0100 1.2 +++ b/perl-test-tester/receipt Thu Feb 28 10:02:02 2019 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-test-tester" 1.7 -VERSION="0.108" 1.8 +VERSION="0.109" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Ease testing test modules built with Test::Builder" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="http://search.cpan.org/dist/Test-Tester/" 1.14 SOURCE="Test-Tester" 1.15 +WEB_SITE="https://metacpan.org/release/FDALY/$SOURCE-$VERSION" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WGET_URL="http://www.cpan.org/authors/id/F/FD/FDALY/$TARBALL" 1.18 +WGET_URL="https://cpan.metacpan.org/authors/id/F/FD/FDALY/$TARBALL" 1.19 1.20 DEPENDS="perl" 1.21 BUILD_DEPENDS="perl" 1.22 @@ -17,7 +17,6 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 perl Makefile.PL && 1.28 make && 1.29 make DESTDIR=$DESTDIR install