Package Details: perl-io-async 0.803-1

Git Clone URL: https://aur.archlinux.org/perl-io-async.git (read-only, click to copy)
Package Base: perl-io-async
Description: Asynchronous event-driven programming
Upstream URL: https://metacpan.org/release/IO-Async
Licenses: GPL, PerlArtistic
Submitter: flocke
Maintainer: cpanbot
Last Packager: cpanbot
Votes: 1
Popularity: 0.000000
First Submitted: 2017-07-24 19:18 (UTC)
Last Updated: 2024-06-18 20:41 (UTC)

Latest Comments

dringsim commented on 2025-02-11 08:30 (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.