[libwww-mechanize-perl] branch master updated (891ee2d -> f28888c)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Sep 25 20:07:45 UTC 2017


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

fsfs pushed a change to branch master
in repository libwww-mechanize-perl.

      from  891ee2d   update changelog
      adds  a99e0f4   Set STDOUT to be utf-8, fixing GH#36
      adds  eb0ee3d   Added --version option to mech-dump
      adds  7b19741   Merge pull request #56 from neilb/mech-dump-issues
      adds  0681198   Addressed doc issue described in GH#59 to indicate emission of a warning.
      adds  ef706c6   Update the mailmap to include my preferences
      adds  cdc5b40   Removed -w flag from mech-dump
      adds  081accc   Parse url (href attribute) for window.open in addition to the onclick attribute
      adds  50d9b1a   Merge pull request #11 from Gator92/links_open_url
      adds  98a1535   Fix t/dump.t
      adds  8c04c9a   Don't die on uri() when there has been no request. Fixes #60
      adds  79f16c9   Merge pull request #62 from libwww-perl/oalders/uri
      adds  59bd10e   Remove old information from the cookbook. Fixes issue GH#28
      adds  5c69a86   Documentation correction. Fixes issue GH#65
      adds  25c1995   Adds trailing dot to fake host name.  Fixes #73
      adds  3bc35a0   Moves part of the DESCRIPTION in order to create a SYNOPSIS.  Fixes #64
      adds  3c74a64   Work around the Test::More problem prior to 1.001004 described in #74
      adds  06eddf6   Merge pull request #75 from libwww-perl/genio/dump-test-fix
      adds  b270a5c   Remove reference to defunct Google Groups mailing list.
      adds  0f3d02d   Updates Changes.
      adds  3ec438c   Bumps version to 1.84 prior to release.
      adds  d07966c   v1.84
      adds  86a8e8a   Insecure dependency in kill in _is_tainted() while running under -T (redux)
      adds  0922c28   remove _is_tainted completely
      adds  dcfd856   fix broken internal POD link for update_html
      adds  19ffa19   Print section titles if mech-dump --all is invoked. Fixes #35
      adds  2e3bedd   Issue #86: Improve t/credentials-api.t test
      adds  d0c413a   bump Test::More prereq to get working subtest support
      adds  9dba799   This resolves #61.
      adds  b8a0dbb   PRC: doc patch.  Submit only submits current form
      adds  ae9d6f2   Issue #105: Fix intermittent failures of taint.t
      adds  393e5f4   Fix kwalitee issues
      adds  2b5e5ba   travis can now test on 5.26
      adds  db1566e   remove obsolete and unincremented $VERSIONs in test modules
      adds  108cb35   use an explicit ipv4 address in this test, to avoid a hang
      adds  21288fe   v1.85
      adds  3420e65       use an explicit ipv4 address in this test script too (as in v1.85), to avoid a hang
      adds  ac1f3ee   Bump version to 1.86
      adds  3e9523d   v1.86
      adds  db8b283   New upstream version 1.86
       new  c1f2e73   Updated version 1.86 from 'upstream/1.86'
       new  3f205ac   Update debian/changelog
       new  639e6e1   Update copyright years
       new  a5c60ee   Drop build-deps for online/author tests
       new  87315bd   Explain where to find POD on HTML::Form::Input (closes: #751465)
       new  7244b6f   Declare compliance with Debian Policy 4.1.0
       new  f28888c   prepare changelog for release

The 7 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:
 CONTRIBUTORS                                       |   10 +
 Changes                                            |   40 +-
 MANIFEST                                           |   15 +-
 META.json                                          |  621 ++++++++-
 META.yml                                           |  475 ++++++-
 Makefile.PL                                        |   25 +-
 README                                             | 1353 ------------------
 README.md                                          | 1470 ++++++++++++++++++++
 bin/mech-dump                                      |   14 +-
 cpanfile                                           |   20 +-
 debian/changelog                                   |   12 +-
 debian/control                                     |    4 +-
 debian/copyright                                   |    4 +-
 debian/patches/html-form-input.patch               |   17 +
 debian/patches/series                              |    1 +
 dist.ini                                           |   15 +-
 lib/WWW/Mechanize.pm                               |   87 +-
 lib/WWW/Mechanize/Cookbook.pod                     |   10 +-
 lib/WWW/Mechanize/Examples.pod                     |    2 +-
 lib/WWW/Mechanize/FAQ.pod                          |    2 +-
 lib/WWW/Mechanize/Image.pm                         |    4 +-
 lib/WWW/Mechanize/Link.pm                          |    4 +-
 t/00-report-prereqs.dd                             |   76 +
 t/00-report-prereqs.t                              |  193 +++
 t/credentials-api.t                                |    5 +-
 t/dump.t                                           |   37 +-
 t/find_link.html                                   |    1 +
 t/find_link.t                                      |    7 +-
 t/local/LocalServer.pm                             |    5 +-
 t/local/click_button.t                             |    2 +-
 t/local/failure.t                                  |    2 +-
 t/local/log-server                                 |    2 -
 t/local/referer-server                             |    2 +-
 t/taint.t                                          |    4 +-
 t/uri.t                                            |   10 +
 tidyall.ini                                        |    4 +-
 {t/author-live => xt/author/live}/encoding.t       |    8 -
 {t/author-live => xt/author/live}/wikipedia.t      |    8 -
 .../author/pod-coverage.t                          |    8 -
 t/release-tidyall.t => xt/author/tidyall.t         |   11 +-
 40 files changed, 3057 insertions(+), 1533 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 debian/patches/html-form-input.patch
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 t/uri.t
 rename {t/author-live => xt/author/live}/encoding.t (85%)
 rename {t/author-live => xt/author/live}/wikipedia.t (85%)
 rename t/author-pod-coverage.t => xt/author/pod-coverage.t (63%)
 rename t/release-tidyall.t => xt/author/tidyall.t (62%)

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



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