Skip to content

Instantly share code, notes, and snippets.

@btisdall
Created August 23, 2011 09:26
Show Gist options
  • Save btisdall/1164732 to your computer and use it in GitHub Desktop.
Save btisdall/1164732 to your computer and use it in GitHub Desktop.
PERL_DL_NONLAZY=1 /opt/perl-5.12.3/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/recipes/basics/*.t
t/anon.t .............................. ok
t/attribute_issues.t .................. ok
t/autoclean.t ......................... ok
t/basic.t ............................. ok
t/clean.t ............................. ok
t/import.t ............................ ok
t/inner_keywords.t .................... ok
t/manual_namespace.t .................. ok
t/meta_should_be_signature.t .......... ok
t/method_as_default.t ................. ok
t/modifier_order.t .................... ok
t/modifiers.t ......................... ok
t/modify_with_invocant.t .............. ok
t/nested_anonymous_classes.t .......... ok
t/nesting.t ........................... ok
t/optional_positional.t ............... ok
t/override_attribute_from_role.t ...... ok
t/recipes/basics/001_point.t .......... ok
t/recipes/basics/002_bank_account.t ... ok
t/recipes/basics/006_augment_inner.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/role_application.t .................. ok
t/role_parameterized.t ................ Attribute (name) of class Moose::Meta::Class::__ANON__::SERIAL::18 has no associated methods (did you mean to provide an "is" argument?)
at /opt/perl-5.12.3/lib/site_perl/5.12.3/x86_64-linux-ld/Moose/Meta/Attribute.pm line 998
Moose::Meta::Attribute::_check_associated_methods('Moose::Meta::Attribute=HASH(0x32d0308)') called at /opt/perl-5.12.3/lib/site_perl/5.12.3/x86_64-linux-ld/Moose/Meta/Class.pm line 573
Moose::Meta::Class::add_attribute('Moose::Meta::Class=HASH(0x32bf1c8)', 'name', 'isa', 'Moose::Meta::TypeConstraint=HASH(0x2156730)') called at /opt/perl-5.12.3/lib/site_perl/5.12.3/MooseX/Role/Parameterized/Meta/Role/Parameterizable.pm line 51
MooseX::Role::Parameterized::Meta::Role::Parameterizable::add_parameter('MooseX::Role::Parameterized::Meta::Role::Parameterizable=HASH...', 'name', 'isa', 'Moose::Meta::TypeConstraint=HASH(0x2156730)') called at /tmp/iGWQsXHE04/build/MooseX-Declare-0.34-Vow10g/blib/lib/MooseX/Declare/Syntax/Keyword/Role.pm line 113
MooseX::Declare::Syntax::Keyword::Role::__ANON__('CODE(0x323b450)') called at /tmp/iGWQsXHE04/build/MooseX-Declare-0.34-Vow10g/t/lib/ParameterizedRole.pm line 13
require ParameterizedRole.pm called at t/role_parameterized.t line 8
main::BEGIN() called at /tmp/iGWQsXHE04/build/MooseX-Declare-0.34-Vow10g/t/lib/ParameterizedRole.pm line 0
eval {...} called at /tmp/iGWQsXHE04/build/MooseX-Declare-0.34-Vow10g/t/lib/ParameterizedRole.pm line 0
Attribute (charges) of class Moose::Meta::Class::__ANON__::SERIAL::18 has no associated methods (did you mean to provide an "is" argument?)
at /opt/perl-5.12.3/lib/site_perl/5.12.3/x86_64-linux-ld/Moose/Meta/Attribute.pm line 998
Moose::Meta::Attribute::_check_associated_methods('Moose::Meta::Attribute=HASH(0x32dfbd8)') called at /opt/perl-5.12.3/lib/site_perl/5.12.3/x86_64-linux-ld/Moose/Meta/Class.pm line 573
Moose::Meta::Class::add_attribute('Moose::Meta::Class=HASH(0x32bf1c8)', 'charges', 'isa', 'Moose::Meta::TypeConstraint=HASH(0x215b148)', 'default', 'CODE(0x24c47b8)') called at /opt/perl-5.12.3/lib/site_perl/5.12.3/MooseX/Role/Parameterized/Meta/Role/Parameterizable.pm line 51
MooseX::Role::Parameterized::Meta::Role::Parameterizable::add_parameter('MooseX::Role::Parameterized::Meta::Role::Parameterizable=HASH...', 'charges', 'isa', 'Moose::Meta::TypeConstraint=HASH(0x215b148)', 'default', 'CODE(0x24c47b8)') called at /tmp/iGWQsXHE04/build/MooseX-Declare-0.34-Vow10g/blib/lib/MooseX/Declare/Syntax/Keyword/Role.pm line 113
MooseX::Declare::Syntax::Keyword::Role::__ANON__('CODE(0x323b450)') called at /tmp/iGWQsXHE04/build/MooseX-Declare-0.34-Vow10g/t/lib/ParameterizedRole.pm line 13
require ParameterizedRole.pm called at t/role_parameterized.t line 8
main::BEGIN() called at /tmp/iGWQsXHE04/build/MooseX-Declare-0.34-Vow10g/t/lib/ParameterizedRole.pm line 0
eval {...} called at /tmp/iGWQsXHE04/build/MooseX-Declare-0.34-Vow10g/t/lib/ParameterizedRole.pm line 0
Can't locate object method "name" via package "Moose::Meta::Class::__ANON__::SERIAL::18" at /tmp/iGWQsXHE04/build/MooseX-Declare-0.34-Vow10g/t/lib/ParameterizedRole.pm line 3.
Compilation failed in require at t/role_parameterized.t line 8.
BEGIN failed--compilation aborted at t/role_parameterized.t line 8.
t/role_parameterized.t ................ Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/segfault_syntax_error.t ............. ok
t/with_newlines.t ..................... skipped: Test::Compile required
Test Summary Report
-------------------
t/role_parameterized.t (Wstat: 65280 Tests: 0 Failed: 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment