Report for Catalyst-Runtime-5.90103

Back
From: metabase:user:30977d10-2aae-11df-837a-5e0a49663a4f
Subject: PASS Catalyst-Runtime-5.90103 v5.22.1 GNU/Linux
Date: 2015-12-14T13:44:33Z

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 Matt S Trout,

This is a computer-generated report for Catalyst-Runtime-5.90103
on perl 5.22.1, created by CPAN-Reporter-1.2015.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

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

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

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

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

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

PERL_DL_NONLAZY=1 "/home/stro/perl/5.22.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/aggregate/*.t
t/01use.t ............................................................. ok
[error] Unknown resource "test_model"
t/accept_context_regression.t ......................................... ok
t/aggregate.t ......................................................... skipped: No test aggregation requested
t/aggregate/c3_appclass_bug.t ......................................... ok
t/aggregate/c3_mro.t .................................................. ok
t/aggregate/caf_backcompat.t .......................................... ok
t/aggregate/catalyst_test_utf8.t ...................................... ok
t/aggregate/custom_live_component_controller_action_auto_doublebug.t .. ok
t/aggregate/custom_live_path_bug.t .................................... ok
t/aggregate/deprecated_test_import.t .................................. ok
t/aggregate/deprecated_test_unimported.t .............................. ok
t/aggregate/error_page_dump.t ......................................... ok
t/aggregate/live_component_controller_action_action.t ................. ok
t/aggregate/live_component_controller_action_auto.t ................... ok
t/aggregate/live_component_controller_action_begin.t .................. ok
t/aggregate/live_component_controller_action_chained.t ................ ok
t/aggregate/live_component_controller_action_chained2.t ............... ok
t/aggregate/live_component_controller_action_default.t ................ ok
t/aggregate/live_component_controller_action_detach.t ................. ok
t/aggregate/live_component_controller_action_die_in_end.t ............. ok
t/aggregate/live_component_controller_action_end.t .................... ok
t/aggregate/live_component_controller_action_forward.t ................ ok
t/aggregate/live_component_controller_action_global.t ................. ok
t/aggregate/live_component_controller_action_go.t ..................... ok
t/aggregate/live_component_controller_action_index.t .................. ok
t/aggregate/live_component_controller_action_index_or_default.t ....... ok
t/aggregate/live_component_controller_action_inheritance.t ............ ok
t/aggregate/live_component_controller_action_local.t .................. ok
t/aggregate/live_component_controller_action_multipath.t .............. ok
t/aggregate/live_component_controller_action_path.t ................... ok
t/aggregate/live_component_controller_action_path_matchsingle.t ....... ok
t/aggregate/live_component_controller_action_private.t ................ ok
t/aggregate/live_component_controller_action_streaming.t .............. ok
t/aggregate/live_component_controller_action_visit.t .................. ok
t/aggregate/live_component_controller_actionroles.t ................... ok
t/aggregate/live_component_controller_anon.t .......................... ok
t/aggregate/live_component_controller_args.t .......................... ok
t/aggregate/live_component_controller_attributes.t .................... ok
t/aggregate/live_component_controller_httpmethods.t ................... ok
t/aggregate/live_component_controller_moose.t ......................... ok
t/aggregate/live_component_view_single.t .............................. ok
t/aggregate/live_engine_request_auth.t ................................ ok
t/aggregate/live_engine_request_body.t ................................ ok
t/aggregate/live_engine_request_body_demand.t ......................... ok
t/aggregate/live_engine_request_cookies.t ............................. ok
t/aggregate/live_engine_request_env.t ................................. ok
t/aggregate/live_engine_request_escaped_path.t ........................ ok
t/aggregate/live_engine_request_headers.t ............................. ok
t/aggregate/live_engine_request_parameters.t .......................... ok
t/aggregate/live_engine_request_prepare_parameters.t .................. ok
t/aggregate/live_engine_request_remote_user.t ......................... ok
t/aggregate/live_engine_request_uploads.t ............................. ok
t/aggregate/live_engine_request_uri.t ................................. ok
t/aggregate/live_engine_response_body.t ............................... ok
t/aggregate/live_engine_response_cookies.t ............................ ok
t/aggregate/live_engine_response_emptybody.t .......................... ok
t/aggregate/live_engine_response_errors.t ............................. ok
t/aggregate/live_engine_response_headers.t ............................ ok
t/aggregate/live_engine_response_large.t .............................. ok
t/aggregate/live_engine_response_print.t .............................. ok
t/aggregate/live_engine_response_redirect.t ........................... ok
t/aggregate/live_engine_response_status.t ............................. ok
t/aggregate/live_engine_setup_basics.t ................................ ok
t/aggregate/live_engine_setup_plugins.t ............................... ok
t/aggregate/live_loop.t ............................................... ok
t/aggregate/live_plugin_loaded.t ...................................... ok
t/aggregate/live_priorities.t ......................................... ok
t/aggregate/live_recursion.t .......................................... ok
t/aggregate/live_view_warnings.t ...................................... ok
t/aggregate/meta_method_unneeded.t .................................... ok
t/aggregate/psgi_file.t ............................................... ok
t/aggregate/to_app.t .................................................. ok
t/aggregate/unit_controller_actions.t ................................. ok
t/aggregate/unit_controller_config.t .................................. ok
t/aggregate/unit_controller_namespace.t ............................... ok
t/aggregate/unit_core_action.t ........................................ ok
t/aggregate/unit_core_action_for.t .................................... ok
t/aggregate/unit_core_appclass_roles_in_plugin_list.t ................. ok
t/aggregate/unit_core_classdata.t ..................................... ok
[warn] Used regexp fallback for $c->model('MyApp::V::View$'), which found 'MyApp::V::View'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You probably meant $c->model('MyApp::V::View') instead of $c->model('MyApp::V::View$'), but if you really wanted to search, pass in a regexp as the argument like so: $c->model(qr/MyApp::V::View$/) at t/aggregate/unit_core_component.t line 34.
[warn] Used regexp fallback for $c->model('MyApp::C::Controller$'), which found 'MyApp::C::Controller'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You probably meant $c->model('MyApp::C::Controller') instead of $c->model('MyApp::C::Controller$'), but if you really wanted to search, pass in a regexp as the argument like so: $c->model(qr/MyApp::C::Controller$/) at t/aggregate/unit_core_component.t line 35.
[warn] Used regexp fallback for $c->model('MyApp::M::Model$'), which found 'MyApp::M::Model'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You probably meant $c->model('MyApp::M::Model') instead of $c->model('MyApp::M::Model$'), but if you really wanted to search, pass in a regexp as the argument like so: $c->model(qr/MyApp::M::Model$/) at t/aggregate/unit_core_component.t line 36.
[warn] Used regexp fallback for $c->model('Mode'), which found 'MyApp::M::Model'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You probably meant $c->model('MyApp::M::Model') instead of $c->model('Mode'), but if you really wanted to search, pass in a regexp as the argument like so: $c->model(qr/Mode/) at t/aggregate/unit_core_component.t line 90.
t/aggregate/unit_core_component.t ..................................... ok
t/aggregate/unit_core_component_generating.t .......................... ok
t/aggregate/unit_core_component_layers.t .............................. ok
t/aggregate/unit_core_component_loading.t ............................. ok
t/aggregate/unit_core_component_mro.t ................................. ok
t/aggregate/unit_core_controller_actions_config.t ..................... ok
t/aggregate/unit_core_ctx_attr.t ...................................... ok
t/aggregate/unit_core_engine-prepare_path.t ........................... ok
t/aggregate/unit_core_engine_fixenv-iis6.t ............................ ok
t/aggregate/unit_core_engine_fixenv-lighttpd.t ........................ ok
t/aggregate/unit_core_log.t ........................................... ok
t/aggregate/unit_core_log_autoflush.t ................................. ok
t/aggregate/unit_core_merge_config_hashes.t ........................... ok
[warn] Attempted to use view 'MyMVCTestApp::View::View', but does not exist
[warn] Attempted to use view 'MyMVCTestApp::View::MyMVCTestApp::V::View$', but does not exist
[warn] Used regexp fallback for $c->view('MyMVCTestApp::V::View$'), which found 'MyMVCTestApp::V::View'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You probably meant $c->view('MyMVCTestApp::V::View') instead of $c->view('MyMVCTestApp::V::View$'), but if you really wanted to search, pass in a regexp as the argument like so: $c->view(qr/MyMVCTestApp::V::View$/) at t/aggregate/unit_core_mvc.t line 148.
[warn] Used regexp fallback for $c->controller('MyMVCTestApp::C::Controller$'), which found 'MyMVCTestApp::C::Controller'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You probably meant $c->controller('MyMVCTestApp::C::Controller') instead of $c->controller('MyMVCTestApp::C::Controller$'), but if you really wanted to search, pass in a regexp as the argument like so: $c->controller(qr/MyMVCTestApp::C::Controller$/) at t/aggregate/unit_core_mvc.t line 149.
[warn] Used regexp fallback for $c->model('MyMVCTestApp::M::Model$'), which found 'MyMVCTestApp::M::Model'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You probably meant $c->model('MyMVCTestApp::M::Model') instead of $c->model('MyMVCTestApp::M::Model$'), but if you really wanted to search, pass in a regexp as the argument like so: $c->model(qr/MyMVCTestApp::M::Model$/) at t/aggregate/unit_core_mvc.t line 150.
[warn] Attempted to use view 'MyMVCTestApp::View::::View::V', but does not exist
[warn] Used regexp fallback for $c->view('::View::V'), which found 'MyMVCTestApp::View::V'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You probably meant $c->view('V') instead of $c->view('::View::V'), but if you really wanted to search, pass in a regexp as the argument like so: $c->view(qr/::View::V/) at t/aggregate/unit_core_mvc.t line 197.
t/aggregate/unit_core_mvc.t ........................................... ok
t/aggregate/unit_core_path_to.t ....................................... ok
t/aggregate/unit_core_plugin.t ........................................ ok
t/aggregate/unit_core_script_cgi.t .................................... ok
t/aggregate/unit_core_script_create.t ................................. ok
t/aggregate/unit_core_script_fastcgi.t ................................ ok
t/aggregate/unit_core_script_help.t ................................... ok
t/aggregate/unit_core_script_run_options.t ............................ ok
t/aggregate/unit_core_script_server-without_modules.t ................. ok
t/aggregate/unit_core_script_server.t ................................. ok
t/aggregate/unit_core_scriptrunner.t .................................. ok
Term::Size::Any is not installed, can't autodetect terminal column width
Trouble trying to detect your terminal size, looking at $ENV{COLUMNS}
Cannot determine desired terminal width, using default of 80 columns
t/aggregate/unit_core_setup.t ......................................... ok
[debug] Debug messages enabled
[debug] Debug messages enabled
t/aggregate/unit_core_setup_log.t ..................................... ok
t/aggregate/unit_core_setup_stats.t ................................... ok
t/aggregate/unit_core_uri_for.t ....................................... ok
t/aggregate/unit_core_uri_for_action.t ................................ ok
t/aggregate/unit_core_uri_for_multibytechar.t ......................... ok
t/aggregate/unit_core_uri_with.t ...................................... ok
t/aggregate/unit_dispatcher_requestargs_restore.t ..................... ok
t/aggregate/unit_engineloader.t ....................................... ok
t/aggregate/unit_load_catalyst_test.t ................................. ok
t/aggregate/unit_metaclass_compat_extend_non_moose_controller.t ....... ok
t/aggregate/unit_metaclass_compat_non_moose.t ......................... ok
t/aggregate/unit_metaclass_compat_non_moose_controller.t .............. ok
t/aggregate/unit_response.t ........................................... ok
t/aggregate/unit_utils_env_value.t .................................... ok
t/aggregate/unit_utils_home.t ......................................... ok
t/aggregate/unit_utils_prefix.t ....................................... ok
t/aggregate/unit_utils_request.t ...................................... ok
t/aggregate/utf8_content_length.t ..................................... ok
args [20] do not match the type constraints in action 'user' at t/arg_constraints.t line 509.
captures [1 2 3 4 5] do not match the type constraints in actionchain ending with 'finally' at t/arg_constraints.t line 523.
args [a] do not match the type constraints in action 'finally' at t/arg_constraints.t line 532.
captures [a a 3 4 4] do not match the type constraints in actionchain ending with 'finally' at t/arg_constraints.t line 536.
args [1] do not match the type constraints in action 'heart' at t/arg_constraints.t line 545.
captures [2] do not match the type constraints in actionchain ending with 'utf8_end' at t/arg_constraints.t line 554.
t/arg_constraints.t ................................................... ok
Term::Size::Any is not installed, can't autodetect terminal column width
Trouble trying to detect your terminal size, looking at $ENV{COLUMNS}
Cannot determine desired terminal width, using default of 80 columns
t/args-empty-parens-bug.t ............................................. ok
t/args0_bug.t ......................................................... ok
t/bad_middleware_error.t .............................................. ok
t/body_fh.t ........................................................... ok
[error] No default action defined
t/class_traits.t ...................................................... ok
t/configured_comps.t .................................................. ok
t/consumes.t .......................................................... ok
t/content_negotiation.t ............................................... ok
t/custom_exception_class_simple.t ..................................... ok
[error] No default action defined
t/data_handler.t ...................................................... ok
t/dead_load_bad_args.t ................................................ skipped: Removing this test because constraint arg types allow this
t/dead_load_multiple_chained_attributes.t ............................. ok
t/dead_no_unknown_error.t ............................................. ok
t/dead_recursive_chained_attributes.t ................................. ok
t/deprecated.t ........................................................ ok
t/deprecated_appclass_action_warnings.t ............................... ok
t/dispatch_on_scheme.t ................................................ ok
t/encoding_set_in_app.t ............................................... ok
t/encoding_set_in_config.t ............................................ skipped: Need Catalyst::Plugin::ConfigLoader
t/head_middleware.t ................................................... ok
Term::Size::Any is not installed, can't autodetect terminal column width
Trouble trying to detect your terminal size, looking at $ENV{COLUMNS}
Cannot determine desired terminal width, using default of 80 columns
t/http_exceptions.t ................................................... ok
Term::Size::Any is not installed, can't autodetect terminal column width
Trouble trying to detect your terminal size, looking at $ENV{COLUMNS}
Cannot determine desired terminal width, using default of 80 columns
t/http_exceptions_backcompat.t ........................................ ok
t/http_method.t ....................................................... skipped: Test Cases are Sketch for next release
t/inject_component_util.t ............................................. ok
t/live_catalyst_test.t ................................................ ok
t/live_component_controller_context_closure.t ......................... skipped: CatalystX::LeakChecker 0.05 required for this test
t/live_fork.t ......................................................... ok
t/live_redirect_body.t ................................................ ok
t/live_show_internal_actions_warnings.t ............................... ok
Term::Size::Any is not installed, can't autodetect terminal column width
Trouble trying to detect your terminal size, looking at $ENV{COLUMNS}
Cannot determine desired terminal width, using default of 80 columns
t/live_stats.t ........................................................ ok
t/middleware-stash.t .................................................. ok
t/more-psgi-compat.t .................................................. ok
t/no_test_stash_bug.t ................................................. ok
t/not_utf8_query_bug.t ................................................ ok
t/optional_http-server-restart.t ...................................... skipped: set TEST_HTTP to enable this test
t/optional_lighttpd-fastcgi-non-root.t ................................ skipped: set TEST_LIGHTTPD to enable this test
t/optional_lighttpd-fastcgi.t ......................................... skipped: set TEST_LIGHTTPD to enable this test
t/optional_memleak.t .................................................. skipped: set TEST_MEMLEAK to enable this test
t/optional_stress.t ................................................... skipped: set TEST_STRESS to enable this test
t/optional_threads.t .................................................. skipped: set TEST_THREADS to enable this test
t/path_action_empty_brackets.t ........................................ ok
t/plack-middleware-config.t ........................................... skipped: Need Catalyst::Plugin::ConfigLoader
t/plack-middleware.t .................................................. ok
t/plugin_new_method_backcompat.t ...................................... ok
t/psgi-log.t .......................................................... ok
t/psgi_file_testapp.t ................................................. ok
t/psgi_utils.t ........................................................ ok
t/query_constraints.t ................................................. ok
t/remove_redundant_body.t ............................................. ok
t/set_allowed_method.t ................................................ ok
t/state.t ............................................................. ok
t/undef-params.t ...................................................... ok
t/unicode_plugin_charset_utf8.t ....................................... ok
t/unicode_plugin_config.t ............................................. skipped: Need Test::WWW::Mechanize::Catalyst for this test
t/unicode_plugin_live.t ............................................... skipped: Need Test::WWW::Mechanize::Catalyst for this test
t/unicode_plugin_no_encoding.t ........................................ ok
t/unicode_plugin_request_decode.t ..................................... ok
t/unit_core_methodattributes_method_metaclass_on_subclasses.t ......... ok
t/unit_core_script_test.t ............................................. ok
Term::Size::Any is not installed, can't autodetect terminal column width
Trouble trying to detect your terminal size, looking at $ENV{COLUMNS}
Cannot determine desired terminal width, using default of 80 columns
t/unit_stats.t ........................................................ ok
t/unit_utils_load_class.t ............................................. ok
t/unit_utils_subdir.t ................................................. ok
[error] Caught exception in MyApp::Controller::Root->stream_write_error "You may not change the encoding once the headers are finalized at t/utf_incoming.t line 190."
[warn] Useless setting a header value after finalize_headers and the response callback has been called. Not what you want.
[warn] Useless setting a header value after finalize_headers and the response callback has been called. Not what you want.
t/utf_incoming.t ...................................................... ok
All tests successful.

