mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-lwp-useragent-cached: Updated for version 0.08.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
0d7de91c02
commit
383838d51f
2 changed files with 7 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||||
|
|
||||||
PRGNAM=perl-lwp-useragent-cached
|
PRGNAM=perl-lwp-useragent-cached
|
||||||
VERSION=${VERSION:-0.07}
|
VERSION=${VERSION:-0.08}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -54,7 +54,9 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||||
|
|
||||||
# it wants to interactively ask whether to automatically install
|
# it wants to interactively ask whether to automatically install
|
||||||
# Test::Mock::LWP::Dispatch for its tests. Don't let it.
|
# Test::Mock::LWP::Dispatch for its tests. Don't let it.
|
||||||
patch -p1 < $CWD/no_test_requires.diff
|
case "$VERSION" in
|
||||||
|
0.06|0.07) patch -p1 < $CWD/no_test_requires.diff ;;
|
||||||
|
esac
|
||||||
|
|
||||||
perl Makefile.PL \
|
perl Makefile.PL \
|
||||||
PREFIX=/usr \
|
PREFIX=/usr \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="perl-lwp-useragent-cached"
|
PRGNAM="perl-lwp-useragent-cached"
|
||||||
VERSION="0.07"
|
VERSION="0.08"
|
||||||
HOMEPAGE="https://metacpan.org/release/LWP-UserAgent-Cached"
|
HOMEPAGE="https://metacpan.org/release/LWP-UserAgent-Cached"
|
||||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/O/OL/OLEG/LWP-UserAgent-Cached-0.07.tar.gz"
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/O/OL/OLEG/LWP-UserAgent-Cached-0.08.tar.gz"
|
||||||
MD5SUM="9d43c55a17e0643f682035d2e7619973"
|
MD5SUM="5dbeb4d00c321ef649628004ba1c027e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="libwww-perl"
|
REQUIRES="libwww-perl"
|
||||||
|
|
Loading…
Reference in a new issue