[libtext-xslate-perl] branch master updated (9f5f6e7 -> 2afd66b)

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 change to branch master
in repository libtext-xslate-perl.

      from  9f5f6e7   update changelog
      adds  93e82f0   New upstream version 3.5.4
       new  061a126   Update upstream source from tag 'upstream/3.5.4'
       new  6f718a4   Refresh build dependencies
       new  cf96b3e   Declare compliance with Debian Policy 4.1.2 (no changes)
       new  2fe394a   Refresh copyright details
       new  2afd66b   Releasing package libtext-xslate-perl version 3.5.4-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 ++
 example/cascade.pl => author/profile.pl        |  23 +-
 author/requires.cpanm                          |  37 ++
 author/t_renumber.pl                           |  20 +
 author/tt.pl                                   |  13 +
 author/while-loop.pl                           |  16 +
 builder/MyBuilder.pm                           |  92 +++
 cpanfile                                       |  28 +
 debian/changelog                               |  11 +-
 debian/control                                 |  11 +-
 debian/copyright                               |  27 +-
 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 +-
 127 files changed, 2321 insertions(+), 4476 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 create mode 100644 author/040_signals_on_loading.t
 create mode 100644 author/augment.pl
 create mode 100644 author/bench_compile.pl
 create mode 100644 author/bench_deserialize.pl
 create mode 100644 author/cache.pl
 create mode 100644 author/chtags.pl
 create mode 100644 author/gen-graph.pl
 create mode 100644 author/large.pl
 create mode 100644 author/list_builtins.pl
 create mode 100644 author/modifiers.pl
 create mode 100644 author/pptest.pl
 create mode 100644 author/prof-large-file.pl
 copy example/cascade.pl => author/profile.pl (50%)
 create mode 100644 author/requires.cpanm
 create mode 100644 author/t_renumber.pl
 create mode 100644 author/tt.pl
 create mode 100644 author/while-loop.pl
 create mode 100644 builder/MyBuilder.pm
 create mode 100644 cpanfile
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AuthorTests.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Scripts.pm
 delete mode 100644 inc/Module/Install/TestTarget.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Module/Install/XSUtil.pm
 delete mode 100644 lib/Text/Xslate/PP/Const.pm
 create mode 100644 minil.toml
 mode change 100755 => 100644 script/xslate
 rename uri_unsafe.h => src/uri_unsafe.h (100%)
 rename xslate.h => src/xslate.h (99%)
 mode change 100755 => 100644 t/020_interface/014_customize_option.t
 mode change 100755 => 100644 t/030_kolon/038_custom_esc.t
 mode change 100755 => 100644 t/900_bugs/038_conbine_flaged_utf8_and_other.t
 mode change 100755 => 100644 t/900_bugs/041_cachedir_other_process.t
 delete mode 100644 xshelper.h
 delete mode 100644 xslate_ops.h

-- 
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