Search Criteria
Package Details: perl-aliased 0.34-2
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 |
| Licenses: | Artistic-1.0-Perl OR GPL-1.0-or-later |
| Submitter: | None |
| Maintainer: | micwoj92 |
| Last Packager: | micwoj92 |
| Votes: | 8 |
| Popularity: | 0.002131 |
| First Submitted: | 2009-04-22 08:46 (UTC) |
| Last Updated: | 2026-01-12 19:48 (UTC) |
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)