Package Details: perl-aliased 0.34-1

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: http://search.mcpan.org/dist/aliased
Licenses: GPL, PerlArtistic
Submitter: None
Maintainer: jnbek
Last Packager: jnbek
Votes: 7
Popularity: 0.000000
First Submitted: 2009-04-22 08:46 (UTC)
Last Updated: 2015-06-16 20:02 (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)

I've read that wiki article a few times... I fail to determine a problem with the PKGBUILD and the wiki article...

jahiy commented on 2015-03-22 04:14 (UTC)

Why not using this Perl package guidelines? https://wiki.archlinux.org/index.php/Perl_package_guidelines

jnbek commented on 2015-02-25 21:06 (UTC)

When this package was last updated, it was misversioned to 3.310, instead of 3.31.0 thus libaplm will believe you're 'downgrading' this package. It's incorrect and is a valid upgrade. That said, ignore the 'downgrade' warning.

therico commented on 2012-01-22 00:20 (UTC)

Hi, can you add the exports from https://wiki.archlinux.org/index.php/Perl_Package_Guidelines#Hardened_Example as I am using local::lib and it sets PERL_MM_OPT and PERL_MB_OPT, causing the package to install to /home/$USER/perl5 rather than vendor_perl.