Checking if your kit is complete... Looks good Writing Makefile for Regexp::NamedCaptures cp lib/Regexp/NamedCaptures.pm blib/lib/Regexp/NamedCaptures.pm Manifying blib/man3/Regexp::NamedCaptures.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00signature.......1..0 # Skip Test::Signature wasn't installed skipped all skipped: Test::Signature wasn't installed t/01pod.............1..1 ok 1 - blib/lib/Regexp/NamedCaptures.pm ok t/02pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/03yaml............1..1 ok 1 - Parsed META.yml ok t/10use.............1..1 ok 1 - use Regexp::NamedCaptures; ok t/11basic...........1..22 ok 1 - convert() transformed ok ok 2 - qr/(?<\$_>...)/ transformed ok ok 3 - qr/...$_/ transformed ok # Failed test 'qr/.../ transformed ok' not ok 4 - qr/.../ transformed ok # at t/basic line 47. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})((?#)...)(?{$_=$^N})/ at t/basic line 52. # ' # expected: '(?-xism:(?{$_=undef})((?#)...)(?{$_=$^N}))' # Failed test at t/basic line 59. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(...(?#))(?{$_=$^N})/ at t/basic line 64. # ' # expected: '(?-xism:(?{$_=undef})(...(?#))(?{$_=$^N}))' not ok 5 # Failed test at t/basic line 70. not ok 6 # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(...)(?{$_=$^N})(?#)/ at t/basic line 75. # ' # expected: '(?-xism:(?{$_=undef})(...)(?{$_=$^N})(?#))' ok 7 ok 8 ok 9 ok 10 not ok 11 # TODO The optimizer prevents the target clearing code from running # Failed (TODO) test at t/basic line 109. # got: 'failed' # expected: undef ok 12 - convert() transformed ok ok 13 - qr/(?'\$_'...)/ transformed ok ok 14 - qr/...$_/ transformed ok # Failed test 'qr/.../ transformed ok' # at t/basic line 47. not ok 15 - qr/.../ transformed ok # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})((?#)...)(?{$_=$^N})/ at t/basic line 52. # ' # expected: '(?-xism:(?{$_=undef})((?#)...)(?{$_=$^N}))' # Failed test at t/basic line 59. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(...(?#))(?{$_=$^N})/ at t/basic line 64. # ' # expected: '(?-xism:(?{$_=undef})(...(?#))(?{$_=$^N}))' # Failed test at t/basic line 70. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(...)(?{$_=$^N})(?#)/ at t/basic line 75. # ' # expected: '(?-xism:(?{$_=undef})(...)(?{$_=$^N})(?#))' not ok 16 not ok 17 # Looks like you failed 6 tests of 22. ok 18 ok 19 ok 20 ok 21 not ok 22 # TODO The optimizer prevents the target clearing code from running # Failed (TODO) test at t/basic line 109. # got: 'failed' # expected: undef dubious Test returned status 6 (wstat 1536, 0x600) DIED. FAILED tests 4-6, 15-17 Failed 6/22 tests, 72.73% okay t/12quote...........1..5 not ok 1 # TODO \Q breaks here. # Failed (TODO) test at t/12quote.t line 8. # got: '(?-xism:(?#)\(\?\{\$_\=undef\}\)\(\.\.\.\)\(\?\{\$_\=\$\^N\}\))' # expected: '(?-xism:(?#)\(\?\<\\$_\>\.\.\.\))' not ok 2 # TODO \Q breaks here. # Failed (TODO) test at t/12quote.t line 20. # got: '(?-xism:\(\?\{\$_\=undef\}\)\(\.\.\.\)\(\?\{\$_\=\$\^N\}\))' # expected: '(?-xism:\(\?\<\$_\>\.\.\.\))' # Failed test at t/12quote.t line 56. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(\.\.\.)(?{$_=$^N})/ at t/12quote.t line 61. # ' # expected: '(?-xism:(?{$_=undef})(\.\.\.)(?{$_=$^N}))' # Looks like you failed 1 test of 5. not ok 3 # TODO \Q breaks here. # Failed (TODO) test at t/12quote.t line 32. # got: '(?-xism:\(\?\{\$_\=undef\}\)\(\.\.\.\)\(\?\{\$_\=\$\^N\}\)(?#))' # expected: '(?-xism:\(\?\<\$_\>\.\.\.\)(?#))' ok 4 not ok 5 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/5 tests, 80.00% okay t/14interp..........1..4 # Failed test at t/14interp.t line 22. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(?#)(...)(?{$_=$^N})/ at t/14interp.t line 26. # ' # expected: '(?-xism:(?{$_=undef})(?#)(...)(?{$_=$^N}))' not ok 1 # TODO 100% interpolated patterns aren't converted # Failed test at t/14interp.t line 33. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(...)(?{$_=$^N})(?#)/ at t/14interp.t line 38. # ' # expected: '(?-xism:(?{$_=undef})(...)(?{$_=$^N})(?#))' # Failed (TODO) test at t/14interp.t line 8. # got: 'Sequence (?<\...) not recognized in regex; marked by <-- HERE in m/(?<\ <-- HERE $_>...)/ at t/14interp.t line 13. # ' # expected: '' not ok 2 not ok 3 # Failed test at t/14interp.t line 44. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(?#)(...)(?{$_=$^N})(?#)/ at t/14interp.t line 49. # ' # expected: '(?-xism:(?{$_=undef})(?#)(...)(?{$_=$^N})(?#))' # Looks like you failed 3 tests of 4. not ok 4 dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/15code............1..4 ok 1 ok 2 ok 3 ok 4 ok t/16regexp..........1..4 not ok 1 # TODO (??{...}) expressions aren't handled by overloading. # Failed (TODO) test at t/16regexp.t line 10. # got: 'Sequence (?<$...) not recognized in regex; marked by <-- HERE in m/(?<$ <-- HERE result>\w+)/ at t/16regexp.t line 10. # ' # expected: '1' not ok 2 # TODO (??{...}) expressions aren't handled by overloading. # Failed (TODO) test at t/16regexp.t line 12. # got: undef # expected: 'root' ok 3 not ok 4 # TODO $^N doesn't work in (??{...}) sub-expressions. # Failed (TODO) test at t/16regexp.t line 24. # got: undef # expected: 'root' ok t/20validate........1..22 ok 1 - convert() transformed ok ok 2 - qr/(?<\$_>...)/ transformed ok ok 3 - qr/...$_/ transformed ok # Failed test 'qr/.../ transformed ok' # at t/basic line 47. not ok 4 - qr/.../ transformed ok # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})((?#)...)(?{$_=$^N})/ at t/basic line 52. # ' # expected: '(?-xism:(?{$_=undef})((?#)...)(?{$_=$^N}))' # Failed test at t/basic line 59. not ok 5 # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(...(?#))(?{$_=$^N})/ at t/basic line 64. # ' # expected: '(?-xism:(?{$_=undef})(...(?#))(?{$_=$^N}))' not ok 6 # Failed test at t/basic line 70. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(...)(?{$_=$^N})(?#)/ at t/basic line 75. # ' # expected: '(?-xism:(?{$_=undef})(...)(?{$_=$^N})(?#))' ok 7 ok 8 ok 9 ok 10 not ok 11 # TODO The optimizer prevents the target clearing code from running # Failed (TODO) test at t/basic line 109. # got: 'failed' # expected: undef ok 12 - convert() transformed ok ok 13 - qr/(?'\$_'...)/ transformed ok ok 14 - qr/...$_/ transformed ok not ok 15 - qr/.../ transformed ok # Failed test 'qr/.../ transformed ok' # at t/basic line 47. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})((?#)...)(?{$_=$^N})/ at t/basic line 52. # ' # expected: '(?-xism:(?{$_=undef})((?#)...)(?{$_=$^N}))' not ok 16 # Failed test at t/basic line 59. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(...(?#))(?{$_=$^N})/ at t/basic line 64. # ' # expected: '(?-xism:(?{$_=undef})(...(?#))(?{$_=$^N}))' not ok 17 # Failed test at t/basic line 70. # got: 'Eval-group not allowed at runtime, use re 'eval' in regex m/(?{$_=undef})(...)(?{$_=$^N})(?#)/ at t/basic line 75. # ' # expected: '(?-xism:(?{$_=undef})(...)(?{$_=$^N})(?#))' ok 18 ok 19 ok 20 ok 21 not ok 22 # TODO The optimizer prevents the target clearing code from running # Failed (TODO) test at t/basic line 109. # got: 'failed' # expected: undef # Looks like you failed 6 tests of 22. dubious Test returned status 6 (wstat 1536, 0x600) DIED. FAILED tests 4-6, 15-17 Failed 6/22 tests, 72.73% okay t/21warn............1..4 ok 1 ok 2 ok 3 ok 4 ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/11basic.t 6 1536 22 6 4-6 15-17 t/12quote.t 1 256 5 1 5 t/14interp.t 3 768 4 3 2-4 t/20validate.t 6 1536 22 6 4-6 15-17 2 tests skipped. Failed 4/12 test scripts. 16/68 subtests failed. Files=12, Tests=68, 3 wallclock secs ( 1.21 cusr + 0.37 csys = 1.58 CPU) Failed 4/12 test programs. 16/68 subtests failed. make: *** [test_dynamic] Error 255