624 lines
29 KiB
Text
624 lines
29 KiB
Text
perl-blead
|
|
==========
|
|
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
|
Work directory is /home/ryan/.cpanm/work/1493089693.30939
|
|
You have make /usr/bin/make
|
|
You have LWP 6.26
|
|
You have /bin/tar: tar (GNU tar) 1.29
|
|
Copyright (C) 2015 Free Software Foundation, Inc.
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
|
|
Written by John Gilmore and Jay Fenlason.
|
|
You have /usr/bin/unzip
|
|
Searching Dancer2::Plugin::RoutePodCoverage () on cpanmetadb ...
|
|
Unpacking Dancer2-Plugin-RoutePodCoverage-0.071.tar.gz
|
|
--> Working on Dancer2::Plugin::RoutePodCoverage
|
|
Fetching http://www.cpan.org/authors/id/D/DR/DREBOLO/Dancer2-Plugin-RoutePodCoverage-0.071.tar.gz ... OK
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/Makefile.PL
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/META.yml
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/README.md
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/README
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/CHANGES
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/lib/
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/lib/Dancer2/
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/lib/Dancer2/Plugin/
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/lib/Dancer2/Plugin/RoutePodCoverage.pm
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/MANIFEST
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/t/
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/t/00-load.t
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/t/01-routes_pod_coverage.t
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/t/03-pod-coverage.t
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/t/02-pod.t
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/t/lib/
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/t/lib/MyApp/
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/t/lib/MyApp/Routes.pm
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/t/lib/MyApp/Routes2.pm
|
|
Dancer2-Plugin-RoutePodCoverage-0.071/LICENSE
|
|
Entering Dancer2-Plugin-RoutePodCoverage-0.071
|
|
Checking configure dependencies from META.yml
|
|
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
|
Running Makefile.PL
|
|
Configuring Dancer2-Plugin-RoutePodCoverage-0.071 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for Dancer2::Plugin::RoutePodCoverage
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have Dancer2 0.14 ... Yes (0.205000)
|
|
Checking if you have Test::Pod 0 ... Yes (1.51)
|
|
Checking if you have Test::NoWarnings 0 ... Yes (1.04)
|
|
Checking if you have Pod::Simple::SimpleTree 3.28 ... Yes (3.35)
|
|
Checking if you have Pod::Simple::Search 3.28 ... Yes (3.35)
|
|
Checking if you have Test::Pod::Coverage 0 ... Yes (1.10)
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
OK
|
|
Building and testing Dancer2-Plugin-RoutePodCoverage-0.071 ... cp lib/Dancer2/Plugin/RoutePodCoverage.pm blib/lib/Dancer2/Plugin/RoutePodCoverage.pm
|
|
Manifying 1 pod document
|
|
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
|
|
# Testing Dancer2::Plugin::RoutePodCoverage 0.071, Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
|
|
|
|
# Failed test 'no warnings'
|
|
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Builder.pm line 135.
|
|
# There were 4 warning(s)
|
|
# Previous test 0 ''
|
|
# Subroutine dancer_app redefined at (eval 299) line 5.
|
|
# at (eval 299) line 5.
|
|
# eval ' {
|
|
# package Dancer2::Plugin::RoutePodCoverage;
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub dancer_app {
|
|
# Carp::carp "Plugin DSL method \'dancer_app\' is deprecated. "
|
|
# . "Use \'\\$self->app\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub request {
|
|
# Carp::carp "Plugin DSL method \'request\' is deprecated. "
|
|
# . "Use \'\\$self->app->request\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app->request;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub var {
|
|
# Carp::carp "Plugin DSL method \'var\' is deprecated. "
|
|
# . "Use \'\\$self->app->request->var\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->request->var(@_);
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub hook {
|
|
# Carp::carp "Plugin DSL method \'hook\' is deprecated. "
|
|
# . "Use \'\\$self->app->add_hook\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->add_hook(
|
|
# Dancer2::Core::Hook->new( name => shift, code => shift ) );
|
|
# }
|
|
#
|
|
# }
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 419
|
|
# Dancer2::Plugin::_exporter_plugin("Dancer2::Plugin::RoutePodCoverage") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 183
|
|
# Dancer2::Plugin::_exporter_expand_tag("Dancer2::Plugin", "plugin", undef, HASH(0x559aa3e68430)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 30
|
|
# Exporter::Tiny::__ANON__("Dancer2::Plugin", HASH(0x559aa3e68430), ARRAY(0x559aa453b1c8), ARRAY(0x559aa2bcf290), HASH(0x559aa4535748)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 50
|
|
# Exporter::Tiny::import("Dancer2::Plugin") called at /home/ryan/.cpanm/work/1493089693.30939/Dancer2-Plugin-RoutePodCoverage-0.071/blib/lib/Dancer2/Plugin/RoutePodCoverage.pm line 7
|
|
# Dancer2::Plugin::RoutePodCoverage::BEGIN() called at (eval 299) line 5
|
|
# eval {...} called at (eval 299) line 5
|
|
# require Dancer2/Plugin/RoutePodCoverage.pm called at t/00-load.t line 6
|
|
# main::BEGIN() called at (eval 299) line 5
|
|
# eval {...} called at (eval 299) line 5
|
|
# eval 'package main;
|
|
# BEGIN { ${^WARNING_BITS} = $args[-1] if defined $args[-1] }
|
|
# #line 6 t/00-load.t
|
|
# use Dancer2::Plugin::RoutePodCoverage @{$args[0]};
|
|
# 1;
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/More.pm line 1031
|
|
# Test::More::_eval("package main;\x{a}BEGIN { \${^WARNING_BITS} = \$args[-1] if defined"..., ARRAY(0x559aa26e84f8), "UUUUUUUUUUUUUUUUU\x{5}") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/More.pm line 1007
|
|
# Test::More::use_ok("Dancer2::Plugin::RoutePodCoverage") called at t/00-load.t line 6
|
|
# main::BEGIN() called at (eval 299) line 5
|
|
# eval {...} called at (eval 299) line 5
|
|
#
|
|
# ----------
|
|
# Previous test 0 ''
|
|
# Subroutine request redefined at (eval 299) line 14.
|
|
# at (eval 299) line 14.
|
|
# eval ' {
|
|
# package Dancer2::Plugin::RoutePodCoverage;
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub dancer_app {
|
|
# Carp::carp "Plugin DSL method \'dancer_app\' is deprecated. "
|
|
# . "Use \'\\$self->app\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub request {
|
|
# Carp::carp "Plugin DSL method \'request\' is deprecated. "
|
|
# . "Use \'\\$self->app->request\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app->request;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub var {
|
|
# Carp::carp "Plugin DSL method \'var\' is deprecated. "
|
|
# . "Use \'\\$self->app->request->var\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->request->var(@_);
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub hook {
|
|
# Carp::carp "Plugin DSL method \'hook\' is deprecated. "
|
|
# . "Use \'\\$self->app->add_hook\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->add_hook(
|
|
# Dancer2::Core::Hook->new( name => shift, code => shift ) );
|
|
# }
|
|
#
|
|
# }
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 419
|
|
# Dancer2::Plugin::_exporter_plugin("Dancer2::Plugin::RoutePodCoverage") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 183
|
|
# Dancer2::Plugin::_exporter_expand_tag("Dancer2::Plugin", "plugin", undef, HASH(0x559aa3e68430)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 30
|
|
# Exporter::Tiny::__ANON__("Dancer2::Plugin", HASH(0x559aa3e68430), ARRAY(0x559aa453b1c8), ARRAY(0x559aa2bcf290), HASH(0x559aa4535748)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 50
|
|
# Exporter::Tiny::import("Dancer2::Plugin") called at /home/ryan/.cpanm/work/1493089693.30939/Dancer2-Plugin-RoutePodCoverage-0.071/blib/lib/Dancer2/Plugin/RoutePodCoverage.pm line 7
|
|
# Dancer2::Plugin::RoutePodCoverage::BEGIN() called at (eval 299) line 14
|
|
# eval {...} called at (eval 299) line 14
|
|
# require Dancer2/Plugin/RoutePodCoverage.pm called at t/00-load.t line 6
|
|
# main::BEGIN() called at (eval 299) line 14
|
|
# eval {...} called at (eval 299) line 14
|
|
# eval 'package main;
|
|
# BEGIN { ${^WARNING_BITS} = $args[-1] if defined $args[-1] }
|
|
# #line 6 t/00-load.t
|
|
# use Dancer2::Plugin::RoutePodCoverage @{$args[0]};
|
|
# 1;
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/More.pm line 1031
|
|
# Test::More::_eval("package main;\x{a}BEGIN { \${^WARNING_BITS} = \$args[-1] if defined"..., ARRAY(0x559aa26e84f8), "UUUUUUUUUUUUUUUUU\x{5}") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/More.pm line 1007
|
|
# Test::More::use_ok("Dancer2::Plugin::RoutePodCoverage") called at t/00-load.t line 6
|
|
# main::BEGIN() called at (eval 299) line 14
|
|
# eval {...} called at (eval 299) line 14
|
|
#
|
|
# ----------
|
|
# Previous test 0 ''
|
|
# Subroutine var redefined at (eval 299) line 23.
|
|
# at (eval 299) line 23.
|
|
# eval ' {
|
|
# package Dancer2::Plugin::RoutePodCoverage;
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub dancer_app {
|
|
# Carp::carp "Plugin DSL method \'dancer_app\' is deprecated. "
|
|
# . "Use \'\\$self->app\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub request {
|
|
# Carp::carp "Plugin DSL method \'request\' is deprecated. "
|
|
# . "Use \'\\$self->app->request\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app->request;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub var {
|
|
# Carp::carp "Plugin DSL method \'var\' is deprecated. "
|
|
# . "Use \'\\$self->app->request->var\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->request->var(@_);
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub hook {
|
|
# Carp::carp "Plugin DSL method \'hook\' is deprecated. "
|
|
# . "Use \'\\$self->app->add_hook\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->add_hook(
|
|
# Dancer2::Core::Hook->new( name => shift, code => shift ) );
|
|
# }
|
|
#
|
|
# }
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 419
|
|
# Dancer2::Plugin::_exporter_plugin("Dancer2::Plugin::RoutePodCoverage") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 183
|
|
# Dancer2::Plugin::_exporter_expand_tag("Dancer2::Plugin", "plugin", undef, HASH(0x559aa3e68430)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 30
|
|
# Exporter::Tiny::__ANON__("Dancer2::Plugin", HASH(0x559aa3e68430), ARRAY(0x559aa453b1c8), ARRAY(0x559aa2bcf290), HASH(0x559aa4535748)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 50
|
|
# Exporter::Tiny::import("Dancer2::Plugin") called at /home/ryan/.cpanm/work/1493089693.30939/Dancer2-Plugin-RoutePodCoverage-0.071/blib/lib/Dancer2/Plugin/RoutePodCoverage.pm line 7
|
|
# Dancer2::Plugin::RoutePodCoverage::BEGIN() called at (eval 299) line 23
|
|
# eval {...} called at (eval 299) line 23
|
|
# require Dancer2/Plugin/RoutePodCoverage.pm called at t/00-load.t line 6
|
|
# main::BEGIN() called at (eval 299) line 23
|
|
# eval {...} called at (eval 299) line 23
|
|
# eval 'package main;
|
|
# BEGIN { ${^WARNING_BITS} = $args[-1] if defined $args[-1] }
|
|
# #line 6 t/00-load.t
|
|
# use Dancer2::Plugin::RoutePodCoverage @{$args[0]};
|
|
# 1;
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/More.pm line 1031
|
|
# Test::More::_eval("package main;\x{a}BEGIN { \${^WARNING_BITS} = \$args[-1] if defined"..., ARRAY(0x559aa26e84f8), "UUUUUUUUUUUUUUUUU\x{5}") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/More.pm line 1007
|
|
# Test::More::use_ok("Dancer2::Plugin::RoutePodCoverage") called at t/00-load.t line 6
|
|
# main::BEGIN() called at (eval 299) line 23
|
|
# eval {...} called at (eval 299) line 23
|
|
#
|
|
# ----------
|
|
# Previous test 0 ''
|
|
# Subroutine hook redefined at (eval 299) line 32.
|
|
# at (eval 299) line 32.
|
|
# eval ' {
|
|
# package Dancer2::Plugin::RoutePodCoverage;
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub dancer_app {
|
|
# Carp::carp "Plugin DSL method \'dancer_app\' is deprecated. "
|
|
# . "Use \'\\$self->app\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub request {
|
|
# Carp::carp "Plugin DSL method \'request\' is deprecated. "
|
|
# . "Use \'\\$self->app->request\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app->request;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub var {
|
|
# Carp::carp "Plugin DSL method \'var\' is deprecated. "
|
|
# . "Use \'\\$self->app->request->var\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->request->var(@_);
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub hook {
|
|
# Carp::carp "Plugin DSL method \'hook\' is deprecated. "
|
|
# . "Use \'\\$self->app->add_hook\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->add_hook(
|
|
# Dancer2::Core::Hook->new( name => shift, code => shift ) );
|
|
# }
|
|
#
|
|
# }
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 419
|
|
# Dancer2::Plugin::_exporter_plugin("Dancer2::Plugin::RoutePodCoverage") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 183
|
|
# Dancer2::Plugin::_exporter_expand_tag("Dancer2::Plugin", "plugin", undef, HASH(0x559aa3e68430)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 30
|
|
# Exporter::Tiny::__ANON__("Dancer2::Plugin", HASH(0x559aa3e68430), ARRAY(0x559aa453b1c8), ARRAY(0x559aa2bcf290), HASH(0x559aa4535748)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 50
|
|
# Exporter::Tiny::import("Dancer2::Plugin") called at /home/ryan/.cpanm/work/1493089693.30939/Dancer2-Plugin-RoutePodCoverage-0.071/blib/lib/Dancer2/Plugin/RoutePodCoverage.pm line 7
|
|
# Dancer2::Plugin::RoutePodCoverage::BEGIN() called at (eval 299) line 32
|
|
# eval {...} called at (eval 299) line 32
|
|
# require Dancer2/Plugin/RoutePodCoverage.pm called at t/00-load.t line 6
|
|
# main::BEGIN() called at (eval 299) line 32
|
|
# eval {...} called at (eval 299) line 32
|
|
# eval 'package main;
|
|
# BEGIN { ${^WARNING_BITS} = $args[-1] if defined $args[-1] }
|
|
# #line 6 t/00-load.t
|
|
# use Dancer2::Plugin::RoutePodCoverage @{$args[0]};
|
|
# 1;
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/More.pm line 1031
|
|
# Test::More::_eval("package main;\x{a}BEGIN { \${^WARNING_BITS} = \$args[-1] if defined"..., ARRAY(0x559aa26e84f8), "UUUUUUUUUUUUUUUUU\x{5}") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/More.pm line 1007
|
|
# Test::More::use_ok("Dancer2::Plugin::RoutePodCoverage") called at t/00-load.t line 6
|
|
# main::BEGIN() called at (eval 299) line 32
|
|
# eval {...} called at (eval 299) line 32
|
|
#
|
|
# Looks like you failed 1 test of 2.
|
|
t/00-load.t .................
|
|
Dubious, test returned 1 (wstat 256, 0x100)
|
|
Failed 1/2 subtests
|
|
Undefined subroutine &main::routes_pod_coverage called at t/01-routes_pod_coverage.t line 38.
|
|
|
|
# Failed test 'no warnings'
|
|
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Builder.pm line 135.
|
|
# There were 4 warning(s)
|
|
# Previous test 0 ''
|
|
# Subroutine dancer_app redefined at (eval 308) line 5.
|
|
# at (eval 308) line 5.
|
|
# eval ' {
|
|
# package Dancer2::Plugin::RoutePodCoverage;
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub dancer_app {
|
|
# Carp::carp "Plugin DSL method \'dancer_app\' is deprecated. "
|
|
# . "Use \'\\$self->app\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub request {
|
|
# Carp::carp "Plugin DSL method \'request\' is deprecated. "
|
|
# . "Use \'\\$self->app->request\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app->request;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub var {
|
|
# Carp::carp "Plugin DSL method \'var\' is deprecated. "
|
|
# . "Use \'\\$self->app->request->var\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->request->var(@_);
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub hook {
|
|
# Carp::carp "Plugin DSL method \'hook\' is deprecated. "
|
|
# . "Use \'\\$self->app->add_hook\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->add_hook(
|
|
# Dancer2::Core::Hook->new( name => shift, code => shift ) );
|
|
# }
|
|
#
|
|
# }
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 419
|
|
# Dancer2::Plugin::_exporter_plugin("Dancer2::Plugin::RoutePodCoverage") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 183
|
|
# Dancer2::Plugin::_exporter_expand_tag("Dancer2::Plugin", "plugin", undef, HASH(0x55fac684ba90)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 30
|
|
# Exporter::Tiny::__ANON__("Dancer2::Plugin", HASH(0x55fac684ba90), ARRAY(0x55fac67ca9e0), ARRAY(0x55fac4e64778), HASH(0x55fac67c1f10)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 50
|
|
# Exporter::Tiny::import("Dancer2::Plugin") called at /home/ryan/.cpanm/work/1493089693.30939/Dancer2-Plugin-RoutePodCoverage-0.071/blib/lib/Dancer2/Plugin/RoutePodCoverage.pm line 7
|
|
# Dancer2::Plugin::RoutePodCoverage::BEGIN() called at (eval 308) line 5
|
|
# eval {...} called at (eval 308) line 5
|
|
# require Dancer2/Plugin/RoutePodCoverage.pm called at t/01-routes_pod_coverage.t line 11
|
|
# main::BEGIN() called at (eval 308) line 5
|
|
# eval {...} called at (eval 308) line 5
|
|
#
|
|
# ----------
|
|
# Previous test 0 ''
|
|
# Subroutine request redefined at (eval 308) line 14.
|
|
# at (eval 308) line 14.
|
|
# eval ' {
|
|
# package Dancer2::Plugin::RoutePodCoverage;
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub dancer_app {
|
|
# Carp::carp "Plugin DSL method \'dancer_app\' is deprecated. "
|
|
# . "Use \'\\$self->app\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub request {
|
|
# Carp::carp "Plugin DSL method \'request\' is deprecated. "
|
|
# . "Use \'\\$self->app->request\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app->request;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub var {
|
|
# Carp::carp "Plugin DSL method \'var\' is deprecated. "
|
|
# . "Use \'\\$self->app->request->var\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->request->var(@_);
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub hook {
|
|
# Carp::carp "Plugin DSL method \'hook\' is deprecated. "
|
|
# . "Use \'\\$self->app->add_hook\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->add_hook(
|
|
# Dancer2::Core::Hook->new( name => shift, code => shift ) );
|
|
# }
|
|
#
|
|
# }
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 419
|
|
# Dancer2::Plugin::_exporter_plugin("Dancer2::Plugin::RoutePodCoverage") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 183
|
|
# Dancer2::Plugin::_exporter_expand_tag("Dancer2::Plugin", "plugin", undef, HASH(0x55fac684ba90)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 30
|
|
# Exporter::Tiny::__ANON__("Dancer2::Plugin", HASH(0x55fac684ba90), ARRAY(0x55fac67ca9e0), ARRAY(0x55fac4e64778), HASH(0x55fac67c1f10)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 50
|
|
# Exporter::Tiny::import("Dancer2::Plugin") called at /home/ryan/.cpanm/work/1493089693.30939/Dancer2-Plugin-RoutePodCoverage-0.071/blib/lib/Dancer2/Plugin/RoutePodCoverage.pm line 7
|
|
# Dancer2::Plugin::RoutePodCoverage::BEGIN() called at (eval 308) line 14
|
|
# eval {...} called at (eval 308) line 14
|
|
# require Dancer2/Plugin/RoutePodCoverage.pm called at t/01-routes_pod_coverage.t line 11
|
|
# main::BEGIN() called at (eval 308) line 14
|
|
# eval {...} called at (eval 308) line 14
|
|
#
|
|
# ----------
|
|
# Previous test 0 ''
|
|
# Subroutine var redefined at (eval 308) line 23.
|
|
# at (eval 308) line 23.
|
|
# eval ' {
|
|
# package Dancer2::Plugin::RoutePodCoverage;
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub dancer_app {
|
|
# Carp::carp "Plugin DSL method \'dancer_app\' is deprecated. "
|
|
# . "Use \'\\$self->app\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub request {
|
|
# Carp::carp "Plugin DSL method \'request\' is deprecated. "
|
|
# . "Use \'\\$self->app->request\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app->request;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub var {
|
|
# Carp::carp "Plugin DSL method \'var\' is deprecated. "
|
|
# . "Use \'\\$self->app->request->var\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->request->var(@_);
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub hook {
|
|
# Carp::carp "Plugin DSL method \'hook\' is deprecated. "
|
|
# . "Use \'\\$self->app->add_hook\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->add_hook(
|
|
# Dancer2::Core::Hook->new( name => shift, code => shift ) );
|
|
# }
|
|
#
|
|
# }
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 419
|
|
# Dancer2::Plugin::_exporter_plugin("Dancer2::Plugin::RoutePodCoverage") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 183
|
|
# Dancer2::Plugin::_exporter_expand_tag("Dancer2::Plugin", "plugin", undef, HASH(0x55fac684ba90)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 30
|
|
# Exporter::Tiny::__ANON__("Dancer2::Plugin", HASH(0x55fac684ba90), ARRAY(0x55fac67ca9e0), ARRAY(0x55fac4e64778), HASH(0x55fac67c1f10)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 50
|
|
# Exporter::Tiny::import("Dancer2::Plugin") called at /home/ryan/.cpanm/work/1493089693.30939/Dancer2-Plugin-RoutePodCoverage-0.071/blib/lib/Dancer2/Plugin/RoutePodCoverage.pm line 7
|
|
# Dancer2::Plugin::RoutePodCoverage::BEGIN() called at (eval 308) line 23
|
|
# eval {...} called at (eval 308) line 23
|
|
# require Dancer2/Plugin/RoutePodCoverage.pm called at t/01-routes_pod_coverage.t line 11
|
|
# main::BEGIN() called at (eval 308) line 23
|
|
# eval {...} called at (eval 308) line 23
|
|
#
|
|
# ----------
|
|
# Previous test 0 ''
|
|
# Subroutine hook redefined at (eval 308) line 32.
|
|
# at (eval 308) line 32.
|
|
# eval ' {
|
|
# package Dancer2::Plugin::RoutePodCoverage;
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub dancer_app {
|
|
# Carp::carp "Plugin DSL method \'dancer_app\' is deprecated. "
|
|
# . "Use \'\\$self->app\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub request {
|
|
# Carp::carp "Plugin DSL method \'request\' is deprecated. "
|
|
# . "Use \'\\$self->app->request\' instead\'.
|
|
# ";
|
|
#
|
|
# $_[0]->app->request;
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub var {
|
|
# Carp::carp "Plugin DSL method \'var\' is deprecated. "
|
|
# . "Use \'\\$self->app->request->var\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->request->var(@_);
|
|
# }
|
|
#
|
|
# # FIXME: AUTOLOAD might pick up on this
|
|
# sub hook {
|
|
# Carp::carp "Plugin DSL method \'hook\' is deprecated. "
|
|
# . "Use \'\\$self->app->add_hook\' instead\'.
|
|
# ";
|
|
#
|
|
# shift->app->add_hook(
|
|
# Dancer2::Core::Hook->new( name => shift, code => shift ) );
|
|
# }
|
|
#
|
|
# }
|
|
# ' called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 419
|
|
# Dancer2::Plugin::_exporter_plugin("Dancer2::Plugin::RoutePodCoverage") called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Dancer2/Plugin.pm line 183
|
|
# Dancer2::Plugin::_exporter_expand_tag("Dancer2::Plugin", "plugin", undef, HASH(0x55fac684ba90)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 30
|
|
# Exporter::Tiny::__ANON__("Dancer2::Plugin", HASH(0x55fac684ba90), ARRAY(0x55fac67ca9e0), ARRAY(0x55fac4e64778), HASH(0x55fac67c1f10)) called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Exporter/Tiny.pm line 50
|
|
# Exporter::Tiny::import("Dancer2::Plugin") called at /home/ryan/.cpanm/work/1493089693.30939/Dancer2-Plugin-RoutePodCoverage-0.071/blib/lib/Dancer2/Plugin/RoutePodCoverage.pm line 7
|
|
# Dancer2::Plugin::RoutePodCoverage::BEGIN() called at (eval 308) line 32
|
|
# eval {...} called at (eval 308) line 32
|
|
# require Dancer2/Plugin/RoutePodCoverage.pm called at t/01-routes_pod_coverage.t line 11
|
|
# main::BEGIN() called at (eval 308) line 32
|
|
# eval {...} called at (eval 308) line 32
|
|
#
|
|
# Looks like your test exited with 255 just after 1.
|
|
t/01-routes_pod_coverage.t ..
|
|
Dubious, test returned 255 (wstat 65280, 0xff00)
|
|
Failed 4/4 subtests
|
|
t/02-pod.t .................. ok
|
|
Subroutine dancer_app redefined at (eval 301) line 5.
|
|
Subroutine request redefined at (eval 301) line 14.
|
|
Subroutine var redefined at (eval 301) line 23.
|
|
Subroutine hook redefined at (eval 301) line 32.
|
|
|
|
# Failed test 'Dancer2::Plugin::RoutePodCoverage'
|
|
# at t/03-pod-coverage.t line 2.
|
|
# Coverage for Dancer2::Plugin::RoutePodCoverage is 16.7%, with 10 naked subroutines:
|
|
# ClassHooks
|
|
# PluginKeyword
|
|
# execute_plugin_hook
|
|
# keywords
|
|
# on_plugin_import
|
|
# plugin_args
|
|
# plugin_setting
|
|
# register
|
|
# register_hook
|
|
# register_plugin
|
|
# Looks like you failed 1 test of 1.
|
|
t/03-pod-coverage.t .........
|
|
Dubious, test returned 1 (wstat 256, 0x100)
|
|
Failed 1/1 subtests
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/00-load.t (Wstat: 256 Tests: 2 Failed: 1)
|
|
Failed test: 2
|
|
Non-zero exit status: 1
|
|
t/01-routes_pod_coverage.t (Wstat: 65280 Tests: 1 Failed: 1)
|
|
Failed test: 1
|
|
Non-zero exit status: 255
|
|
Parse errors: Bad plan. You planned 4 tests but ran 1.
|
|
t/03-pod-coverage.t (Wstat: 256 Tests: 1 Failed: 1)
|
|
Failed test: 1
|
|
Non-zero exit status: 1
|
|
Files=4, Tests=5, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.71 cusr 0.04 csys = 0.76 CPU)
|
|
Result: FAIL
|
|
Failed 3/4 test programs. 3/5 subtests failed.
|
|
Makefile:858: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 1
|
|
! Installing Dancer2::Plugin::RoutePodCoverage failed. See /home/ryan/.cpanm/work/1493089693.30939/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose Dancer2::Plugin::RoutePodCoverage] terminated with exit code 1 ($? = 256) under the following perl environment:
|
|
Command terminated with non-zero status.
|
|
|
|
|
|
Current perl:
|
|
Name: perl-blead
|
|
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
|
|
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
Compiled at: Mar 30 2017 03:10:09
|
|
|
|
perlbrew:
|
|
version: 0.78
|
|
ENV:
|
|
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
|
|
PERLBREW_HOME: /home/ryan/.perlbrew
|
|
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man
|