Package Details: perl-test-metrics-any 0.01-1

Git Clone URL: https://aur.archlinux.org/perl-test-metrics-any.git (read-only, click to copy)
Package Base: perl-test-metrics-any
Description: assert that code produces metrics via Metrics::Any
Upstream URL: https://metacpan.org/release/Test-Metrics-Any
Licenses: GPL, PerlArtistic
Submitter: eclairevoyant
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 0
Popularity: 0.000000
First Submitted: 2022-11-25 21:48 (UTC)
Last Updated: 2022-11-25 21:48 (UTC)

Latest Comments

dringsim commented on 2025-02-11 08:27 (UTC) (edited on 2025-02-11 09:32 (UTC) by dringsim)

Please fix PKGBUILD:

  package() {
   cd "$srcdir/$_distdir"
-  /usr/bin/perl Build install
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  /usr/bin/perl Build install --installdirs=vendor --destdir="$pkgdir"
   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 }

See Perl package guidelines. Otherwise the package may be installed into home dir.