Package Details: perl-moosex-types 0.50-1

Git Clone URL: https://aur.archlinux.org/perl-moosex-types.git (read-only, click to copy)
Package Base: perl-moosex-types
Description: Organise your Moose types in libraries
Upstream URL: http://search.cpan.org/dist/MooseX-Types
Licenses: GPL, PerlArtistic
Submitter: None
Maintainer: bidulock
Last Packager: bidulock
Votes: 21
Popularity: 0.000000
First Submitted: 2009-04-20 16:46 (UTC)
Last Updated: 2017-09-23 07:05 (UTC)

Latest Comments

MarsSeed commented on 2023-10-31 19:41 (UTC)

Seems perl-module-build-tiny and perl-yaml are needed at least as a make or checkdepends:

==> Starting check()...
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 
    'blib/arch')" t/*.t t/regressions/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module               Want    Have
#     ------------------- ----- -------
#     Module::Build::Tiny 0.034 missing
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.70
# 
# === Test Requires ===
# 
#     Module           Want     Have
#     ---------------- ---- --------
#     File::Spec        any     3.88
#     Module::Metadata  any 1.000037
#     Moose::Role       any   2.2206
#     Test::Fatal       any    0.017
#     Test::More       0.88 1.302194
#     Test::Requires    any     0.11
#     if                any   0.0610
#     lib               any     0.65
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module                                 Want     Have
#     ---------------------------------- -------- --------
#     Carp                                    any     1.54
#     Carp::Clan                             6.00     6.08
#     Exporter                                any     5.77
#     Module::Runtime                         any    0.016
#     Moose                                  1.06   2.2206
#     Moose::Exporter                         any   2.2206
#     Moose::Meta::TypeConstraint::Union      any   2.2206
#     Moose::Util::TypeConstraints            any   2.2206
#     Scalar::Util                           1.19     1.63
#     Sub::Exporter                           any    0.990
#     Sub::Exporter::ForMethods          0.100052 0.100055
#     Sub::Install                            any    0.928
#     Sub::Name                               any     0.27
#     base                                    any     2.27
#     namespace::autoclean                   0.16     0.29
#     overload                                any     1.37
#     strict                                  any     1.12
#     warnings                                any     1.65
# 
# === Other Modules ===
# 
#     Module                  Have
#     -------------------- -------
#     Dist::CheckConflicts    0.11
#     JSON::PP                4.16
#     Pod::Coverage           0.23
#     Sub::Name               0.27
#     YAML                 missing
#     autodie                 2.36
# 
# 
# *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
# 
# The following REQUIRED prerequisites were not satisfied:
# 
# Module::Build::Tiny is not installed (version '0.034' required)
#

bidulock commented on 2015-11-01 16:34 (UTC)

I added perl-sub-exporter-formethods: thank you! Unfortunately, tests still fail for me and I have to use --nocheck flag to makepkg to get it to build. There must still be some other missing dependency for running test cases.

gergan_penkov commented on 2015-11-01 11:45 (UTC)

The package fails without perl-sub-exporter-formethods as this is runtime dependancy for the tests. Please update the PKGBULD

chimeracoder commented on 2014-06-14 22:39 (UTC)

@jnbek My apologies. The packages has been updated.

jnbek commented on 2014-06-13 01:38 (UTC)

Please update the PKGBUILD or orphan the package since so many other packages rely on this.

mmirate commented on 2013-04-26 21:39 (UTC)

This package suffers from a recently-fixed `cpan2aur` bug that appeared in `makepkg` 4.1; please switch to the git version of `cpan2aur` and re-upload this package (and probably most or all of your other perl packages?).