Report for Text-Xslate-3.4.0

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: PASS Text-Xslate-3.4.0 v5.22.2 FreeBSD
Date: 2017-01-20T06:48:55Z

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 Syohei Yoshida,

This is a computer-generated report for Text-Xslate-3.4.0
on perl 5.22.2, created by CPAN-Reporter-1.2018.

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:

none provided

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

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

"/usr/perl5.22.2p/bin/perl5.22.2" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Xslate.bs blib/arch/auto/Text/Xslate/Xslate.bs 644
PERL_DL_NONLAZY=1 "/usr/perl5.22.2p/bin/perl5.22.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch'); " t/*.t t/010_internals/*.t t/020_interface/*.t t/030_kolon/*.t t/040_tterse/*.t t/050_builtins/*.t t/100_plugin/*.t t/200_app/*.t t/300_examples/*.t t/900_bugs/*.t
# Testing Text::Xslate/3.4.0
# Backend: XS
# $ENV{XSLATE}=
t/000_load.t .................................... ok
t/010_internals/001_parse.t ..................... ok
t/010_internals/002_compile.t ................... ok
t/010_internals/003_assemble.t .................. ok
t/010_internals/004_magic.t ..................... ok
t/010_internals/005_load_file.t ................. ok
t/010_internals/006_errhandler.t ................ ok
t/010_internals/007_compile_errs.t .............. ok
t/010_internals/008_files.t ..................... ok
t/010_internals/009_goto_address.t .............. ok
t/010_internals/010_line_number.t ............... ok
t/010_internals/011_missuse.t ................... ok
t/010_internals/012_multilines.t ................ ok
t/010_internals/013_deps_str.t .................. ok
t/010_internals/014_deps_file.t ................. ok
t/010_internals/015_deps_file2.t ................ ok
t/010_internals/016_cached.t .................... ok
t/010_internals/017_render.t .................... ok
t/010_internals/018_opinfo.t .................... ok
t/010_internals/019_runtime_error.t ............. ok
t/010_internals/020_optimize.t .................. ok
t/010_internals/021_edge_cases.t ................ ok
t/010_internals/022_signal.t .................... ok
t/010_internals/023_cachepath.t ................. ok
t/010_internals/024_die_in_macros.t ............. ok
t/010_internals/025_reset_hooks.t ............... ok
t/010_internals/026_issue16_deep_recursion.t .... ok
t/010_internals/027_infinite_warn.t ............. ok
t/010_internals/028_taint.t ..................... ok
t/010_internals/029_large_file.t ................ ok
t/010_internals/030_die_in_funcs.t .............. ok
t/010_internals/031_save_src.t .................. ok
t/010_internals/032_encoding_error.t ............ skipped: TODO: the behaviours of PP and XS does not match
t/010_internals/033_vpath_cache.t ............... ok
t/010_internals/034_is_code_ref.t ............... ok
t/010_internals/036_merge_hash.t ................ ok
t/010_internals/037_find_file.t ................. ok
t/010_internals/038_suffix.t .................... ok
t/010_internals/039_taint_issue84.t ............. ok
t/010_internals/100_threads.t ................... skipped: multi-threading tests
t/010_internals/200_leaktrace.t ................. ok
t/010_internals/300_explicit_pp.t ............... ok
t/020_interface/001_parser_option.t ............. ok
t/020_interface/002_myparser.t .................. ok
t/020_interface/003_encoding.t .................. ok
t/020_interface/004_no_vars.t ................... ok
t/020_interface/005_util.t ...................... ok
t/020_interface/006_psgi.t ...................... ok
t/020_interface/007_data_section.t .............. ok
t/020_interface/008_type.t ...................... ok
t/020_interface/009_hash_with_default.t ......... ok
t/020_interface/010_err_encoding.t .............. ok
t/020_interface/011_hwd_w_include_vars.t ........ ok
t/020_interface/012_default_functions.t ......... ok
t/020_interface/013_slurp_template.t ............ ok
t/020_interface/014_customize_option.t .......... ok
t/020_interface/015_render_recursion.t .......... ok
t/020_interface/016_pre_process_handler.t ....... ok
t/020_interface/017_validate.t .................. ok
t/030_kolon/001_interpolate.t ................... ok
t/030_kolon/002_field.t ......................... ok
t/030_kolon/003_for.t ........................... ok
t/030_kolon/004_if.t ............................ ok
t/030_kolon/005_rel_ops.t ....................... ok
t/030_kolon/006_arith_ops.t ..................... ok
t/030_kolon/007_log_ops.t ....................... ok
t/030_kolon/008_literal.t ....................... ok
t/030_kolon/009_include.t ....................... ok
t/030_kolon/010_escaped_str.t ................... ok
t/030_kolon/011_macro.t ......................... ok
t/030_kolon/012_cascade.t ....................... ok
t/030_kolon/013_more_field.t .................... ok
t/030_kolon/014_while.t ......................... ok
t/030_kolon/015_methods.t ....................... ok
t/030_kolon/016_funcs.t ......................... ok
t/030_kolon/017_more_macro.t .................... ok
t/030_kolon/018_dynamic_filters.t ............... ok
t/030_kolon/019_explicit_interpolate.t .......... ok
t/030_kolon/020_chomp.t ......................... ok
t/030_kolon/021_overlay.t ....................... ok
t/030_kolon/022_given.t ......................... ok
t/030_kolon/023_bitwise.t ....................... ok
t/030_kolon/024_localize_vars.t ................. ok
t/030_kolon/025_objectliteral.t ................. ok
t/030_kolon/026_constant.t ...................... ok
t/030_kolon/027_lambda.t ........................ ok
t/030_kolon/028_smartmatch.t .................... ok
t/030_kolon/029_blockfilter.t ................... ok
t/030_kolon/030_xfuncs.t ........................ ok
t/030_kolon/031_post_if.t ....................... ok
t/030_kolon/032_include_bareword.t .............. ok
t/030_kolon/033_ov_forloop.t .................... ok
t/030_kolon/034_print.t ......................... ok
t/030_kolon/035_include_w_vars.t ................ ok
t/030_kolon/036_foreach_else.t .................. ok
t/030_kolon/037_loop_ctl.t ...................... ok
t/030_kolon/038_custom_esc.t .................... ok
t/030_kolon/039_root_vars.t ..................... ok
t/030_kolon/040_external_macro.t ................ skipped: external macros are not yet implemented
t/040_tterse/001_parse.t ........................ ok
t/040_tterse/002_interpolate.t .................. ok
t/040_tterse/003_field.t ........................ ok
t/040_tterse/004_for.t .......................... ok
t/040_tterse/005_if.t ........................... ok
t/040_tterse/006_include.t ...................... ok
t/040_tterse/007_funcs.t ........................ ok
t/040_tterse/008_methods.t ...................... ok
t/040_tterse/009_comments.t ..................... ok
t/040_tterse/010_expr.t ......................... ok
t/040_tterse/011_objectliterals.t ............... ok
t/040_tterse/012_macro.t ........................ ok
t/040_tterse/013_wrapper.t ...................... ok
t/040_tterse/014_set.t .......................... ok
t/040_tterse/015_while.t ........................ ok
t/040_tterse/016_call.t ......................... ok
t/040_tterse/017_filter.t ....................... ok
t/040_tterse/018_process.t ...................... ok
t/040_tterse/019_switch.t ....................... ok
t/040_tterse/020_chomp.t ........................ ok
t/040_tterse/021_fake_use.t ..................... ok
t/040_tterse/022_post_if.t ...................... ok
t/040_tterse/023_loop_ctl.t ..................... ok
t/040_tterse/024_for_else.t ..................... ok
t/040_tterse/025_macro.t ........................ ok
t/040_tterse/100_not_supported.t ................ ok
t/050_builtins/001_builtin_funcs.t .............. ok
t/050_builtins/002_autobox.t .................... ok
t/050_builtins/003_autobox_w_cb.t ............... ok
t/050_builtins/004_copied.t ..................... ok
t/100_plugin/001_import_from.t .................. ok
t/100_plugin/002_import.t ....................... ok
t/100_plugin/003_bridge.t ....................... ok
t/100_plugin/004_star.t ......................... ok
t/100_plugin/005_html_builder_module.t .......... ok
t/100_plugin/100_error.t ........................ ok
t/200_app/001_hello.t ........................... ok
t/200_app/002_tree.t ............................ ok
t/200_app/003_runner.t .......................... ok
t/200_app/004_encoding.t ........................ ok
t/300_examples/001_basic.t ...................... ok
t/300_examples/002_cascade.t .................... ok
t/300_examples/003_metakolon.t .................. ok
t/300_examples/004_tterse.t ..................... ok
t/900_bugs/001_super.t .......................... ok
t/900_bugs/002_addfunc.t ........................ ok
t/900_bugs/003_frame_access.t ................... ok
t/900_bugs/004_errorhandling.t .................. ok
t/900_bugs/005_rec_include.t .................... ok
t/900_bugs/006_complex_lex.t .................... ok
t/900_bugs/007_uuv.t ............................ ok
t/900_bugs/008_include_var.t .................... ok
t/900_bugs/009_quote_in_comments.t .............. ok
t/900_bugs/010_widechar_for_md5.t ............... ok
t/900_bugs/011_reserved_words.t ................. ok
t/900_bugs/012_ltgt_in_comments.t ............... ok
t/900_bugs/013_comments_lineno.t ................ ok
t/900_bugs/014_too_large_int.t .................. ok
t/900_bugs/015_my_scope.t ....................... ok
t/900_bugs/016_x_in_tterse.t .................... ok
t/900_bugs/017_unallocated.t .................... skipped: not yet
t/900_bugs/019_nested_mm.t ...................... ok
t/900_bugs/020_switch_foo.t ..................... ok
t/900_bugs/021_cached_enc.t ..................... ok
t/900_bugs/022_empty_if_block.t ................. ok
t/900_bugs/023_deploy_problem.t ................. ok
t/900_bugs/024_use_cache.t ...................... ok
t/900_bugs/025_clobber-macro-args.t ............. ok
t/900_bugs/026_issue61.t ........................ ok
t/900_bugs/027_issue65.t ........................ ok
t/900_bugs/028_issue68.t ........................ ok
t/900_bugs/029_fork_and_cache.t ................. skipped: deal with memorycache-filecache-original model more effectively
t/900_bugs/030_issue71.t ........................ ok
t/900_bugs/031_yappo.t .......................... ok
t/900_bugs/032_issue79.t ........................ ok
t/900_bugs/033_ex_safe_render.t ................. ok
t/900_bugs/034_hash_key_utf8.t .................. ok
t/900_bugs/035_issue81_tiedhash.t ............... ok
t/900_bugs/036_vpath_utf8.t ..................... ok
t/900_bugs/037_text_str_key.t ................... ok
t/900_bugs/038_conbine_flaged_utf8_and_other.t .. ok
t/900_bugs/039_issue96.t ........................ ok
t/900_bugs/040_issue95.t ........................ ok
t/900_bugs/041_cachedir_other_process.t ......... ok
Text::Xslate: Iterating data must be an ARRAY reference, not 3 (<string>:2) at t/900_bugs/042_perl59_issue.t line 13.
----------------------------------------------------------------------------
: '/' ~ uri('a')
: for 3 -> $n { }
----------------------------------------------------------------------------
t/900_bugs/042_perl59_issue.t ................... ok
t/900_bugs/043_issue107.t ....................... ok
t/900_bugs/044_empty_result.t ................... ok
t/900_bugs/045_issue130.t ....................... ok
t/900_bugs/046_issue156.t ....................... ok
t/900_bugs/046_issue88.t ........................ ok
t/900_bugs/047_undef_concat.t ................... ok
t/900_bugs/048_issue172.t ....................... ok
All tests successful.
Files=191, Tests=2798, 26 wallclock secs ( 0.02 usr  0.82 sys +  5.27 cusr 14.93 csys = 21.04 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                Need     Have    
    --------------------- -------- --------
    Data::MessagePack     0.38     0.50    
    Mouse                 v2.4.5   v2.4.5  
    parent                0.221    0.236   
    perl                  5.008001 5.022002
    Scalar::Util          1.14     1.47    
    XSLoader              0.02     0.24    

build_requires:

    Module                Need     Have    
    --------------------- -------- --------
    Devel::PPPort         3.19     3.35    
    ExtUtils::MakeMaker   6.59     7.24    
    ExtUtils::ParseXS     3.18     3.28    
    File::Copy::Recursive 0        0.38    
    File::Path            2.07     2.12    
    Test::More            0.88     1.302075
    Test::Requires        0        0.10    

configure_requires:

    Module                Need     Have    
    --------------------- -------- --------
    Devel::PPPort         3.19     3.35    
    ExtUtils::MakeMaker   6.59     7.24    
    ExtUtils::ParseXS     3.18     3.28    


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

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd10.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 23626
    PERL5_CPAN_IS_RUNNING = 23626
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 23587,23626
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017012006/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2017012006

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

    $^X = /usr/perl5.22.2p/bin/perl5.22.2
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.11    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280221
    ExtUtils::Command   7.24    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.24    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.28    
    File::Spec          3.62    
    JSON                2.90    
    JSON::PP            2.27400 
    Module::Build       0.4220  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.35    
    Test::More          1.302075
    YAML                1.21    
    YAML::Syck          1.29    
    version             0.9917  


--

Summary of my perl5 (revision 5 version 22 subversion 2) configuration:
   
  Platform:
    osname=freebsd, osvers=10.1-release, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-101.herceg.de 10.1-release freebsd 10.1-release #0 r274401: tue nov 11 21:02:49 utc 2014 root@releng1.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.22.2p -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
    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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2',
    optimize='-O2 -pipe',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)', 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 ='-pthread -Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/include/clang/3.4.1 /usr/lib
    libs=-lpthread -lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib -fstack-protector'


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 freebsd
  Compiled at May 29 2016 23:34:36
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="23626"
    PERL5_CPAN_IS_RUNNING="23626"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="23587,23626"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017012006/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /usr/perl5.22.2p/lib/site_perl/5.22.2/amd64-freebsd
    /usr/perl5.22.2p/lib/site_perl/5.22.2
    /usr/perl5.22.2p/lib/5.22.2/amd64-freebsd
    /usr/perl5.22.2p/lib/5.22.2
    .