[libhtml-strip-perl] branch master updated (dd2fa32 -> a6f7f3c)

gregor herrmann gregoa at debian.org
Mon May 11 21:51:00 UTC 2015


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

gregoa pushed a change to branch master
in repository libhtml-strip-perl.

      from  dd2fa32   releasing package libhtml-strip-perl version 1.10-1
      adds  7f6762f   Imported Upstream version 2.09
       new  7a78ebc   Merge tag 'upstream/2.09'
       new  cb54b3d   New upstream release.
       new  4d79f1b   Add new build dependency: libtest-exception-perl.
       new  a6f7f3c   releasing package libhtml-strip-perl version 2.09-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:
 Changes                                            | 75 +++++++++++++++-----
 MANIFEST                                           | 26 ++++---
 META.yml                                           | 46 +++++++-----
 Makefile.PL                                        | 29 ++++----
 README                                             |  4 +-
 Strip.pm                                           | 34 +++++++--
 Strip.xs                                           | 32 +++++----
 debian/changelog                                   |  8 +++
 debian/control                                     |  3 +-
 strip_html.c                                       | 81 +++++++++++++++++-----
 strip_html.h                                       |  5 +-
 t/001_smoke.t                                      | 12 ++++
 t/100_basic.t                                      | 24 +++++++
 t/200_comment.t                                    | 38 ++++++++++
 t/210_auto_reset.t                                 | 23 ++++++
 t/220_edge_case.t                                  | 20 ++++++
 t/230_filter.t                                     | 20 ++++++
 t/240_striptags.t                                  | 33 +++++++++
 t/250_whitespace_single_char.t                     |  8 +++
 t/{offbyone.t => 260_offbyone.t}                   |  4 +-
 ...omparisons.t => 270_mathematical_comparisons.t} | 16 +++--
 t/280_invalid_multiline_segfault.t                 | 11 +++
 t/300_utf8.t                                       | 51 ++++++++++++++
 t/310_latin1.t                                     | 19 +++++
 t/400_kwalitee.t                                   |  9 +++
 t/410_pod.t                                        |  4 ++
 t/420_pod_coverage.t                               |  6 ++
 t/auto-reset.t                                     | 20 ------
 t/basic.t                                          | 67 ------------------
 t/comment.t                                        | 38 ----------
 t/edge-case.t                                      | 20 ------
 t/filter.t                                         | 18 -----
 t/russian.html                                     | 12 ++++
 t/striptags.t                                      | 31 ---------
 t/whitespace-single-char.t                         | 10 ---
 35 files changed, 539 insertions(+), 318 deletions(-)
 create mode 100644 t/001_smoke.t
 create mode 100644 t/100_basic.t
 create mode 100644 t/200_comment.t
 create mode 100644 t/210_auto_reset.t
 create mode 100644 t/220_edge_case.t
 create mode 100644 t/230_filter.t
 create mode 100644 t/240_striptags.t
 create mode 100644 t/250_whitespace_single_char.t
 rename t/{offbyone.t => 260_offbyone.t} (95%)
 rename t/{mathematical-comparisons.t => 270_mathematical_comparisons.t} (83%)
 create mode 100644 t/280_invalid_multiline_segfault.t
 create mode 100644 t/300_utf8.t
 create mode 100644 t/310_latin1.t
 create mode 100644 t/400_kwalitee.t
 create mode 100644 t/410_pod.t
 create mode 100644 t/420_pod_coverage.t
 delete mode 100644 t/auto-reset.t
 delete mode 100644 t/basic.t
 delete mode 100644 t/comment.t
 delete mode 100644 t/edge-case.t
 delete mode 100644 t/filter.t
 create mode 100644 t/russian.html
 delete mode 100644 t/striptags.t
 delete mode 100644 t/whitespace-single-char.t

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



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