[libxml-tmx-perl] branch master updated (dda8aad -> b389410)

Nuno Carvalho smash at cpan.org
Thu Sep 7 13:35:47 UTC 2017


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

mestre-guest pushed a change to branch master
in repository libxml-tmx-perl.

      from  dda8aad   update changelog
      adds  7f5bc2e   New upstream version 0.36
       new  6d0abb8   Updated version 0.36 from 'upstream/0.36'
       new  f5793c3   Add new dependency libfile-bom-perl
       new  820c092   Declare compliance with Debian Policy 4.1.0
       new  cf9ae6c   Drop build dependencies on libtest-pod*
       new  52a3fc7   Update copyright years
       new  5cd5da9   Remove copyright stanzas
       new  e79cf24   Drop minimum version requirement
       new  b389410   New upstream release, ready for review

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:
 Changes                               |  79 +++---
 LICENSE                               | 379 ++++++++++++++++++++++++++
 MANIFEST                              |  48 ++--
 MANIFEST.SKIP                         |   1 +
 META.json                             |  57 ++--
 META.yml                              |  37 ++-
 Makefile.PL                           | 113 ++++++--
 README                                |  22 +-
 debian/changelog                      |  15 +-
 debian/control                        |  10 +-
 debian/copyright                      |  14 +-
 dist.ini                              |  36 +++
 examples/tmx-metrics                  | 110 ++++++++
 examples/{xpdf-tmx => tmx2pdf-prince} |  28 +-
 lib/XML/TMX.pm                        |  38 ++-
 lib/XML/TMX/FromPO.pm                 | 171 ++++++------
 lib/XML/TMX/Reader.pm                 | 396 ++++++++++++++-------------
 lib/XML/TMX/Writer.pm                 | 499 +++++++++++++++++-----------------
 scripts/tmx-POStagger                 |  34 ++-
 scripts/tmx-explode                   |  33 ++-
 scripts/tmx-tokenize                  |  33 ++-
 scripts/tmx2html                      |  55 +++-
 scripts/tmx2tmx                       | 206 ++++++++------
 scripts/tmxclean                      |  36 ++-
 scripts/tmxgrep                       |  66 +++--
 scripts/tmxsplit                      |  32 ++-
 scripts/tmxuniq                       |  51 +++-
 scripts/tmxwc                         |  44 ++-
 scripts/tsv2tmx                       |  64 +++--
 t/20_reader.t                         |  37 ++-
 t/tmx14.dtd                           | 282 +++++++++++++++++++
 xt/author/pod-syntax.t                |   7 +
 xt/release/cpan-changes.t             |  10 +
 33 files changed, 2176 insertions(+), 867 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 MANIFEST.SKIP
 create mode 100644 dist.ini
 create mode 100755 examples/tmx-metrics
 rename examples/{xpdf-tmx => tmx2pdf-prince} (76%)
 create mode 100644 t/tmx14.dtd
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/release/cpan-changes.t

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



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