Package Details: perl-moose 2.2207-1

Git Clone URL: https://aur.archlinux.org/perl-moose.git (read-only, click to copy)
Package Base: perl-moose
Description: A postmodern object system for Perl 5
Upstream URL: https://metacpan.org/release/Moose
Licenses: GPL, PerlArtistic
Submitter: None
Maintainer: Ordoban
Last Packager: Ordoban
Votes: 83
Popularity: 0.006613
First Submitted: 2009-04-20 16:45 (UTC)
Last Updated: 2024-01-21 06:41 (UTC)

Pinned Comments

jnbek commented on 2016-06-07 16:40 (UTC)

Ugh, even after the perl 5.24 upgrade, we're still getting errors in makepkg: Warning: prerequisite List::Util 1.45 not found. We have 1.4202. List::Util is a core module... we need this module to be version 1.45 before we can update this pkgbuild and it's millions of reverse-deps

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »

bidulock commented on 2015-07-17 01:38 (UTC)

$> namcap perl-moose-2.1404-1-any.pkg.tar.xz perl-moose E: ELF file ('usr/lib/perl5/vendor_perl/auto/Moose/Moose.so') found in an 'any' package. This is an ERROR: please change arch to arch=(i686 x86_64)

bidulock commented on 2015-06-29 09:51 (UTC)

Package contains an ELF file and must have arch=(i686 x86_64) instead of arch=(any). Add 'glibc' to depends=() for namcap's sake. Please bump pkgrel to trigger recompile against perl 5.22.0.

jnbek commented on 2015-05-29 19:48 (UTC)

@mortzu, install/upgrade perl-test-cleannamespace the current AUR version is 0.16

mortzu commented on 2015-05-22 05:47 (UTC)

error: target not found: perl-test-cleannamespaces>=0.13

BluePeril commented on 2015-03-20 12:56 (UTC)

Yes it will compile. Your version is compiled for ARM, my version is compiled for x86-64. So it is not platform independent. You have to set arch=('i686' 'x86_64') (and maybe the ARM-versions 'armv6h' 'armv7h')

godofgrunts commented on 2015-03-16 13:30 (UTC)

@BluePeril I'm not going to pretend I'm an expert in any way, but it did compile on my system. Here is my result for that command [godofgrunts@alarmcbi ~]$ file /usr/lib/perl5/vendor_perl/auto/Moose/Moose.so /usr/lib/perl5/vendor_perl/auto/Moose/Moose.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=f89602ce22065c835f7373cb71e8cdc06174ed94, not stripped

BluePeril commented on 2015-03-16 06:40 (UTC)

Sorry but I disagree to the cpu architecture independents. It contains /usr/lib/perl5/vendor_perl/auto/Moose/Moose.so and I get file /usr/lib/perl5/vendor_perl/auto/Moose/Moose.so /usr/lib/perl5/vendor_perl/auto/Moose/Moose.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked

chimeracoder commented on 2015-03-16 01:24 (UTC)

@godofgrunts Thanks, I've updated the PKGBUILD accordingly.

godofgrunts commented on 2015-03-15 19:08 (UTC)

Alright sorry, I've been commenting as I go, but this should be the last one, I'll sum everything up in this comment. Arch needs to be changed to arch=('any') as this is not cpu architecture dependent (confirmed by installing on my cubebox i which is arm7) perl-devel-overloadinfo needs to be moved to makedepends instead of checkdepends as it's actually needed to build.