[libhtml-scrubber-perl] branch master updated (ac2a94e -> 06d5d32)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 13:45:53 UTC 2017


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

fsfs pushed a change to branch master
in repository libhtml-scrubber-perl.

      from  ac2a94e   update changelog
      adds  2cebf45   New upstream version 0.17
       new  fcf5926   Update upstream source from tag 'upstream/0.17'
       new  857c3cf   Update debian/changelog
       new  d39d193   Update upstream metadata
       new  a2bf75a   Drop build-dependency on M::B after switch to EU::MM
       new  0ec9c81   Bump copyright years
       new  d3a07dd   Add build-dependency on Test::Differences
       new  b0f3a12   Declare compliance with Debian Policy 4.1.1
       new  06d5d32   prepare changelog for release

The 8 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                                  |  79 ----
 Changes                                   |  14 +
 INSTALL                                   |  43 --
 LICENSE                                   |   6 +-
 MANIFEST                                  |  33 +-
 META.json                                 | 754 ++++++++++++++++--------------
 META.yml                                  | 644 +++++++++++++------------
 Makefile.PL                               |  87 ++++
 README                                    | 197 ++++++--
 debian/changelog                          |  14 +-
 debian/control                            |   4 +-
 debian/copyright                          |   2 +-
 debian/upstream/metadata                  |   2 -
 dist.ini                                  |  99 ++++
 lib/HTML/Scrubber.pm                      | 274 +++++++++--
 t/00-report-prereqs.dd                    |  60 +++
 t/00-report-prereqs.t                     | 183 ++++++++
 t/000-report-versions.t                   | 447 ------------------
 t/01_use.t                                |   5 +-
 t/02_basic.t                              |   3 +
 t/06_scrub_file.t                         |  29 +-
 t/09_memory_cycle.t                       |   2 +
 t/author-pod-spell.t                      |  30 --
 t/jvn53973084.t                           |   2 +-
 t/release-dist-manifest.t                 |  16 -
 t/release-distmeta.t                      |  14 -
 t/release-has-version.t                   |  16 -
 t/release-minimum-version.t               |  16 -
 t/release-pod-syntax.t                    |  14 -
 t/release-portability.t                   |  20 -
 t/release-synopsis.t                      |  13 -
 t/release-unused-vars.t                   |  22 -
 t/rt120384_remove_false_tags.t            | 103 ++++
 t/rt19063_xhtml.t                         |   2 +-
 weaver.ini                                |  10 +
 {t => xt/author}/00-compile.t             |   4 +-
 t/author-critic.t => xt/author/critic.t   |   8 -
 t/author-eol.t => xt/author/eol.t         |  15 +-
 t/author-no-tabs.t => xt/author/no-tabs.t |  13 +-
 xt/author/pod-coverage.t                  |   7 +
 xt/author/pod-syntax.t                    |   7 +
 xt/release/distmeta.t                     |   6 +
 xt/release/kwalitee.t                     |   9 +
 xt/release/pause-permissions.t            |  13 +
 44 files changed, 1792 insertions(+), 1549 deletions(-)
 delete mode 100644 Build.PL
 delete mode 100644 INSTALL
 create mode 100644 Makefile.PL
 create mode 100644 dist.ini
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions.t
 delete mode 100644 t/author-pod-spell.t
 delete mode 100644 t/release-dist-manifest.t
 delete mode 100644 t/release-distmeta.t
 delete mode 100644 t/release-has-version.t
 delete mode 100644 t/release-minimum-version.t
 delete mode 100644 t/release-pod-syntax.t
 delete mode 100644 t/release-portability.t
 delete mode 100644 t/release-synopsis.t
 delete mode 100644 t/release-unused-vars.t
 create mode 100644 t/rt120384_remove_false_tags.t
 create mode 100644 weaver.ini
 rename {t => xt/author}/00-compile.t (89%)
 rename t/author-critic.t => xt/author/critic.t (65%)
 rename t/author-eol.t => xt/author/eol.t (74%)
 rename t/author-no-tabs.t => xt/author/no-tabs.t (74%)
 create mode 100644 xt/author/pod-coverage.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/release/distmeta.t
 create mode 100644 xt/release/kwalitee.t
 create mode 100644 xt/release/pause-permissions.t

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



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