/tmp/MojoMojo$ mojomojo_server.pl
Couldn't load class (Catalyst::Engine::CGI) because: Couldn't load class (Catalyst::Engine) because: Couldn't load class (MooseX::Emulate::Class::Accessor::Fast) because: Can't locate object method "get_mutable_metaclass_name" via package "Class::MOP::Class::Immutable::Class::MOP::Class" at /tmp/MojoMojo/bin/../lib/perl5/Moose/Meta/Class.pm line 344.
Compilation failed in require at /tmp/MojoMojo/bin/../lib/perl5/MooseX/Emulate/Class/Accessor/Fast.pm line 7.
####
aptitude install libxml2 libpng-dev libgif-dev libjpeg-dev expat libexpat1-dev docbook-xsl
####
Test-WWW-Mechanize-1.24# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00load.t .............. 1/1 # Testing Test::WWW::Mechanize 1.24, with WWW::Mechanize 1.60, LWP 5.831, Perl 5.010000, /usr/bin/perl
t/00load.t .............. ok
t/autolint.t ............ skipped: HTML::Lint is not installed, cannot test autolint
t/back_ok.t ............. 2/11
# Failed test 'Fails to get nonexistent URI and reports failure'
# at t/back_ok.t line 59.
# STDERR is:
# # Failed test 'Try to get bad URL'
# # at t/back_ok.t line 58.
# # 504
# # Gateway Time-out
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/back_ok\.t line 58.*\n?/
#
# # 500
#
# # Can't connect to wango.nonexistent.xx-only-testing:80 (Bad hostname 'wango.nonexistent.xx-only-testing')
#
# as expected
t/back_ok.t ............. Failed 1/11 subtests
t/click_ok.t ............ ok
t/content_contains.t .... 2/5
# Failed test 'Handles not finding it'
# at t/content_contains.t line 39.
# STDERR is:
# # Failed test 'Where is Mungo?'
# # at t/content_contains.t line 38.
# # searched: "\x{0a} \x{0a} Test Page\x{0a} \x{0a} \x{0a} Test Page
\x{0a} line 16.
Use of uninitialized value $v in concatenation (.) or string at /usr/share/perl5/Net/HTTP/Methods.pm line 154, line 16.
# Failed test 'PUTs existing URI and reports success'
# at t/put_ok.t line 38.
# STDOUT is:
# not ok 1 - Try to PUT goodlinks.html
#
# not:
# ok 1 - Try to PUT goodlinks.html
#
# as expected
# STDERR is:
# # Failed test 'Try to PUT goodlinks.html'
# # at t/put_ok.t line 37.
# # 411
# # Length Required
#
# not:
#
# as expected
# Failed test 'And the result should be true'
# at t/put_ok.t line 40.
Use of uninitialized value $v in substitution (s///) at /usr/share/perl5/LWP/Protocol/http.pm line 159, line 16.
Use of uninitialized value $v in concatenation (.) or string at /usr/share/perl5/Net/HTTP/Methods.pm line 154, line 16.
# Failed test 'PUTs existing URI and reports success - default desc'
# at t/put_ok.t line 45.
# STDOUT is:
# not ok 1 - PUT http://localhost:13432/goodlinks.html
#
# not:
# ok 1 - PUT http://localhost:13432/goodlinks.html
#
# as expected
# STDERR is:
# # Failed test 'PUT http://localhost:13432/goodlinks.html'
# # at t/put_ok.t line 44.
# # 411
# # Length Required
#
# not:
#
# as expected
Use of uninitialized value $v in substitution (s///) at /usr/share/perl5/LWP/Protocol/http.pm line 159, line 16.
Use of uninitialized value $v in concatenation (.) or string at /usr/share/perl5/Net/HTTP/Methods.pm line 154, line 16.
# Failed test 'Fails to PUT nonexistent URI and reports failure'
# at t/put_ok.t line 58.
# STDERR is:
# # Failed test 'Try to PUT bad URL'
# # at t/put_ok.t line 57.
# # 411
# # Length Required
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/put_ok\.t line 57.*\n?/
#
# # 500
#
# # Can't connect to wango.nonexistent.xx-only-testing:80 (Bad hostname 'wango.nonexistent.xx-only-testing')
#
# as expected
t/put_ok.t .............. Failed 5/11 subtests
t/stuff_inputs.t ........ ok
t/submit_form_ok.t ...... ok
Test Summary Report
-------------------
t/back_ok.t (Wstat: 0 Tests: 11 Failed: 1)
Failed test: 9
t/content_contains.t (Wstat: 0 Tests: 5 Failed: 1)
Failed test: 5
t/get_ok.t (Wstat: 0 Tests: 11 Failed: 1)
Failed test: 9
t/head_ok.t (Wstat: 0 Tests: 11 Failed: 1)
Failed test: 9
t/put_ok.t (Wstat: 0 Tests: 11 Failed: 5)
Failed tests: 3-4, 6-7, 9
Files=25, Tests=200, 19 wallclock secs ( 0.04 usr 0.03 sys + 2.86 cusr 0.31 csys = 3.24 CPU)
Result: FAIL
Failed 5/25 test programs. 9/200 subtests failed.
make: *** [test_dynamic] Error 255