Search Criteria
Package Details: perl-devel-caller 2.07-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/perl-devel-caller.git (read-only, click to copy) |
|---|---|
| Package Base: | perl-devel-caller |
| Description: | meatier versions of caller |
| Upstream URL: | https://metacpan.org/release/Devel-Caller |
| Licenses: | GPL, PerlArtistic |
| Submitter: | daenyth |
| Maintainer: | cpanbot |
| Last Packager: | cpanbot |
| Votes: | 14 |
| Popularity: | 0.78 |
| First Submitted: | 2009-06-15 22:45 (UTC) |
| Last Updated: | 2023-11-27 21:57 (UTC) |
Latest Comments
tuxayo commented on 2021-05-29 12:57 (UTC)
Please bump pkgrel to 2 to trigger recompile against 5.34.0.
bidulock commented on 2018-08-22 06:49 (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.
bidulock commented on 2015-06-28 13:50 (UTC)