PATH=C:\MinGW-32\bin;C:\cygwin\bin;C:\cpanfly-5.22-32\var\megalib\bin;C:\Perl-5.22-32\site\bin;C:\Perl-5.22-32\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\cpanfly-5.22-32\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\cpanfly-5.22-32\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\mysql-5.5.45-x64\bin;C:\mysql-5.5.45-x64\bin;=C:\mysql-5.5.45-win32\bin Start 2015-10-05T03:50:51 ActivePerl-2200 CPAN-2.00 PATH=C:\MinGW-32\bin;C:\cygwin\bin;C:\CPANFL~1.22-\var\megalib\bin;C:\PERL-5~1.22-\site\bin;C:\PERL-5~1.22-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\CPANFL~1.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\CPANFL~1.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WINDOW~1\v1.0\ Reading 'C:\cpanfly-5.22-32\var\cpan\Metadata' Database was generated on Mon, 05 Oct 2015 05:17:02 GMT Running make for E/EL/ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/E/EL/ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz Checksum for C:\cpanfly-5.22-32\var\cpan\sources\authors\id\E\EL\ELBOW\Mojolicious-Plugin-Geo-0.02.tar.gz ok Mojolicious-Plugin-Geo-0.02/ Mojolicious-Plugin-Geo-0.02/t/ Mojolicious-Plugin-Geo-0.02/t/basic.t Mojolicious-Plugin-Geo-0.02/Makefile.PL Mojolicious-Plugin-Geo-0.02/lib/ Mojolicious-Plugin-Geo-0.02/lib/example.pl Mojolicious-Plugin-Geo-0.02/lib/Mojolicious/ Mojolicious-Plugin-Geo-0.02/lib/Mojolicious/Plugin/ Mojolicious-Plugin-Geo-0.02/lib/Mojolicious/Plugin/Geo.pm Mojolicious-Plugin-Geo-0.02/README Mojolicious-Plugin-Geo-0.02/META.yml Mojolicious-Plugin-Geo-0.02/MANIFEST CPAN.pm: Building E/EL/ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz >>> C:\Perl-5.22-32\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Mojolicious::Plugin::Geo Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/example.pl blib\lib\example.pl cp lib/Mojolicious/Plugin/Geo.pm blib\lib\Mojolicious\Plugin\Geo.pm ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.22-32\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t [Mon Oct 5 03:51:01 2015] [debug] Your secret passphrase needs to be changed [Mon Oct 5 03:51:01 2015] [debug] GET "/" [Mon Oct 5 03:51:01 2015] [debug] Routing to a callback [Mon Oct 5 03:51:01 2015] [error] Can't locate object method "render_text" via package "Mojolicious::Controller" at t/basic.t line 13. [Mon Oct 5 03:51:01 2015] [debug] Template "exception.development.html.ep" not found [Mon Oct 5 03:51:01 2015] [debug] Template "exception.html.ep" not found [Mon Oct 5 03:51:01 2015] [debug] Rendering inline template "fd403ab55a4c875e35b42428816134c7" [Mon Oct 5 03:51:01 2015] [debug] Rendering inline template "5c56e02d3f6bef1b561eb2fd795ceacc" [Mon Oct 5 03:51:01 2015] [debug] 500 Internal Server Error (0.043095s, 23.205/s) # Failed test '200 OK' # at t/basic.t line 17. # got: '500' # expected: '200' # Failed test 'exact match for content' # at t/basic.t line 17. # got: ' # # # Server error (development mode) # # # # # # # # # #
# #
# # #
#
# # # #
#
#
#
Can't locate object method "render_text" via package "Mojolicious::Controller" at t/basic.t line 13.
# 
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
8 #
#
9 #
plugin 'geo';
#
10 #
#
11 #
get '/' => sub {
#
12 #
  my $self = shift;
#
13 #
  $self->render_text('Hello Mojo!');
#
14 #
};
#
15 #
#
16 #
my $t = Test::Mojo->new;
#
17 #
$t->get_ok('/')->status_is(200)->content_is('Hello Mojo!');
#
#
#
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
C:/cpanfly-5.22-32/var/megalib/Carp.pm:166
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious/Controller.pm:31
#
#
t/basic.t:13
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious.pm:120
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious/Plugins.pm:15
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious/Plugins.pm:18
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious/Routes.pm:93
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious/Routes.pm:100
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious/Routes.pm:35
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious/Routes.pm:44
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious.pm:111
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious.pm:121
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious/Plugins.pm:15
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious.pm:197
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious.pm:197
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious/Plugins.pm:15
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious/Plugins.pm:18
#
#
C:/cpanfly-5.22-32/var/megalib/Mojolicious.pm:127
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/Server.pm:68
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/EventEmitter.pm:15
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/Server/Daemon.pm:91
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/EventEmitter.pm:15
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/Transaction/HTTP.pm:65
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/Server/Daemon.pm:199
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/Server/Daemon.pm:179
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/EventEmitter.pm:15
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/IOLoop/Stream.pm:97
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/IOLoop/Stream.pm:48
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/Reactor/Poll.pm:143
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/Reactor/Poll.pm:143
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/Reactor/EV.pm:48
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/Reactor/EV.pm:27
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/Reactor/EV.pm:27
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/IOLoop.pm:134
#
#
C:/cpanfly-5.22-32/var/megalib/Mojo/UserAgent.pm:60
#
#
C:/cpanfly-5.22-32/var/megalib/Test/Mojo.pm:372
#
#
C:/cpanfly-5.22-32/var/megalib/Test/Mojo.pm:321
#
#
C:/cpanfly-5.22-32/var/megalib/Test/Mojo.pm:120
#
#
t/basic.t:17
#
#
#
tap for more
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Method:
GET
URL:
/
Base URL:
http://127.0.0.1:58820
Parameters:
{}
# 
Stash:
{
#   "cb" => sub { "DUMMY" }
# }
# 
Session:
{}
# 
Version:
1.1
Accept-Encoding:
gzip
Content-Length:
0
Host:
127.0.0.1:58820
User-Agent:
Mojolicious (Perl)
#
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Perl:
v5.22.0 (MSWin32)
Mojolicious:
6.15 (Clinking Beer Mugs)
Home:
C:\cpanfly-5.22-32\var\cpan\build\Mojolicious-Plugin-Geo-0.02-OWAZH8\t
Template paths:
[
#   "C:\\cpanfly-5.22-32\\var\\cpan\\build\\Mojolicious-Plugin-Geo-0.02-OWAZH8\\t\\templates"
# ]
# 
Template classes:
[
#   "main"
# ]
# 
Static paths:
[
#   "C:\\cpanfly-5.22-32\\var\\cpan\\build\\Mojolicious-Plugin-Geo-0.02-OWAZH8\\t\\public"
# ]
# 
Static classes:
[
#   "main"
# ]
# 
Include:
[
#   "C:\\cpanfly-5.22-32\\var\\cpan\\build\\Mojolicious-Plugin-Geo-0.02-OWAZH8\\blib\\lib",
#   "C:\\cpanfly-5.22-32\\var\\cpan\\build\\Mojolicious-Plugin-Geo-0.02-OWAZH8\\blib\\arch",
#   "C:/cpanfly-5.22-32/var/megalib",
#   "C:/cpanfly-5.22-32/var/megalib",
#   "C:/Perl-5.22-32/site/lib",
#   "C:/Perl-5.22-32/lib",
#   "."
# ]
# 
Config:
{}
# 
Moniker:
basic
Name:
t/basic.t
Executable:
C:\Perl-5.22-32\bin\perl.exe
PID:
15088
Time:
Mon Oct  5 03:51:01 2015
#
#
tap for more
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # #
#
[Mon Oct  5 03:51:01 2015] [debug] Your secret passphrase needs to be changed
# 
#
#
[Mon Oct  5 03:51:01 2015] [debug] GET "/"
# 
#
#
[Mon Oct  5 03:51:01 2015] [debug] Routing to a callback
# 
#
#
[Mon Oct  5 03:51:01 2015] [error] Can't locate object method "render_text" via package "Mojolicious::Controller" at t/basic.t line 13.
# 
# 
#
#
[Mon Oct  5 03:51:01 2015] [debug] Template "exception.development.html.ep" not found
# 
#
#
[Mon Oct  5 03:51:01 2015] [debug] Template "exception.html.ep" not found
# 
#
#
[Mon Oct  5 03:51:01 2015] [debug] Rendering inline template "fd403ab55a4c875e35b42428816134c7"
# 
#
#
[Mon Oct  5 03:51:01 2015] [debug] Rendering inline template "5c56e02d3f6bef1b561eb2fd795ceacc"
# 
#
#
#
# # # # ' # expected: 'Hello Mojo!' # Looks like you failed 2 tests of 3. t/basic.t .. 1..3 ok 1 - GET / not ok 2 - 200 OK not ok 3 - exact match for content Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests Test Summary Report ------------------- t/basic.t (Wstat: 512 Tests: 3 Failed: 2) Failed tests: 2-3 Non-zero exit status: 2 Files=1, Tests=3, 3 wallclock secs ( 0.06 usr + 0.01 sys = 0.08 CPU) Result: FAIL Failed 1/1 test programs. 2/3 subtests failed. dmake: Error code 130, while making 'test_dynamic' ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz Finished 2015-10-05T03:51:01