[libweb-query-perl] branch master updated (4ddc6fc -> dd04ce2)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Aug 26 20:26:38 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libweb-query-perl.

      from  4ddc6fc   Release libweb-query-perl 0.28-1 to unstable
      adds  5137a6b   Imported Upstream version 0.31
       new  5cf51f5   Merge tag 'upstream/0.31'
       new  710faf2   Update d/changelog
       new  54fcb7f   Update dependencies
       new  dd04ce2   Releasing libweb-query-perl version 0.31-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:
 Build.PL                 |  65 --------
 CONTRIBUTORS             |  19 +++
 Changes                  | 207 +++++++++++-------------
 INSTALL                  |  43 +++++
 MANIFEST                 |  21 ++-
 META.json                |  71 ++++-----
 META.yml                 |  53 ++++---
 Makefile.PL              |  82 ++++++++++
 README                   | 404 +++++++++++++++++++++++++++++++++++++++++++++++
 README.md => README.mkdn |  46 +++++-
 SIGNATURE                |  85 ++++++++++
 cpanfile                 |  38 +++--
 debian/changelog         |   8 +
 debian/control           |  14 +-
 doap.xml                 | 251 +++++++++++++++++++++++++++++
 lib/Web/Query.pm         | 142 ++++++++++++++---
 lib/Web/Query/LibXML.pm  |  49 +++---
 minil.toml               |   1 -
 t/00-compile.t           |  52 ++++++
 t/00-report-prereqs.dd   |  40 +++++
 t/00-report-prereqs.t    | 183 +++++++++++++++++++++
 t/add.t                  |  18 ++-
 t/lib/WQTest.pm          |   2 +-
 t/next.t                 |  25 +++
 t/next_until.t           |  40 +++++
 t/{05_html5.t => not.t}  |  15 +-
 t/remove.t               |  30 +++-
 xt/02_perlcritic.t       |  13 --
 xt/release/unused-vars.t |  14 ++
 29 files changed, 1682 insertions(+), 349 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 CONTRIBUTORS
 create mode 100644 INSTALL
 create mode 100644 Makefile.PL
 create mode 100644 README
 rename README.md => README.mkdn (89%)
 create mode 100644 SIGNATURE
 create mode 100644 doap.xml
 delete mode 100644 minil.toml
 create mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 t/next_until.t
 copy t/{05_html5.t => not.t} (60%)
 delete mode 100644 xt/02_perlcritic.t
 create mode 100644 xt/release/unused-vars.t

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



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