PATH=/usr/bin:/bin:/Users/fly1400/var/megalib/bin Start 2013-10-12T01:03:57 ActivePerl-1400 CPAN-2.00 Reading '/Users/fly1400/var/cpan/Metadata' Database was generated on Sat, 12 Oct 2013 07:09:58 GMT Running make for T/TO/TOBYINK/Kavorka-0.002.tar.gz Checksum for /net/nas/data/cpan/authors/id/T/TO/TOBYINK/Kavorka-0.002.tar.gz ok Kavorka-0.002/CONTRIBUTING Kavorka-0.002/COPYRIGHT Kavorka-0.002/CREDITS Kavorka-0.002/Changes Kavorka-0.002/INSTALL Kavorka-0.002/LICENSE Kavorka-0.002/MANIFEST Kavorka-0.002/META.json Kavorka-0.002/META.yml Kavorka-0.002/Makefile.PL Kavorka-0.002/README Kavorka-0.002/SIGNATURE Kavorka-0.002/TODO Kavorka-0.002/dist.ini Kavorka-0.002/doap.ttl Kavorka-0.002/examples/benchmarks.pl Kavorka-0.002/examples/meta.pl Kavorka-0.002/lib/Kavorka.pm Kavorka-0.002/t/01basic.t Kavorka-0.002/t/02named-functions.t Kavorka-0.002/t/03anon-functions.t Kavorka-0.002/t/04named-methods.t Kavorka-0.002/t/05anon-methods.t Kavorka-0.002/t/10positional.t Kavorka-0.002/t/11named.t Kavorka-0.002/t/12invocant.t Kavorka-0.002/t/13slurpy.t Kavorka-0.002/t/20modifiers-moo.t Kavorka-0.002/t/21modifiers-moose.t Kavorka-0.002/t/22modifiers-mouse.t Kavorka-0.002/t/23modifiers-tiny.t Kavorka-0.002/t/50types.t Kavorka-0.002/t/51coerce.t Kavorka-0.002/t/52typeexpr.t Kavorka-0.002/t/60alias.t Kavorka-0.002/t/61ro.t Kavorka-0.002/t/62locked.t Kavorka-0.002/t/70introspection.t Kavorka-0.002/t/71moosemeta.t Kavorka-0.002/t/90closures.t Kavorka-0.002/t/91lvalue.t Kavorka-0.002/lib/Kavorka/MethodModifier.pm Kavorka-0.002/lib/Kavorka/Signature.pm Kavorka-0.002/lib/Kavorka/Sub.pm Kavorka-0.002/lib/MooseX/KavorkaInfo.pm Kavorka-0.002/lib/Parse/KeywordX.pm Kavorka-0.002/lib/Kavorka/Signature/Parameter.pm Kavorka-0.002/lib/Kavorka/Sub/After.pm Kavorka-0.002/lib/Kavorka/Sub/Around.pm Kavorka-0.002/lib/Kavorka/Sub/Before.pm Kavorka-0.002/lib/Kavorka/Sub/ClassMethod.pm Kavorka-0.002/lib/Kavorka/Sub/Fun.pm Kavorka-0.002/lib/Kavorka/Sub/Method.pm Kavorka-0.002/lib/Kavorka/Sub/ObjectMethod.pm CPAN.pm: Building T/TO/TOBYINK/Kavorka-0.002.tar.gz >>> /Users/fly1400/ap1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Generating a GNU-style Makefile Writing Makefile for Kavorka Writing MYMETA.yml and MYMETA.json >>> make cp lib/Kavorka/Sub/ClassMethod.pm blib/lib/Kavorka/Sub/ClassMethod.pm cp lib/Kavorka/Sub/ObjectMethod.pm blib/lib/Kavorka/Sub/ObjectMethod.pm cp lib/Kavorka/Sub.pm blib/lib/Kavorka/Sub.pm cp lib/Kavorka/Sub/Before.pm blib/lib/Kavorka/Sub/Before.pm cp lib/Kavorka.pm blib/lib/Kavorka.pm cp lib/Kavorka/Signature.pm blib/lib/Kavorka/Signature.pm cp lib/Kavorka/Signature/Parameter.pm blib/lib/Kavorka/Signature/Parameter.pm cp lib/Kavorka/MethodModifier.pm blib/lib/Kavorka/MethodModifier.pm cp lib/MooseX/KavorkaInfo.pm blib/lib/MooseX/KavorkaInfo.pm cp lib/Kavorka/Sub/Around.pm blib/lib/Kavorka/Sub/Around.pm cp lib/Kavorka/Sub/Fun.pm blib/lib/Kavorka/Sub/Fun.pm cp lib/Kavorka/Sub/After.pm blib/lib/Kavorka/Sub/After.pm cp lib/Parse/KeywordX.pm blib/lib/Parse/KeywordX.pm cp lib/Kavorka/Sub/Method.pm blib/lib/Kavorka/Sub/Method.pm Manifying blib/man3/Kavorka.3 Manifying blib/man3/Kavorka::Signature.3 Manifying blib/man3/Kavorka::Signature::Parameter.3 Manifying blib/man3/Kavorka::Sub.3 Manifying blib/man3/MooseX::KavorkaInfo.3 TOBYINK/Kavorka-0.002.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/ap1400/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use Kavorka;' # at t/01basic.t line 26. # Tried to use 'Kavorka'. # Error: Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. # Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. # Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. # BEGIN failed--compilation aborted at (eval 4) line 2. # Looks like you failed 1 test of 1. t/01basic.t ............ scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub not ok 1 - use Kavorka; 1..1 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/02named-functions.t line 30. t/02named-functions.t .. scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/03anon-functions.t line 28. t/03anon-functions.t ... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/04named-methods.t line 30. t/04named-methods.t .... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/05anon-methods.t line 28. t/05anon-methods.t ..... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/10positional.t line 30. t/10positional.t ....... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/11named.t line 35. t/11named.t ............ scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/12invocant.t line 30. t/12invocant.t ......... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/13slurpy.t line 29. t/13slurpy.t ........... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/20modifiers-moo.t line 29. t/20modifiers-moo.t .... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/21modifiers-moose.t line 34. t/21modifiers-moose.t .. scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/22modifiers-mouse.t line 34. t/22modifiers-mouse.t .. scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/23modifiers-tiny.t line 42. t/23modifiers-tiny.t ... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/50types.t line 30. t/50types.t ............ scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/51coerce.t line 30. t/51coerce.t ........... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/52typeexpr.t line 30. t/52typeexpr.t ......... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/60alias.t line 29. t/60alias.t ............ scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/61ro.t line 29. t/61ro.t ............... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/62locked.t line 29. t/62locked.t ........... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/70introspection.t line 32. t/70introspection.t .... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Moose/Exporter.pm line 409. Compilation failed in require at t/71moosemeta.t line 34. BEGIN failed--compilation aborted at t/71moosemeta.t line 34. t/71moosemeta.t ........ scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/90closures.t line 9. t/90closures.t ......... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Undefined subroutine &Kavorka::Sub::has called at /Users/fly1400/var/cpan/build/Kavorka-0.002-oKEmMq/blib/lib/Kavorka/Sub.pm line 20. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. Compilation failed in require at /Users/fly1400/var/megalib/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/91lvalue.t line 29. t/91lvalue.t ........... scope end Kavorka::Signature::Parameter scope end Kavorka::Signature around --> Moo::Role :: around lex_peek --> Parse::Keyword :: lex_peek has --> Moo::Role :: has meta --> Moo::Role :: meta before --> Moo::Role :: before compiling_package --> Parse::Keyword :: compiling_package extract_bracketed --> Text::Balanced :: extract_bracketed parse_stmtseq --> Parse::Keyword :: parse_stmtseq parse_fullstmt --> Parse::Keyword :: parse_fullstmt parse_name --> Parse::KeywordX :: parse_name with --> Moo::Role :: with parse_listexpr --> Parse::Keyword :: parse_listexpr parse_barestmt --> Parse::Keyword :: parse_barestmt extract_codeblock --> Text::Balanced :: extract_codeblock after --> Moo::Role :: after parse_block --> Parse::Keyword :: parse_block lex_read --> Parse::Keyword :: lex_read parse_arithexpr --> Parse::Keyword :: parse_arithexpr fqname --> Devel::Pragma :: fqname requires --> Moo::Role :: requires parse_fullexpr --> Parse::Keyword :: parse_fullexpr lex_stuff --> Parse::Keyword :: lex_stuff parse_termexpr --> Parse::Keyword :: parse_termexpr lex_read_space --> Parse::Keyword :: lex_read_space scope end Kavorka::Sub Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/01basic.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/02named-functions.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/03anon-functions.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/04named-methods.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/05anon-methods.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/10positional.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/11named.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/12invocant.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/13slurpy.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/20modifiers-moo.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/21modifiers-moose.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/22modifiers-mouse.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/23modifiers-tiny.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/50types.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/51coerce.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/52typeexpr.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/60alias.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/61ro.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/62locked.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/70introspection.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/71moosemeta.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/90closures.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/91lvalue.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=23, Tests=1, 21 wallclock secs ( 0.13 usr 0.06 sys + 9.57 cusr 0.76 csys = 10.52 CPU) Result: FAIL Failed 23/23 test programs. 1/1 subtests failed. make: *** [test_dynamic] Error 2 TOBYINK/Kavorka-0.002.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports TOBYINK/Kavorka-0.002.tar.gz Finished 2013-10-12T01:04:26