PATH=C:\mingw\bin;C:\cygwin\bin;C:\cpanfly-5.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\instantclient_11_2;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2014-10-05T18:49:00 ActivePerl-2000 CPAN-2.00 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK PATH=C:/CPANFL~1.20/var/libs/bin;C:\mingw\bin;C:\cygwin\bin;C:\CPANFL~1.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Reading 'C:\cpanfly-5.20\var\cpan\Metadata' Database was generated on Sun, 05 Oct 2014 21:41: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.20\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.20\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/Mojolicious/Plugin/Geo.pm blib\lib\Mojolicious\Plugin\Geo.pm cp lib/example.pl blib\lib\example.pl ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 C:\Perl-5.20\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t [Sun Oct 5 18:49:09 2014] [debug] Your secret passphrase needs to be changed!!! [Sun Oct 5 18:49:09 2014] [debug] GET "/". [Sun Oct 5 18:49:09 2014] [debug] Routing to a callback. [Sun Oct 5 18:49:09 2014] [error] Can't locate object method "render_text" via package "Mojolicious::Controller" at t/basic.t line 13. [Sun Oct 5 18:49:09 2014] [debug] Template "exception.development.html.ep" not found. [Sun Oct 5 18:49:09 2014] [debug] Template "exception.html.ep" not found. [Sun Oct 5 18:49:09 2014] [debug] Rendering inline template "3e3201ab0667c1fc7f39089209f0435c". [Sun Oct 5 18:49:09 2014] [debug] Rendering inline template "e9390393841cf5d4025baa2848b76dd8". [Sun Oct 5 18:49:09 2014] [debug] 500 Internal Server Error (0.043504s, 22.986/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.20/var/megalib/Carp.pm:166
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious/Controller.pm:34
#
#
t/basic.t:13
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious.pm:126
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious/Plugins.pm:20
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious/Plugins.pm:23
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious/Routes.pm:104
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious/Routes.pm:117
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious/Routes.pm:42
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious/Routes.pm:51
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious.pm:118
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious.pm:127
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious/Plugins.pm:20
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious.pm:206
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious.pm:206
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious/Plugins.pm:20
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious/Plugins.pm:23
#
#
C:/cpanfly-5.20/var/megalib/Mojolicious.pm:133
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Server.pm:67
#
#
C:/cpanfly-5.20/var/megalib/Mojo/EventEmitter.pm:16
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Server/Daemon.pm:83
#
#
C:/cpanfly-5.20/var/megalib/Mojo/EventEmitter.pm:16
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Transaction/HTTP.pm:65
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Server/Daemon.pm:186
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Server/Daemon.pm:166
#
#
C:/cpanfly-5.20/var/megalib/Mojo/EventEmitter.pm:16
#
#
C:/cpanfly-5.20/var/megalib/Mojo/IOLoop/Stream.pm:116
#
#
C:/cpanfly-5.20/var/megalib/Mojo/IOLoop/Stream.pm:53
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Reactor/Poll.pm:117
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Reactor/Poll.pm:117
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Reactor/EV.pm:52
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Reactor/EV.pm:43
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Reactor/EV.pm:24
#
#
C:/cpanfly-5.20/var/megalib/Mojo/Reactor/EV.pm:24
#
#
C:/cpanfly-5.20/var/megalib/Mojo/IOLoop.pm:130
#
#
C:/cpanfly-5.20/var/megalib/Mojo/UserAgent.pm:60
#
#
C:/cpanfly-5.20/var/megalib/Test/Mojo.pm:362
#
#
C:/cpanfly-5.20/var/megalib/Test/Mojo.pm:311
#
#
C:/cpanfly-5.20/var/megalib/Test/Mojo.pm:113
#
#
t/basic.t:17
#
#
#
tap for more
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Method:
GET
URL:
/
Base URL:
http://localhost:1571
Parameters:
{}
# 
Stash:
{
#   "cb" => sub { "DUMMY" }
# }
# 
Session:
{}
# 
Version:
1.1
Accept-Encoding:
gzip
Connection:
keep-alive
Content-Length:
0
Host:
localhost:1571
User-Agent:
Mojolicious (Perl)
#
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Perl:
v5.20.1 (MSWin32)
Mojolicious:
5.47 (Tiger Face)
Home:
C:\cpanfly-5.20\var\cpan\build\Mojolicious-Plugin-Geo-0.02-411MIl\t
Template paths:
[
#   "C:\\cpanfly-5.20\\var\\cpan\\build\\Mojolicious-Plugin-Geo-0.02-411MIl\\t\\templates"
# ]
# 
Template classes:
[
#   "main"
# ]
# 
Static paths:
[
#   "C:\\cpanfly-5.20\\var\\cpan\\build\\Mojolicious-Plugin-Geo-0.02-411MIl\\t\\public"
# ]
# 
Static classes:
[
#   "main"
# ]
# 
Include:
[
#   "C:\\cpanfly-5.20\\var\\cpan\\build\\Mojolicious-Plugin-Geo-0.02-411MIl\\blib\\lib",
#   "C:\\cpanfly-5.20\\var\\cpan\\build\\Mojolicious-Plugin-Geo-0.02-411MIl\\blib\\arch",
#   "C:/cpanfly-5.20/var/megalib",
#   "C:/cpanfly-5.20/var/megalib",
#   "C:/Perl-5.20/site/lib",
#   "C:/Perl-5.20/lib",
#   "."
# ]
# 
Config:
{}
# 
Moniker:
basic
Name:
t/basic.t
Executable:
C:\Perl-5.20\bin\perl.exe
PID:
15604
Time:
Sun Oct  5 18:49:09 2014
#
#
tap for more
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # #
#
[Sun Oct  5 18:49:09 2014] [debug] Your secret passphrase needs to be changed!!!
# 
#
#
[Sun Oct  5 18:49:09 2014] [debug] GET "/".
# 
#
#
[Sun Oct  5 18:49:09 2014] [debug] Routing to a callback.
# 
#
#
[Sun Oct  5 18:49:09 2014] [error] Can't locate object method "render_text" via package "Mojolicious::Controller" at t/basic.t line 13.
# 
# 
#
#
[Sun Oct  5 18:49:09 2014] [debug] Template "exception.development.html.ep" not found.
# 
#
#
[Sun Oct  5 18:49:09 2014] [debug] Template "exception.html.ep" not found.
# 
#
#
[Sun Oct  5 18:49:09 2014] [debug] Rendering inline template "3e3201ab0667c1fc7f39089209f0435c".
# 
#
#
[Sun Oct  5 18:49:09 2014] [debug] Rendering inline template "e9390393841cf5d4025baa2848b76dd8".
# 
#
#
#
# # # # ' # 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 2014-10-05T18:49:09