Search Criteria
Package Details: perl-devel-overloadinfo 0.008-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/perl-devel-overloadinfo.git (read-only, click to copy) |
|---|---|
| Package Base: | perl-devel-overloadinfo |
| Description: | introspect overloaded operators |
| Upstream URL: | https://metacpan.org/release/Devel-OverloadInfo |
| Licenses: | Artistic-1.0 |
| Submitter: | atweiden |
| Maintainer: | Ordoban |
| Last Packager: | Ordoban |
| Votes: | 21 |
| Popularity: | 0.000000 |
| First Submitted: | 2014-11-21 15:51 (UTC) |
| Last Updated: | 2025-11-14 15:41 (UTC) |
Dependencies (4)
- perl (perl-gitAUR)
- perl-mro-compat
- perl-package-stash
- perl-test-fatal (check)
Latest Comments
micwoj92 commented on 2025-03-12 19:20 (UTC)
Please use spdx license identifier.
bidulock commented on 2018-08-22 06:54 (UTC)
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
must now be changed to
find "$pkgdir" ( -name .packlist -o -name perllocal.pod ) -delete
to work.