PATH=/Users/fly2200/cpanfly-5.22/bin:/Users/fly2200/ap2200-299195/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-01-05T21:31:33 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Thu, 05 Jan 2017 06:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/H/HI/HITODE/APISchema-1.24.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/H/HI/HITODE/APISchema-1.24.tar.gz ok APISchema-1.24/Build.PL APISchema-1.24/Changes APISchema-1.24/LICENSE APISchema-1.24/META.json APISchema-1.24/README.md APISchema-1.24/cpanfile APISchema-1.24/eg/bmi.psgi APISchema-1.24/lib/APISchema.pm APISchema-1.24/lib/APISchema/DSL.pm APISchema-1.24/lib/APISchema/Generator/Markdown.pm APISchema-1.24/lib/APISchema/Generator/Markdown/ExampleFormatter.pm APISchema-1.24/lib/APISchema/Generator/Markdown/Formatter.pm APISchema-1.24/lib/APISchema/Generator/Markdown/ResourceResolver.pm APISchema-1.24/lib/APISchema/Generator/Router/Simple.pm APISchema-1.24/lib/APISchema/Resource.pm APISchema-1.24/lib/APISchema/Route.pm APISchema-1.24/lib/APISchema/Schema.pm APISchema-1.24/lib/APISchema/Validator.pm APISchema-1.24/lib/APISchema/Validator/Decoder.pm APISchema-1.24/lib/APISchema/Validator/Result.pm APISchema-1.24/lib/Plack/App/APISchema/Document.pm APISchema-1.24/lib/Plack/App/APISchema/MockServer.pm APISchema-1.24/lib/Plack/Middleware/APISchema/RequestValidator.pm APISchema-1.24/lib/Plack/Middleware/APISchema/ResponseValidator.pm APISchema-1.24/minil.toml APISchema-1.24/script/generate_markdown_document.pl APISchema-1.24/t/APISchema-DSL.t APISchema-1.24/t/APISchema-Generator-Markdown.t APISchema-1.24/t/APISchema-Generator-Router-Simple.t APISchema-1.24/t/APISchema-Resource.t APISchema-1.24/t/APISchema-Route.t APISchema-1.24/t/APISchema-Schema.t APISchema-1.24/t/APISchema-Validator.t APISchema-1.24/t/APISchema.t APISchema-1.24/t/Plack-App-APISchema-Document.t APISchema-1.24/t/Plack-App-APISchema-MockServer.t APISchema-1.24/t/Plack-Middleware-APISchema-RequestValidator.t APISchema-1.24/t/Plack-Middleware-APISchema-ResponseValidator.t APISchema-1.24/t/fixtures/author.def APISchema-1.24/t/fixtures/bmi.def APISchema-1.24/t/fixtures/family.def APISchema-1.24/t/fixtures/runtime-error.def APISchema-1.24/t/fixtures/status.def APISchema-1.24/t/fixtures/syntax-error.def APISchema-1.24/t/fixtures/user.def APISchema-1.24/t/test.pm APISchema-1.24/t/test/fixtures.pm APISchema-1.24/META.yml APISchema-1.24/MANIFEST Configuring H/HI/HITODE/APISchema-1.24.tar.gz with Build.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Build.PL Creating new 'Build' script for 'APISchema' version '1.24' HITODE/APISchema-1.24.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Build.PL -- OK Running Build for H/HI/HITODE/APISchema-1.24.tar.gz ---- Unsatisfied dependencies detected during ---- ---- HITODE/APISchema-1.24.tar.gz ---- Router::Simple [requires] Test::Class [build_requires] Text::Markdown::Hoedown [requires] Running test for module 'Router::Simple' Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/T/TO/TOKUHIROM/Router-Simple-0.17.tar.gz ok Router-Simple-0.17/Build.PL Router-Simple-0.17/Changes Router-Simple-0.17/LICENSE Router-Simple-0.17/META.json Router-Simple-0.17/README.md Router-Simple-0.17/author/benchmark.pl Router-Simple-0.17/author/prof.pl Router-Simple-0.17/cpanfile Router-Simple-0.17/lib/Router/Simple.pm Router-Simple-0.17/lib/Router/Simple/Cookbook.pod Router-Simple-0.17/lib/Router/Simple/Declare.pm Router-Simple-0.17/lib/Router/Simple/Route.pm Router-Simple-0.17/lib/Router/Simple/SubMapper.pm Router-Simple-0.17/minil.toml Router-Simple-0.17/t/00_compile.t Router-Simple-0.17/t/01_simple.t Router-Simple-0.17/t/02_declare.t Router-Simple-0.17/t/05_plain.t Router-Simple-0.17/t/06_submapper.t Router-Simple-0.17/t/08_splat.t Router-Simple-0.17/t/09_on_match.t Router-Simple-0.17/t/10_routematch.t Router-Simple-0.17/t/11_ext_regexp.t Router-Simple-0.17/t/12_paren_warnings.t Router-Simple-0.17/t/13_method_not_allowed.t Router-Simple-0.17/t/14_ending_slash.t Router-Simple-0.17/xt/02_perlcritic.t Router-Simple-0.17/xt/04_synopsis.t Router-Simple-0.17/META.yml Router-Simple-0.17/MANIFEST Configuring T/TO/TOKUHIROM/Router-Simple-0.17.tar.gz with Build.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Router-Simple' version '0.17' cp META.json MYMETA.json cp META.yml MYMETA.yml TOKUHIROM/Router-Simple-0.17.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Build.PL -- OK Running Build for T/TO/TOKUHIROM/Router-Simple-0.17.tar.gz >>> ./Build Building Router-Simple TOKUHIROM/Router-Simple-0.17.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/00_compile.t ............. 1..1 ok 1 - use Router::Simple; ok t/01_simple.t .............. ok 1 ok 2 - empty PATH_INFO is same as "/" ok 3 - blog monthly ok 4 - daily ok 5 ok 6 ok 7 ok 8 ok 9 1..9 ok t/02_declare.t ............. ok 1 ok 2 ok 3 - daily ok 4 ok 5 ok 6 1..6 ok t/05_plain.t ............... ok 1 ok 2 1..2 ok t/06_submapper.t ........... ok 1 ok 2 ok 3 1..3 ok t/08_splat.t ............... ok 1 ok 2 1..2 ok t/09_on_match.t ............ ok 1 ok 2 1..2 ok t/10_routematch.t .......... ok 1 ok 2 ok 3 1..3 ok t/11_ext_regexp.t .......... ok 1 ok 2 - strictly regexp check \#1 ok 3 - strictly regexp check \#2 1..3 ok t/12_paren_warnings.t ...... ok 1 1..1 ok t/13_method_not_allowed.t .. # Subtest: Router::Simple # Subtest: GET / ok 1 ok 2 1..2 ok 1 - GET / # Subtest: POST / ok 1 ok 2 1..2 ok 2 - POST / # Subtest: PUT / ok 1 ok 2 1..2 ok 3 - PUT / # Subtest: POST /foo ok 1 ok 2 1..2 ok 4 - POST /foo # Subtest: GET /bar ok 1 ok 2 1..2 ok 5 - GET /bar 1..5 ok 1 - Router::Simple 1..1 ok t/14_ending_slash.t ........ ok 1 - blog monthly ok 2 - daily ok 3 ok 4 ok 5 ok 6 - blog monthly ok 7 - daily ok 8 ok 9 ok 10 1..10 ok All tests successful. Files=12, Tests=43, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.27 cusr 0.07 csys = 0.40 CPU) Result: PASS TOKUHIROM/Router-Simple-0.17.tar.gz ./Build test verbose=1 -- OK Can't call method "fullname" on an undefined value at /Users/fly2200/cpanfly-5.22/lib/Fly/MakePPD.pm line 168. /Users/fly2200/ap2200-299195/bin/perl-dynamic exits with 255.