[libwww-mechanize-treebuilder-perl] branch master updated (2e1e437 -> 4fbadec)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 16:58:01 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libwww-mechanize-treebuilder-perl.

      from  2e1e437   update changelog
       new  9f62fad   Add debian/upstream/metadata
       new  faa2c9c   Update debian/changelog
      adds  1d49375   Import SVN version (history isn't worth keeping)
      adds  d7a21ba   Update POD
      adds  e158467   Parameterize the role to support using different tree classes
      adds  0804653   Add some docs
      adds  8e8c843   Add test for working HTML::TreeBuilder::XPath
      adds  114e2da   Prepare for release
      adds  7d09518   Fix SYNOPSIS code example
      adds  f334809   POD fix for http://rt.cpan.org/Ticket/Display.html?id=48615
      adds  fccb268   Added Makefile.PL entry for the GitHub repo
      adds  7127a25   Version 1.10001
      adds  4a2d6df   Update docs to make ->meta->apply example work.
      adds  40f9998   Version 1.10002
      adds  cb6570f   Apply fix to t/03-xpath.t. is() now checks for overloaded stuffs and we have to manually stringify things to make sure thats what we want Add entry to changelog
      adds  043f3d9   Version 1.10003
      adds  713093f   typo fixes
      adds  ce69e5f   Merge pull request #3 from dsteinbrunner/patch-1
      adds  6633ca3   remove use of Class::MOP::load_class
      adds  1b80617   Merge pull request #4 from dakkar/master
      adds  cf4a8f4   Global destruction and DEMOLISH vs DESTORY fixes
      adds  ba9bb0f   Merge pull request #2 from bobtfish/master
      adds  54f5be0   add MYMETA files to gitignore
      adds  ce0cb06   correct build prereq syntax
      adds  3df627b   Merge pull request #5 from haarg/master
      adds  b3108f2   Add a synopsis/description.
      adds  e493d78   Lets depend on a Modern version of Moose
      adds  9377b21   Use github, not RT for issues
      adds  6a67539   Delegation to "import" breaks 'use My::Mech;'
      adds  a72fc06   Version 1.20000
      adds  47713de   Imported Upstream version 1.20000
       new  63fbaf5   Merge tag 'upstream/1.20000'
       new  b5b6009   Update debian/changelog
       new  20f953f   Remove no longer necessary patches
       new  9025cd1   Bump debhelper compatibility level to 9
       new  b763ed5   Declare compliance with Debian policy 3.9.6
       new  c2dcfbf   Add autopkgtest-pkg-perl
       new  4fbadec   Release libwww-mechanize-treebuilder-perl 1.20000-1 to unstable

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:
 Changes                                      |  8 +++
 MANIFEST                                     |  3 +
 META.yml                                     | 16 +++---
 MYMETA.json                                  | 59 +++++++++++++++++++
 MYMETA.yml                                   | 33 +++++++++++
 Makefile.PL                                  |  7 ++-
 debian/changelog                             | 16 +++++-
 debian/compat                                |  2 +-
 debian/control                               |  5 +-
 debian/patches/bug746093-ftbfs.patch         | 31 ----------
 debian/patches/fixed-manpage-bad-entry.patch | 15 -----
 debian/patches/series                        |  3 -
 debian/patches/spelling.patch                | 17 ------
 debian/upstream/metadata                     |  5 ++
 inc/Module/Install.pm                        | 34 ++++++-----
 inc/Module/Install/Base.pm                   |  2 +-
 inc/Module/Install/Can.pm                    | 85 ++++++++++++++++++++++++++--
 inc/Module/Install/Fetch.pm                  |  2 +-
 inc/Module/Install/Makefile.pm               | 37 ++++++------
 inc/Module/Install/Metadata.pm               | 44 +++++++++-----
 inc/Module/Install/Win32.pm                  |  2 +-
 inc/Module/Install/WriteAll.pm               |  2 +-
 lib/WWW/Mechanize/TreeBuilder.pm             | 24 +++++---
 t/04-no-import_delegation.t                  | 14 +++++
 t/lib/MockTreeBuilder.pm                     |  2 +-
 25 files changed, 323 insertions(+), 145 deletions(-)
 create mode 100644 MYMETA.json
 create mode 100644 MYMETA.yml
 delete mode 100644 debian/patches/bug746093-ftbfs.patch
 delete mode 100644 debian/patches/fixed-manpage-bad-entry.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/04-no-import_delegation.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-mechanize-treebuilder-perl.git



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