[libtext-xslate-perl] 01/05: Update upstream source from tag 'upstream/3.5.4'

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Dec 22 01:53:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository libtext-xslate-perl.

commit 061a1267b4610b7dd371c6b1b96ec67ef981abf7
Merge: 9f5f6e7 93e82f0
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Thu Dec 21 21:42:54 2017 +0000

    Update upstream source from tag 'upstream/3.5.4'
    
    Update to upstream version '3.5.4'
    with Debian dir 50e38ffae1dc975f702bb568be0e95b87d84633c

 Build.PL                                       |  80 +++
 Changes                                        |  20 +
 LICENSE                                        | 378 ++++++++++++
 MANIFEST                                       |  56 +-
 MANIFEST.SKIP                                  |  77 ---
 META.json                                      | 197 ++++++
 META.yml                                       | 139 ++++-
 Makefile.PL                                    |  98 ---
 README.md                                      | 641 +++++++++++++++++--
 author/040_signals_on_loading.t                |  23 +
 author/augment.pl                              |  22 +
 author/bench_compile.pl                        |  32 +
 author/bench_deserialize.pl                    |  33 +
 author/cache.pl                                |  14 +
 author/chtags.pl                               |  30 +
 author/gen-graph.pl                            | 115 ++++
 author/large.pl                                |  13 +
 author/list_builtins.pl                        |   8 +
 author/modifiers.pl                            |  25 +
 author/pptest.pl                               |  14 +
 author/prof-large-file.pl                      |  37 ++
 author/profile.pl                              |  37 ++
 author/requires.cpanm                          |  37 ++
 author/t_renumber.pl                           |  20 +
 author/tt.pl                                   |  13 +
 author/while-loop.pl                           |  16 +
 builder/MyBuilder.pm                           |  92 +++
 cpanfile                                       |  28 +
 inc/Module/Install.pm                          | 451 --------------
 inc/Module/Install/AuthorTests.pm              |  59 --
 inc/Module/Install/Base.pm                     |  83 ---
 inc/Module/Install/Can.pm                      | 163 -----
 inc/Module/Install/Makefile.pm                 | 418 -------------
 inc/Module/Install/Metadata.pm                 | 722 ----------------------
 inc/Module/Install/Scripts.pm                  |  29 -
 inc/Module/Install/TestTarget.pm               | 161 -----
 inc/Module/Install/WriteAll.pm                 |  63 --
 inc/Module/Install/XSUtil.pm                   | 819 -------------------------
 lib/Text/Xslate.pm                             |  14 +-
 lib/Text/Xslate/Manual.pod                     |   2 -
 lib/Text/Xslate/Manual/Builtin.pod             |   1 +
 lib/Text/Xslate/Manual/Cookbook.pod            |   2 +
 lib/Text/Xslate/PP.pm                          |   4 +-
 lib/Text/Xslate/PP/Const.pm                    | 322 ----------
 lib/Text/Xslate/PP/Opcode.pm                   |   4 +-
 lib/Text/Xslate/Syntax/Kolon.pm                |   2 +
 minil.toml                                     |   7 +
 script/xslate                                  |   2 +
 src/Text-Xslate.xs                             |   9 +-
 uri_unsafe.h => src/uri_unsafe.h               |   0
 xslate.h => src/xslate.h                       |   1 +
 t/010_internals/005_load_file.t                |   3 +-
 t/010_internals/008_files.t                    | 122 ++--
 t/010_internals/010_line_number.t              |   3 +-
 t/010_internals/013_deps_str.t                 |   3 +-
 t/010_internals/014_deps_file.t                |   3 +-
 t/010_internals/015_deps_file2.t               |   3 +-
 t/010_internals/016_cached.t                   |  40 +-
 t/010_internals/017_render.t                   |   3 +-
 t/010_internals/018_opinfo.t                   |   3 +-
 t/010_internals/019_runtime_error.t            |   3 +-
 t/010_internals/020_optimize.t                 |   3 +-
 t/010_internals/023_cachepath.t                |   3 +-
 t/010_internals/028_taint.t                    |   4 +-
 t/010_internals/031_save_src.t                 |   3 +-
 t/010_internals/032_encoding_error.t           |   3 +-
 t/010_internals/100_threads.t                  |   3 +-
 t/010_internals/200_leaktrace.t                |   3 +-
 t/020_interface/003_encoding.t                 |   3 +-
 t/020_interface/004_no_vars.t                  |   3 +-
 t/020_interface/006_psgi.t                     |   3 +-
 t/020_interface/007_data_section.t             |   3 +-
 t/020_interface/008_type.t                     |   3 +-
 t/020_interface/010_err_encoding.t             |   3 +-
 t/020_interface/013_slurp_template.t           |   3 +-
 t/020_interface/014_customize_option.t         |   3 +-
 t/020_interface/016_pre_process_handler.t      |   3 +-
 t/030_kolon/009_include.t                      |   3 +-
 t/030_kolon/012_cascade.t                      |   3 +-
 t/030_kolon/021_overlay.t                      |   3 +-
 t/030_kolon/024_localize_vars.t                |   3 +-
 t/030_kolon/025_objectliteral.t                |   3 +-
 t/030_kolon/026_constant.t                     |   3 +-
 t/030_kolon/031_post_if.t                      |   3 +-
 t/030_kolon/038_custom_esc.t                   |   0
 t/040_tterse/002_interpolate.t                 |   3 +-
 t/040_tterse/003_field.t                       |   3 +-
 t/040_tterse/004_for.t                         |   3 +-
 t/040_tterse/005_if.t                          |   3 +-
 t/040_tterse/006_include.t                     |   3 +-
 t/040_tterse/009_comments.t                    |   3 +-
 t/040_tterse/010_expr.t                        |   3 +-
 t/040_tterse/011_objectliterals.t              |   3 +-
 t/040_tterse/012_macro.t                       |   3 +-
 t/040_tterse/013_wrapper.t                     |   3 +-
 t/040_tterse/014_set.t                         |   3 +-
 t/040_tterse/015_while.t                       |   3 +-
 t/040_tterse/016_call.t                        |   3 +-
 t/040_tterse/017_filter.t                      |   5 +-
 t/040_tterse/018_process.t                     |   5 +-
 t/040_tterse/019_switch.t                      |   3 +-
 t/040_tterse/020_chomp.t                       |   3 +-
 t/040_tterse/021_fake_use.t                    |   3 +-
 t/040_tterse/022_post_if.t                     |   3 +-
 t/040_tterse/100_not_supported.t               |   3 +-
 t/050_builtins/002_autobox.t                   |   3 +-
 t/300_examples/002_cascade.t                   |   3 +-
 t/900_bugs/005_rec_include.t                   |   3 +-
 t/900_bugs/010_widechar_for_md5.t              |   3 +-
 t/900_bugs/024_use_cache.t                     |   5 +-
 t/900_bugs/038_conbine_flaged_utf8_and_other.t |   0
 t/900_bugs/040_issue95.t                       |   4 +
 t/900_bugs/041_cachedir_other_process.t        |   3 +-
 t/900_bugs/042_perl59_issue.t                  |   9 +-
 t/lib/TTSimple.pm                              |   5 +-
 t/lib/Util.pm                                  |  41 +-
 t/lib/UtilNoleak.pm                            |   2 +-
 xshelper.h                                     | 101 ---
 xslate_ops.h                                   | 584 ------------------
 xt/04_synopsis.t                               |  16 +-
 xt/05_vars.t                                   |   9 +-
 xt/100_eg_pl.t                                 |   3 +-
 xt/101_eg_psgi.t                               |   3 +-
 xt/200_depended.t                              |  12 +-
 124 files changed, 2327 insertions(+), 4435 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-xslate-perl.git



More information about the Pkg-perl-cvs-commits mailing list