I get similar errors trying to install the latest MooseX-Types (0.25) with the lastest Moose (1.21) installed.
[...] CPAN.pm: Going to build D/DR/DROLSKY/MooseX-Types-0.25.tar.gz Checking if your kit is complete... Looks good Writing Makefile for MooseX::Types cp lib/MooseX/Types/Base.pm blib/lib/MooseX/Types/Base.pm cp lib/MooseX/Types/Wrapper.pm blib/lib/MooseX/Types/Wrapper.pm cp lib/MooseX/Types/CheckedUtilExports.pm blib/lib/MooseX/Types/Checke +dUtilExports.pm cp lib/MooseX/Types/Util.pm blib/lib/MooseX/Types/Util.pm cp lib/MooseX/Types/UndefinedType.pm blib/lib/MooseX/Types/UndefinedTy +pe.pm cp lib/MooseX/Types/Combine.pm blib/lib/MooseX/Types/Combine.pm cp lib/MooseX/Types/TypeDecorator.pm blib/lib/MooseX/Types/TypeDecorat +or.pm cp lib/MooseX/Types/Moose.pm blib/lib/MooseX/Types/Moose.pm cp lib/MooseX/Types.pm blib/lib/MooseX/Types.pm Manifying blib/man3/MooseX::Types::Base.3 Manifying blib/man3/MooseX::Types::Wrapper.3 Manifying blib/man3/MooseX::Types::CheckedUtilExports.3 Manifying blib/man3/MooseX::Types::Util.3 Manifying blib/man3/MooseX::Types::UndefinedType.3 Manifying blib/man3/MooseX::Types::Combine.3 Manifying blib/man3/MooseX::Types::TypeDecorator.3 Manifying blib/man3/MooseX::Types::Moose.3 Manifying blib/man3/MooseX::Types.3 DROLSKY/MooseX-Types-0.25.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /home/eric/usr/perlbrew/perls/perl-5.12.2/bin/perl " +-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'bl +ib/arch')" t/*.t t/regressions/*.t t/10_moose-types.t ................. Undefined subroutine &MooseX::Typ +es::Base::find_type_constraint called at /home/eric/.cpan/build/Moose +X-Types-0.25-mMQaoo/blib/lib/MooseX/Types/Base.pm line 64. BEGIN failed--compilation aborted at t/10_moose-types.t line 8. t/10_moose-types.t ................. Dubious, test returned 255 (wstat + 65280, 0xff00) No subtests run t/11_library-definition.t .......... Undefined subroutine &MooseX::Typ +es::Base::find_type_constraint called at /home/eric/.cpan/build/Moose +X-Types-0.25-mMQaoo/blib/lib/MooseX/Types/Base.pm line 64. BEGIN failed--compilation aborted at /home/eric/.cpan/build/MooseX-Typ +es-0.25-mMQaoo/t/lib/TestLibrary.pm line 5. Compilation failed in require at t/11_library-definition.t line 9. BEGIN failed--compilation aborted at t/11_library-definition.t line 9. t/11_library-definition.t .......... Dubious, test returned 255 (wstat + 65280, 0xff00) [...]

In reply to Re: Problem in MooseX? by ikegami
in thread Problem in MooseX? by VingInMedina

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.