Report for Plack-Middleware-DoCoMoGUID-0.06

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Plack-Middleware-DoCoMoGUID-0.06 v5.15.9 GNU/Linux
Date: 2012-04-12T01:28:35Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Keiji Yoshimi,

This is a computer-generated report for Plack-Middleware-DoCoMoGUID-0.06
on perl 5.15.9, created by CPAN-Reporter-1.2005.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /bbbike/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t xt/*.t
t/00_compile.t ............ ok
t/01_redirect_filter.t .... ok
t/02_html_sticky_query.t .. ok
t/03_check_param.t ........ ok

#   Failed test 'Test::Perl::Critic for "lib/Plack/Middleware/DoCoMoGUID.pm"'
#   at /home/eserte/var/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4/lib/site_perl/5.15.9/Test/Perl/Critic.pm line 110.
# 
# Perl::Critic found these violations in "lib/Plack/Middleware/DoCoMoGUID.pm":
# Variable, subroutine, and package names have to be in CamelCase at line 12, column 1.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 16.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 15, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 16, column 10.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 17, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 17, column 27.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 19, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 19, column 68.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 19, column 73.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 19, column 80.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 20, column 5.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 20, column 64.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 20, column 70.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 21, column 5.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 21, column 60.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 21, column 66.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 12.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 22, column 16.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 19.  (no explanation).  (Severity: 5)

#   Failed test 'Test::Perl::Critic for "lib/Plack/Middleware/DoCoMoGUID/CheckParam.pm"'
#   at /home/eserte/var/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4/lib/site_perl/5.15.9/Test/Perl/Critic.pm line 110.
# 
# Perl::Critic found these violations in "lib/Plack/Middleware/DoCoMoGUID/CheckParam.pm":
# Variable, subroutine, and package names have to be in CamelCase at line 8, column 1.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 9, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 9, column 16.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 10, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 10, column 18.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 11, column 5.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 11, column 5.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 35.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 14, column 5.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 14, column 21.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 15, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 16, column 12.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 16, column 27.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 17, column 23.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 17, column 35.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 18, column 13.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 21, column 10.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 12.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 49.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 22, column 49.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 77.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 22, column 77.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 98.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 22, column 98.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 120.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 22, column 120.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 23, column 12.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 23, column 28.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 24, column 12.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 24, column 26.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 24, column 30.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 25, column 16.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 25, column 31.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 26, column 18.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 26, column 30.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 27, column 24.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 27, column 24.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 27, column 34.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 30, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 30, column 29.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 30, column 40.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 30, column 44.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 31, column 37.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 31, column 41.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 33, column 16.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 33, column 21.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Method invokation should use "()" at line 33, column 26.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 33, column 29.  (no explanation).  (Severity: 5)

#   Failed test 'Test::Perl::Critic for "lib/Plack/Middleware/DoCoMoGUID/HTMLStickyQuery.pm"'
#   at /home/eserte/var/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4/lib/site_perl/5.15.9/Test/Perl/Critic.pm line 110.
# 
# Perl::Critic found these violations in "lib/Plack/Middleware/DoCoMoGUID/HTMLStickyQuery.pm":
# Variable, subroutine, and package names have to be in CamelCase at line 8, column 1.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 9, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 9, column 16.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 10, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 10, column 15.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 10, column 20.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Method invokation should use "()" at line 10, column 25.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 10, column 28.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 11, column 10.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 11, column 10.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 12, column 12.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 12, column 23.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 12, column 23.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 12.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 20.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 13, column 20.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 14, column 12.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 14, column 52.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 14, column 52.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 15, column 14.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 15, column 31.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 16, column 16.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 16, column 55.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 17, column 13.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 17, column 13.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 18, column 13.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 18, column 21.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 19, column 29.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 20, column 19.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 20, column 48.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 45.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 22, column 45.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 23, column 41.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 23, column 41.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 23, column 77.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 25, column 13.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 25, column 13.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 25, column 27.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 29, column 12.  (no explanation).  (Severity: 5)

#   Failed test 'Test::Perl::Critic for "lib/Plack/Middleware/DoCoMoGUID/RedirectFilter.pm"'
#   at /home/eserte/var/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4/lib/site_perl/5.15.9/Test/Perl/Critic.pm line 110.
# 
# Perl::Critic found these violations in "lib/Plack/Middleware/DoCoMoGUID/RedirectFilter.pm":
# Variable, subroutine, and package names have to be in CamelCase at line 8, column 1.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 9, column 9.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 9, column 16.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 10, column 8.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 10, column 15.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 10, column 20.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Method invokation should use "()" at line 10, column 25.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 10, column 28.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 11, column 10.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 11, column 10.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 11, column 30.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 11, column 30.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 12, column 12.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 12, column 48.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 12, column 48.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 12.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 28.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 16, column 14.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 16, column 18.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 16, column 30.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 16, column 30.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 16, column 51.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 16, column 51.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 17, column 16.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 17, column 26.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 18, column 13.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 18, column 13.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 20, column 16.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 20, column 30.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 20, column 34.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 21, column 16.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 20.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 35.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 23, column 32.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 23, column 44.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 24, column 21.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 24, column 36.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 27, column 23.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 28, column 20.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 28, column 42.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 28, column 42.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 28, column 65.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 29, column 22.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 29, column 29.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 29, column 33.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 30, column 17.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 30, column 34.  (no explanation).  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 31, column 41.  (no explanation).  (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 31, column 41.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 31, column 64.  (no explanation).  (Severity: 5)
# Method invokation should use "()" at line 31, column 68.  Use "->MethodName()" instead of "->MethodName".  (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 36, column 12.  (no explanation).  (Severity: 5)
# Looks like you failed 4 tests of 4.
xt/02_perlcritic.t ........ 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/4 subtests 
xt/03_pod.t ............... ok

Test Summary Report
-------------------
xt/02_perlcritic.t      (Wstat: 1024 Tests: 4 Failed: 4)
  Failed tests:  1-4
  Non-zero exit status: 4
Files=6, Tests=18,  2 wallclock secs ( 0.02 usr  0.03 sys +  1.43 cusr  0.12 csys =  1.60 CPU)
Result: FAIL
Failed 1/6 test programs. 4/18 subtests failed.
make: *** [test_dynamic] Error 255

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                         Need Have   
    ------------------------------ ---- -------
    HTML::StickyQuery::DoCoMoGUID  0    0.03   
    Plack::Middleware              0    0      
    URI                            0    1.60   

build_requires:

    Module                         Need Have   
    ------------------------------ ---- -------
    ExtUtils::MakeMaker            6.36 6.63_02
    HTML::TreeBuilder::XPath       0    0.14   
    HTTP::Request                  0    6.00   
    Module::Install::ReadmeFromPod 0    0.18   
    Plack::Test                    0    0      
    Test::LoadAllModules           0    0.021  
    Test::More                     0    0.98   

configure_requires:

    Module                         Need Have   
    ------------------------------ ---- -------
    ExtUtils::MakeMaker            6.36 6.63_02


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    DBIC_NO_WARN_BAD_PERL = 1
    LANG = C
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/eserte/bin/linux-gnu:/home/eserte/bin/sh:/home/eserte/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/games:/home/eserte/devel:/home/eserte/work/cpan-testers-parallelsmoker/utils
    PERL5LIB = /home/eserte/.cpan/build/PDL-Graphics-PLplot-0.61-ILmw6k/blib/arch:/home/eserte/.cpan/build/PDL-Graphics-PLplot-0.61-ILmw6k/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 27859
    PERL5_CPAN_IS_RUNNING = 27859
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 6332,27859
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CPAN_REPORTER_DIR = /home/eserte/var/ctps/5159linux/config/perl-v5.15.9-123-gbd9cbc4/cpanreporter
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    PERL_PARALLEL_SMOKER = yes
    PERL_TEST_UNPATCHED = 1
    SHELL = /bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1001

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /bbbike/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4/bin/perl
    $UID/$EUID = 1001 / 1001
    $GID = 1001 4 1001
    $EGID = 1001 4 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.120921
    Cwd                 3.39_02 
    ExtUtils::CBuilder  0.280206
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.58    
    ExtUtils::MakeMaker 6.63_02 
    ExtUtils::Manifest  1.61    
    ExtUtils::ParseXS   3.16    
    File::Spec          3.39_02 
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.40    
    Module::Signature   0.68    
    Parse::CPAN::Meta   1.4404  
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.80    
    YAML::Syck          1.20    
    version             0.97    


--

Summary of my perl5 (revision 5 version 15 subversion 9) configuration:
  Commit id: bd9cbc460bc6144f7e4cfc82772b389efe6331e3
  Platform:
    osname=linux, osvers=2.6.32-5-xen-amd64, archname=x86_64-linux
    uname='linux eserte 2.6.32-5-xen-amd64 #1 smp mon jan 16 20:48:30 utc 2012 x86_64 gnulinux '
    config_args='-ds -e -Uversiononly -Dinstallusrbinperl=n -Dusedevel -Dprefix=/home/eserte/var/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.4.5', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/../lib /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64
    libs=-lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.11.3.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.11.3'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Built under linux
  Compiled at Apr  8 2012 23:00:53
  %ENV:
    PERL5LIB="/home/eserte/.cpan/build/PDL-Graphics-PLplot-0.61-ILmw6k/blib/arch:/home/eserte/.cpan/build/PDL-Graphics-PLplot-0.61-ILmw6k/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="27859"
    PERL5_CPAN_IS_RUNNING="27859"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="6332,27859"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CPAN_REPORTER_DIR="/home/eserte/var/ctps/5159linux/config/perl-v5.15.9-123-gbd9cbc4/cpanreporter"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_HTML_DISPLAY_CLASS="HTML::Display::Mozilla"
    PERL_PARALLEL_SMOKER="yes"
    PERL_TEST_UNPATCHED="1"
  @INC:
    /home/eserte/.cpan/build/PDL-Graphics-PLplot-0.61-ILmw6k/blib/arch
    /home/eserte/.cpan/build/PDL-Graphics-PLplot-0.61-ILmw6k/blib/lib
    /home/eserte/var/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4/lib/site_perl/5.15.9/x86_64-linux
    /home/eserte/var/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4/lib/site_perl/5.15.9
    /home/eserte/var/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4/lib/5.15.9/x86_64-linux
    /home/eserte/var/ctps/5159linux/install/perl-v5.15.9-123-gbd9cbc4/lib/5.15.9
    .