Package Details: perl-cache-memcached-fast 0.28-5

Git Clone URL: https://aur.archlinux.org/perl-cache-memcached-fast.git (read-only, click to copy)
Package Base: perl-cache-memcached-fast
Description: Perl client for memcached, in C language
Upstream URL: https://metacpan.org/release/Cache-Memcached-Fast
Licenses: Artistic-2.0
Submitter: mbunkus
Maintainer: mbunkus
Last Packager: mbunkus
Votes: 0
Popularity: 0.000000
First Submitted: 2016-10-14 09:26 (UTC)
Last Updated: 2025-07-18 07:23 (UTC)

Latest Comments

mbunkus commented on 2025-07-18 07:24 (UTC)

Thanks. I've removed the makedepends as the solution.

yobert commented on 2025-07-18 07:08 (UTC) (edited on 2025-07-18 07:08 (UTC) by yobert)

Looks like the latest perl 5.42.0 takes perl-test2-suite out of perl's provide list. It doesn't seem to exactly matter for this package--- it builds and tests just fine for me with this change:

diff --git a/PKGBUILD b/PKGBUILD
index 3289c02..6a5bc33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'arm')
 url="https://metacpan.org/release/Cache-Memcached-Fast"
 license=('Artistic-2.0')
 depends=('perl')
-makedepends=('perl-test2-suite>=0.000072')
+makedepends=('perl')
 options=('!emptydirs')
 source=("https://cpan.metacpan.org/authors/id/R/RA/RAZ/Cache-Memcached-Fast-${pkgver}.tar.gz")
 sha512sums=('2b7cfd8cb4d97325a116158685b15db55029f157803f91b51d6c2e6fafd153ed8a754605cdcb1c736f95cc83091387433df7464d9a337035d890bc8cc48150f7')