Package Details: perl-any-moose 0.27-1

Git Clone URL: https://aur.archlinux.org/perl-any-moose.git (read-only, click to copy)
Package Base: perl-any-moose
Description: Use Moose or Mouse modules. (Note Deprecated infavor of Moo)
Upstream URL: https://metacpan.org/release/Any-Moose
Licenses: GPL, PerlArtistic
Submitter: None
Maintainer: None
Last Packager: TheGoliath
Votes: 37
Popularity: 0.000000
First Submitted: 2009-04-20 16:57 (UTC)
Last Updated: 2020-05-22 15:17 (UTC)

Latest Comments

1 2 Next › Last »

bidulock commented on 2018-08-22 06:30 (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.

jsteel commented on 2014-08-06 20:58 (UTC)

Works for me.

hermes14 commented on 2014-08-06 20:20 (UTC)

aur-perl-any-moose/./PKGBUILD: line 16: 4541 Segmentation fault /usr/bin/perl Makefile.PL ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build perl-any-moose.

jsteel commented on 2013-06-03 20:19 (UTC)

OK updated, thanks for confirming.

archman commented on 2013-06-02 19:45 (UTC)

Yes, seems like this dep is needed. :)

jsteel commented on 2013-05-30 21:30 (UTC)

Actually I think it just needs perl-mouse; does that fix it for you?

jsteel commented on 2013-05-30 21:21 (UTC)

It could be a problem with the new perl; it was fine earlier this month but now it fails for me too. perl-moose has a similar issue. For the meantime comment out the check function and it builds OK. I'll investigate further soon.

archman commented on 2013-05-30 17:35 (UTC)

Are there some additional deps needed to build this? t/101-localize-errvar.t ......... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests t/release-pod-coverage.t ........ skipped: these tests are for release candidate testing t/release-pod-syntax.t .......... skipped: these tests are for release candidate testing Test Summary Report ------------------- t/000-version.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/001-basic.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/020-strict.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. t/101-localize-errvar.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 3 tests but ran 1. Files=20, Tests=15, 2 wallclock secs ( 0.12 usr 0.04 sys + 0.76 cusr 0.04 csys = 0.96 CPU) Result: FAIL Failed 4/20 test programs. 1/15 subtests failed. make: *** [test_dynamic] Error 255 ==> ERROR: A failure occurred in check(). Aborting... ==> ERROR: Makepkg was unable to build perl-any-moose.

jsteel commented on 2013-05-03 17:35 (UTC)

@ridikulus_rat adopted, updated and fixed.