[libtest-kwalitee-perl] branch master updated (c49e16f -> 9b158c7)

gregor herrmann gregoa at debian.org
Fri Aug 4 03:03:32 UTC 2017


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

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

      from  c49e16f   releasing package libtest-kwalitee-perl version 1.23-1
      adds  c7049b9   increment $VERSION after 1.23 release
      adds  5460081   new test for taint mode compatibility
      adds  86ef807   Test-Kwalitee-1.24-TRIAL
      adds  7ae7e93   increment $VERSION after 1.24 release
      adds  9a6643b   propagate errors from the subtest
      adds  f4a2dae   fix tests for when . is not in @INC
      adds  fdbd309   Test-Kwalitee-1.25
      adds  a480697   increment $VERSION after 1.25 release
      adds  538c211   do not silently swallow the eval failure
      adds  b942fcb   fix punctuation in final subtest statement
      adds  932be62   bump Test::More prereq to get working subtest support
      adds  ff2a124   move tests to their own scopes
      adds  20ccf8b   do not warn when running kwalitee_ok directly from an xt/ file (RT#120824)
      adds  7ffcea4   improve the xt detection regexp, as per RT#120824
      adds  3624c0c   Test-Kwalitee-1.26
      adds  abc1061   New upstream version 1.26
       new  9c5ba24   Updated version 1.26 from 'upstream/1.26'
       new  ea826d7   Update debian/changelog
       new  0eee85d   Declare compliance with Debian Policy 4.0.0.
       new  9b158c7   releasing package libtest-kwalitee-perl version 1.26-1

The 4 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:
 CONTRIBUTING                     |   4 +-
 Changes                          |  11 ++
 MANIFEST                         |   4 +-
 META.json                        | 216 +++++++++++++++++++++------------------
 META.yml                         | 197 +++++++++++++++++++----------------
 Makefile.PL                      |   8 +-
 README                           |   4 +-
 debian/changelog                 |   8 ++
 debian/control                   |   2 +-
 lib/Test/Kwalitee.pm             |  10 +-
 script/kwalitee-metrics          |   2 +-
 t/00-report-prereqs.dd           |  10 +-
 t/00-report-prereqs.t            |  18 +++-
 t/06-warnings.t                  |  61 +++++++----
 t/08-taint.t                     |  35 +++++++
 t/zzz-check-breaks.t             |   6 +-
 xt/author/00-compile.t           |  20 +++-
 xt/author/eol.t                  |   2 +
 xt/author/no-tabs.t              |   2 +
 xt/author/pod-spell.t            |   2 +-
 xt/{warnings.t => kwalitee_ok.t} |   5 +-
 xt/release/changes_has_content.t |   2 +-
 xt/warnings.t                    |   1 +
 23 files changed, 391 insertions(+), 239 deletions(-)
 create mode 100644 t/08-taint.t
 copy xt/{warnings.t => kwalitee_ok.t} (54%)

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



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