[libhtml-tableparser-perl] branch master updated (dc4424e -> 16188fb)

gregor herrmann gregoa at debian.org
Thu Oct 23 20:47:47 UTC 2014


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

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

      from  dc4424e   update changelog
       new  e68c649   Imported Upstream version 0.40
       new  7e94e60   New upstream release.
       new  532f573   remove boilerplate comments from debian/watch
       new  d23a9f3   Drop spelling-error.patch, applied upstream.
       new  5ad2d92   debian/copyright: update copyright years; add new third-party files.
       new  f94b68c   Drop build dependencies on libtest-pod*.
       new  06b2e14   Declare compliance with Debian Policy 3.9.6.
       new  401925d   Mark package as autopkgtest-able.
       new  16188fb   releasing package libhtml-tableparser-perl version 0.40-1

The 9 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:
 ChangeLog                           | 136 +++++-
 Changes                             | 171 ++++---
 LICENSE                             |   6 +
 MANIFEST                            |  20 +-
 META.json                           |  68 +++
 META.yml                            |  44 +-
 Makefile.PL                         |  12 +-
 cpanfile                            |  29 ++
 debian/changelog                    |  20 +-
 debian/control                      |   5 +-
 debian/copyright                    |   8 +-
 debian/patches/series               |   1 -
 debian/patches/spelling-error.patch |  17 -
 debian/tests/pkg-perl/test-files    |   3 +
 debian/watch                        |   2 -
 inc/Module/AutoInstall.pm           | 768 -----------------------------
 inc/Module/CPANfile.pm              | 164 +++++++
 inc/Module/CPANfile/Environment.pm  |  59 +++
 inc/Module/CPANfile/Result.pm       |  94 ++++
 inc/Module/Install.pm               | 596 +++++++++++++++--------
 inc/Module/Install/AuthorTests.pm   |  59 +++
 inc/Module/Install/AutoInstall.pm   |  61 ---
 inc/Module/Install/AutoLicense.pm   |  63 +++
 inc/Module/Install/Base.pm          |  65 ++-
 inc/Module/Install/CPANfile.pm      |  66 +++
 inc/Module/Install/Can.pm           | 100 +++-
 inc/Module/Install/Fetch.pm         |  16 +-
 inc/Module/Install/Include.pm       |  34 --
 inc/Module/Install/Makefile.pm      | 293 ++++++++---
 inc/Module/Install/Metadata.pm      | 936 ++++++++++++++++++++++++++----------
 inc/Module/Install/Win32.pm         |  19 +-
 inc/Module/Install/WriteAll.pm      |  84 ++--
 lib/HTML/TableParser.pm             |   5 +-
 t/contents.t                        |   2 +-
 t/pod-coverage.t                    |  13 -
 xt/00-compile.t                     |  10 +
 xt/changes.t                        |   3 +
 xt/nobreakpoints.t                  |   7 +
 {t => xt}/perlcritic.t              |   0
 xt/pod-coverage.t                   |   7 +
 {t => xt}/pod.t                     |   0
 41 files changed, 2455 insertions(+), 1611 deletions(-)
 create mode 100644 META.json
 create mode 100644 cpanfile
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling-error.patch
 create mode 100644 debian/tests/pkg-perl/test-files
 delete mode 100644 inc/Module/AutoInstall.pm
 create mode 100644 inc/Module/CPANfile.pm
 create mode 100644 inc/Module/CPANfile/Environment.pm
 create mode 100644 inc/Module/CPANfile/Result.pm
 create mode 100644 inc/Module/Install/AuthorTests.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 create mode 100644 inc/Module/Install/AutoLicense.pm
 create mode 100644 inc/Module/Install/CPANfile.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 t/pod-coverage.t
 create mode 100644 xt/00-compile.t
 create mode 100644 xt/changes.t
 create mode 100644 xt/nobreakpoints.t
 rename {t => xt}/perlcritic.t (100%)
 create mode 100644 xt/pod-coverage.t
 rename {t => xt}/pod.t (100%)

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



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