[libtest-script-perl] branch master updated (e7bb30d -> f46d89e)

gregor herrmann gregoa at debian.org
Fri Aug 4 00:51:49 UTC 2017


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

gregoa pushed a change to branch master
in repository libtest-script-perl.

      from  e7bb30d   releasing package libtest-script-perl version 1.14-1
      adds  f5e002f   fix for #9
      adds  b1d596f   v1.15
      adds  f226803   only pass proper plans to the test builder plan function
      adds  da9827b   better test
      adds  d76ba21   v1.16
      adds  b59ab03   rm old comment
      adds  a75929e   new feature: support for taint mode scripts #13
      adds  ca3ffbe   v1.17_01
      adds  efb31e2   sigh
      adds  9bc47c4   use three argument open
      adds  20a36e1   v1.17_02
      adds  68519c5   v1.18
      adds  861366e   Fix podchecker warnings
      adds  1772d71   Use LF line endings when checking out files
      adds  28b2a57   Update copyright year to year of current release
      adds  22be36b   Add 'provides' info to META.yml
      adds  3b6d708   Capitalise "Unix"; it's a proper noun
      adds  06f36b6   Fix spelling of "noticeably"
      adds  eea43b1   Purge trailing whitespace in main module
      adds  cbc1e38   Purge trailing whitespace in sundry files
      adds  3ac509b   Purge trailing whitespace in secondary test files
      adds  efba2ca   Purge trailing whitespace in main test files
      adds  209aad1   install dzil sans testing
      adds  92a09a2   Add Appveyor configuration
      adds  36dcb2e   Replace run3() with capture() in script_compiles()
      adds  13bf706   Add Capture::Tiny to diag tests
      adds  e64357b   Replace run3() with capture() in script_runs()
      adds  390fb6f   Remove IPC::Run3 Win32 workaround
      adds  670ce3c   Remove IPC::Run3 from t/06_exception.t
      adds  7ad5fe4   Remove IPC::Run3 diag_preamble
      adds  a65ce8c   Replace IPC::Run3 dependency with Capture::Tiny
      adds  d4d834f   Update docs to reflect removal of IPC::Run3
      adds  c9203e8   Align assignment operators above one another
      adds  abc6765   Remove unnecessary return value from capture()
      adds  0f9f449   update changes
      adds  ce8d6bf   v1.19_01
      adds  572e9bf   test 5.26
      adds  8eb0fa5   v1.19_02
      adds  72efacc   switch to Test2::V0
      adds  be4f849   v1.19_03
      adds  28d9bfd   add tests for stdin option
      adds  84c20f1   fix stdin support
      adds  b94c921   fixups
      adds  77536b7   v1.19_04
      adds  7d1d39a   additional diagnostics
      adds  c90ff94   v1.19_05
      adds  fccbd1f   require more recent dzil bundle
      adds  8a9bec4   set the diagnostics to 11
      adds  839cc70   try something a little different
      adds  42e906d   v1.19_06
      adds  3951d56   remove unused
      adds  58f9b90   select a directory
      adds  5191562   v1.19_07
      adds  8591a27   cleanup diagnostic
      adds  8365ce9   v1.19_08
      adds  4a023be   v1.20
      adds  52ce3fe   migrate to Test2::V0
      adds  4d62794   more Test2 migrations
      adds  8f58545   more Test2 migrations
      adds  4795aaf   no longer used eh?
      adds  279aad9   tweak doco
      adds  aaa3049   last of the Test::Builder nonsense
      adds  3abdaca   v1.21_01
      adds  dcc12bb   windows work arounds
      adds  ba9f8d2   update changes
      adds  94e478c   sigh
      adds  1680328   v1.22_01
      adds  6f3af88   rm cache
      adds  98f144c   v1.23
      adds  97d5e5d   New upstream version 1.23
       new  74e66c9   Updated version 1.23 from 'upstream/1.23'
       new  629203c   Update debian/changelog
       new  4bd1124   Update years of upstream copyright.
       new  c2ec097   Declare compliance with Debian Policy 4.0.0.
       new  175e129   Update (build) dependencies.
       new  f46d89e   releasing package libtest-script-perl version 1.23-1

The 6 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:
 Changes                           |  61 ++++++++-
 LICENSE                           |   6 +-
 MANIFEST                          |  26 ++--
 META.json                         |  34 ++++--
 META.yml                          |  31 +++--
 Makefile.PL                       |  37 +++---
 README                            |  36 +++---
 cpanfile                          |  17 ++-
 debian/changelog                  |  10 ++
 debian/control                    |  12 +-
 debian/copyright                  |   2 +-
 dist.ini                          |  41 ++-----
 lib/Test/Script.pm                | 251 ++++++++++++++++++++++----------------
 run_test.pl                       |  18 ---
 t/00_diag.t                       |  28 ++---
 t/01_compile.t                    |   7 --
 t/01_use.t                        |  21 ++++
 t/02_compiles_good.t              |  32 -----
 t/03_compiles_bad.t               |  43 -------
 t/04_runs_good.t                  |  32 -----
 t/05_runs_bad.t                   |  36 ------
 t/06_exception.t                  |  36 ------
 t/07_signal.t                     |  31 -----
 t/08_trap_exit_or_signal.t        |  26 ----
 t/09_capture_output.t             | 231 -----------------------------------
 t/bin/stdin.pl                    |  11 ++
 t/bin/stdin.txt                   |   1 +
 t/bin/taint.pl                    |   3 +
 t/bug_gh9.t                       |  26 ++++
 {t2 => t}/test_script__exports.t  |   5 +-
 t/test_script__import.t           |  35 ++++++
 t/test_script__script_compiles.t  | 187 ++++++++++++++++++++++++++++
 t/test_script__script_runs.t      | 240 ++++++++++++++++++++++++++++++++++++
 t/test_script__script_stderr.t    | 127 +++++++++++++++++++
 t/test_script__script_stdout.t    | 127 +++++++++++++++++++
 t2/test_script__script_compiles.t | 118 ------------------
 t2/test_script__script_runs.t     | 105 ----------------
 xt/release/fixme.t                |   2 +-
 38 files changed, 1119 insertions(+), 973 deletions(-)
 delete mode 100644 run_test.pl
 delete mode 100644 t/01_compile.t
 create mode 100644 t/01_use.t
 delete mode 100644 t/02_compiles_good.t
 delete mode 100644 t/03_compiles_bad.t
 delete mode 100644 t/04_runs_good.t
 delete mode 100644 t/05_runs_bad.t
 delete mode 100644 t/06_exception.t
 delete mode 100644 t/07_signal.t
 delete mode 100644 t/08_trap_exit_or_signal.t
 delete mode 100644 t/09_capture_output.t
 create mode 100755 t/bin/stdin.pl
 create mode 100644 t/bin/stdin.txt
 create mode 100755 t/bin/taint.pl
 create mode 100644 t/bug_gh9.t
 rename {t2 => t}/test_script__exports.t (79%)
 create mode 100644 t/test_script__import.t
 create mode 100644 t/test_script__script_compiles.t
 create mode 100644 t/test_script__script_runs.t
 create mode 100644 t/test_script__script_stderr.t
 create mode 100644 t/test_script__script_stdout.t
 delete mode 100644 t2/test_script__script_compiles.t
 delete mode 100644 t2/test_script__script_runs.t

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



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