Search Criteria
Package Details: perl-aliased 0.34-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/perl-aliased.git (read-only, click to copy) |
|---|---|
| Package Base: | perl-aliased |
| Description: | Use shorter versions of class names. |
| Upstream URL: | https://metacpan.org/dist/aliased |
| Keywords: | cpan oop perl |
| Licenses: | Artistic-1.0-Perl OR GPL-1.0-or-later |
| Submitter: | None |
| Maintainer: | ryoskzypu |
| Last Packager: | ryoskzypu |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2009-04-22 08:46 (UTC) |
| Last Updated: | 2026-04-05 07:39 (UTC) |
Dependencies (11)
- perl (perl-gitAUR)
- perl-carp (perl-gitAUR, perl)
- perl-exporter (perl-gitAUR, perl)
- perl-module-build-tiny (make)
- perl (perl-gitAUR) (check)
- perl-extutils-makemaker (perl-gitAUR, perl) (check)
- perl-if (perl-gitAUR, perl) (check)
- perl-lib (perl-gitAUR, perl) (check)
- perl-pathtools (perl-gitAUR, perl) (check)
- perl-test-simpleAUR (perl-gitAUR, perl) (check)
- perl-cpan-meta (perl-gitAUR, perl) (optional)
Latest Comments
bidulock commented on 2018-08-22 06:22 (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.
jnbek commented on 2015-03-22 13:53 (UTC)
jahiy commented on 2015-03-22 04:14 (UTC)
jnbek commented on 2015-02-25 21:06 (UTC)
therico commented on 2012-01-22 00:20 (UTC)