Test Summary Report
-------------------
t/aggregate/unit_core_uri_for.t                                     (Wstat: 0 Tests: 36 Failed: 0)
  TODO passed:   19
Files=186, Tests=3656, 132 wallclock secs ( 0.61 usr  0.12 sys + 123.40 cusr  3.89 csys = 128.02 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                                                     Need     Have    
    ---------------------------------------------------------- -------- --------
    Carp                                                       1.25     1.36    
    CGI::Simple::Cookie                                        1.109    1.114   
    CGI::Struct                                                0        1.21    
    Class::C3::Adopt::NEXT                                     0.07     0.14    
    Class::Data::Inheritable                                   0        0.08    
    Class::Load                                                0.12     0.23    
    Data::Dump                                                 0        1.23    
    Data::OptList                                              0        0.109   
    Devel::InnerPackage                                        0        0.4     
    Encode                                                     2.49     2.72    
    Hash::MultiValue                                           0        0.16    
    HTML::Entities                                             0        3.69    
    HTML::HeadParser                                           0        3.71    
    HTTP::Body                                                 1.22     1.22    
    HTTP::Headers                                              1.64     6.11    
    HTTP::Request                                              5.814    6.11    
    HTTP::Request::AsCGI                                       1.0      1.2     
    HTTP::Request::Common                                      0        6.11    
    HTTP::Response                                             5.813    6.11    
    HTTP::Status                                               0        6.11    
    IO::Scalar                                                 0        2.111   
    JSON::MaybeXS                                              1.000000 1.003005
    List::MoreUtils                                            0        0.413   
    LWP                                                        5.837    6.15    
    Module::Pluggable                                          4.7      5.2     
    Moose                                                      1.03     2.1604  
    MooseX::Emulate::Class::Accessor::Fast                     0.00903  0.00903 
    MooseX::Getopt                                             0.48     0.68    
    MooseX::MethodAttributes::Role::AttrContainer::Inheritable 0.24     0.31    
    MooseX::Role::WithOverloading                              0.09     0.17    
    MRO::Compat                                                0        0.12    
    namespace::autoclean                                       0.28     0.28    
    namespace::clean                                           0.23     0.26    
    Path::Class                                                0.09     0.35    
    perl                                                       5.008003 5.022001
    Plack                                                      0.9991   1.0039  
    Plack::Middleware::Conditional                             0        0       
    Plack::Middleware::ContentLength                           0        0       
    Plack::Middleware::FixMissingBodyInRedirect                0.09     0.12    
    Plack::Middleware::Head                                    0        0       
    Plack::Middleware::HTTPExceptions                          0        0       
    Plack::Middleware::IIS6ScriptNameFix                       0        0       
    Plack::Middleware::IIS7KeepAliveFix                        0        0       
    Plack::Middleware::LighttpdScriptNameFix                   0        0       
    Plack::Middleware::MethodOverride                          0.12     0.15    
    Plack::Middleware::RemoveRedundantBody                     0.03     0.04    
    Plack::Middleware::ReverseProxy                            0.04     0.15    
    Plack::Request::Upload                                     0        0       
    Plack::Test::ExternalServer                                0        0.02    
    Safe::Isa                                                  0        1.000005
    Scalar::Util                                               0        1.41    
    Stream::Buffered                                           0        0.03    
    String::RewritePrefix                                      0.004    0.007   
    Sub::Exporter                                              0        0.987   
    Task::Weaken                                               0        1.04    
    Test::Fatal                                                0        0.014   
    Test::More                                                 0.88     1.001014
    Text::Balanced                                             0        2.03    
    Text::SimpleTable                                          0.03     2.03    
    Time::HiRes                                                0        1.9726  
    Tree::Simple                                               1.15     1.26    
    Tree::Simple::Visitor::FindByPath                          0        0.12    
    Try::Tiny                                                  0.17     0.24    
    URI                                                        1.65     1.69    
    URI::ws                                                    0.03     0.03    

build_requires:

    Module                                                     Need     Have    
    ---------------------------------------------------------- -------- --------
    Data::Dump                                                 0        1.23    
    ExtUtils::MakeMaker                                        6.59     7.04_01 
    HTTP::Request::Common                                      0        6.11    
    HTTP::Status                                               0        6.11    
    IO::Scalar                                                 0        2.111   
    JSON::MaybeXS                                              0        1.003005
    Test::Fatal                                                0        0.014   
    Test::More                                                 0.88     1.001014

configure_requires:

    Module                                                     Need     Have    
    ---------------------------------------------------------- -------- --------
    ExtUtils::MakeMaker                                        6.59     7.04_01 


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 1754
    PERL5_CPAN_IS_RUNNING = 1754
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 31259,1754
    PERL_CR_SMOKER_CURRENT = CatalystX-CRUD-ModelAdapter-DBIC-0.14
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm

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

    $^X = /home/stro/perl/5.22.1/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 24 25 29 30 44 46 108 114 1000
    $EGID = 1000 24 25 29 30 44 46 108 114 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.11    
    CPAN::Meta          2.150001
    Cwd                 3.56    
    ExtUtils::CBuilder  0.280221
    ExtUtils::Command   1.20    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.04_01 
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.28    
    File::Spec          3.56    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4214  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.35    
    Test::More          1.001014
    YAML                1.15    
    YAML::Syck          n/a     
    version             0.9909  


--

Summary of my perl5 (revision 5 version 22 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux
    uname='linux vm-debian-001 3.16.0-4-amd64 #1 smp debian 3.16.7-ckt11-1 (2015-05-24) x86_64 gnulinux '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.9.2', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    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-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.19'
  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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF
  Built under linux
  Compiled at Dec 13 2015 18:58:39
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="1754"
    PERL5_CPAN_IS_RUNNING="1754"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="31259,1754"
    PERL_CR_SMOKER_CURRENT="CatalystX-CRUD-ModelAdapter-DBIC-0.14"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/stro/perl/5.22.1/lib/site_perl/5.22.1/x86_64-linux
    /home/stro/perl/5.22.1/lib/site_perl/5.22.1
    /home/stro/perl/5.22.1/lib/5.22.1/x86_64-linux
    /home/stro/perl/5.22.1/lib/5.22.1
    .