Search Criteria
Package Details: perl-devel-declare 0.006022-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/perl-devel-declare.git (read-only, click to copy) |
---|---|
Package Base: | perl-devel-declare |
Description: | Adding keywords to perl, in perl |
Upstream URL: | https://metacpan.org/release/Devel-Declare |
Licenses: | GPL, PerlArtistic |
Submitter: | None |
Maintainer: | yar |
Last Packager: | yar |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2009-04-22 08:46 (UTC) |
Last Updated: | 2022-05-20 00:01 (UTC) |
Dependencies (6)
- perl (perl-gitAUR)
- perl-b-hooks-endofscope
- perl-b-hooks-op-checkAUR
- perl-sub-name
- perl-extutils-depends (make)
- perl-test-requires (check)
Latest Comments
bidulock commented on 2018-08-22 06:50 (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.
yar commented on 2016-12-15 01:23 (UTC)