Package Details: perl-io-async 0.804-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: 3
Popularity: 0.25
First Submitted: 2017-07-24 19:18 (UTC)
Last Updated: 2025-11-11 16:36 (UTC)

Latest Comments

marmis commented on 2025-10-10 01:12 (UTC)

Hi, @cpanbot. Test2::Suite was merged into Test::Simple 1.302200 1, which is provided by perl since 5.39.4 2. Arch Linux removed it form the provides array on version 5.42.0, so it's now a missing dependency. Could you please replace perl-test2-suite with perl-test-simple or perl-test-simple>=1.302200? Thanks!

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.