Skip to content

Instantly share code, notes, and snippets.

@j1n3l0
Created April 14, 2012 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j1n3l0/2384615 to your computer and use it in GitHub Desktop.
Save j1n3l0/2384615 to your computer and use it in GitHub Desktop.
Errors installing MooseX-Method-Signatures-0.41 #perl #install
$ make test
PERL_DL_NONLAZY=1 /opt/perlbrew/perls/perl-5.14.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t .......................... ok
t/attributes.t ....................... ok
t/author-pod.t ....................... skipped: these tests are for testing by the author
t/author-transactional-authorized.t .. skipped: these tests are for testing by the author
t/basic.t ............................ ok
t/caller.t ........................... ok
t/closure.t .......................... ok
t/declarators.t ...................... ok
t/errors.t ........................... 1/?
# Failed test 'Sane error message for syntax error'
# at t/errors.t line 10.
# 'Failed to compile source: Compilation error
#
# source:
# sub { ( do { do {my $check = $_[0];ref($check) eq "ARRAY" && &List::MoreUtils::all(sub { ( do { 1 } ) }, @{$check})} } ) } at /opt/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/i686-linux/Moose/Meta/TypeConstraint.pm line 320.
# Compilation failed in require at (eval 8) line 1.
# BEGIN failed--compilation aborted at (eval 8) line 1.
# '
# doesn't match '(?^:^Global symbol "\$op" requires explicit package name at .*?\bInvalidCase01.pm line 8\b)'
# Looks like you failed 1 test of 4.
t/errors.t ........................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
t/eval.t ............................. ok
t/list.t ............................. ok
t/meta.t ............................. ok
t/method-trait.t ..................... ok
t/named_defaults.t ................... ok
t/no_signature.t ..................... ok
t/placeholders.t ..................... ok
t/precedence.t ....................... ok
t/quoted_name.t ...................... ok
t/release-eol.t ...................... skipped: these tests are for release candidate testing
t/release-no-tabs.t .................. skipped: these tests are for release candidate testing
t/release-pod-syntax.t ............... skipped: these tests are for release candidate testing
t/return_value.t ..................... ok
t/signatures.t ....................... ok
t/sigs-optional.t .................... ok
t/structured.t ....................... ok
t/synopsis.t ......................... ok
t/too_many_args.t .................... ok
t/traits.t ........................... ok
t/type_alias.t ....................... ok
t/types.t ............................ ok
t/undef_method_arg.t ................. ok
t/undef_method_arg2.t ................ ok
t/where.t ............................ ok
Test Summary Report
-------------------
t/errors.t (Wstat: 256 Tests: 4 Failed: 1)
Failed test: 2
Non-zero exit status: 1
Files=33, Tests=292, 14 wallclock secs ( 0.16 usr 0.06 sys + 12.84 cusr 0.57 csys = 13.63 CPU)
Result: FAIL
Failed 1/33 test programs. 1/292 subtests failed.
make: *** [test_dynamic] Error 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment