[libwww-mechanize-perl] branch master updated (83decff -> 355823c)

gregor herrmann gregoa at debian.org
Sat Oct 22 20:38:15 UTC 2016


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

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

      from  83decff   update changelog
      adds  b088776   submit_form: Inlined calls fo form_name and form_id.
      adds  90295f7   Extracted code into new methods all_forms_with_fields and all_forms_with.
      adds  b310b1a   submit_form: if multiple filter conditions are given then AND them together. https://github.com/libwww-perl/WWW-Mechanize/issues/32
      adds  9af3a54   Added more stuff to form_with_fields test data.
      adds  4d065b2   Added tests based on new ambiguous forms.
      adds  6bc0ccb   Added more stuff to form_with_fields test data.
      adds  accfba9   Added tests of submit_form with no match and with a match that relies on multiple intersecting criteria.
      adds  f420fef   Require Test::Fatal, Test::Warnings, and Test::Deep. (Yes, this is a generated file, but it's in version control.)
      adds  c9958f0   Switched to Test::Fatal for exception testing. Suggested in <https://github.com/libwww-perl/WWW-Mechanize/pull/50>.
      adds  b53d95f   Switched to Test::Warnings to check warnings. Suggested in <https://github.com/libwww-perl/WWW-Mechanize/pull/50>. One of the tests which previously just raised a warning now checks it.
      adds  2270e73   Merge pull request #50 from epa/master
      adds  c842f38   Updates cpanfile and Makefile.PL
      adds  ee5f0a3   Bumps version to 1.80 prior to release.
      adds  7185d5d   v1.80
      adds  674a757   Testing autocheck can be done using a file URI.
      adds  eca81d0   fix issue #52 - repeated cookies after ->reload
      adds  a51f63f   Merge pull request #53 from dakkar/fix-52-cookie-reload
      adds  d995d80   Bumps version to 1.81
      adds  f855f4f   v1.81
      adds  a236f6d   Redo this commit after completely screwing up the branch
      adds  397cee1   Update Changes to include strict_forms option
      adds  48f0790   Merge pull request #55 from gquipster/topic/Add_HTML_Form_Strict_Flag
      adds  c6e324c   Don't try to fetch https URLs without LWP::Protocol::https.
      adds  65afbe3   Bumps version to 1.82
      adds  1d12545   v1.82
      adds  8f9b96a   Changed test against delicious.com to use tripadvisor.com
      adds  7f182d1   Moved live tests to be author tests. Run using dzil test --author
      adds  0a5b207   Merge pull request #58 from hercynium/fix-live-tests
      adds  9d2a907   Bumps version to 1.83
      adds  0d0d586   v1.83
      adds  1c3517c   New upstream version 1.83
       new  c6bcc4e   Merge tag 'upstream/1.83'
       new  970dd46   Update debian/changelog
       new  91a9526   Revert "Set NO_NETWORK_TESTING in debian/rules to avoid tests with internet access."
       new  57dff4e   update changelog
       new  37643f3   Add new build dependencies.
       new  3399728   Update years of packaging copyright.
       new  66c16e5   debian/rules: disable DNS queries in tests.
       new  355823c   releasing package libwww-mechanize-perl version 1.83-1

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:
 CONTRIBUTORS                       |   3 +
 Changes                            |  28 ++++++
 MANIFEST                           |   4 +-
 META.json                          |  10 ++-
 META.yml                           |  10 ++-
 Makefile.PL                        |  14 ++-
 README                             |  24 +++++-
 bin/mech-dump                      |   2 +-
 cpanfile                           |   5 ++
 debian/changelog                   |  17 ++--
 debian/control                     |   4 +
 debian/copyright                   |   2 +-
 debian/rules                       |   2 +-
 dist.ini                           |   2 +-
 lib/WWW/Mechanize.pm               | 123 ++++++++++++++++++++++----
 lib/WWW/Mechanize/Cookbook.pod     |   2 +-
 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/{live => author-live}/encoding.t |  19 +++--
 t/author-live/wikipedia.t          |  47 ++++++++++
 t/autocheck.t                      |  38 +++------
 t/dump.t                           |  23 +++++
 t/form_with_fields.html            |  27 ++++++
 t/form_with_fields.t               | 171 +++++++++++++++++++++++++++++++++++--
 t/live/wikipedia.t                 |  43 ----------
 t/local/reload.t                   |   6 +-
 28 files changed, 508 insertions(+), 130 deletions(-)
 rename t/{live => author-live}/encoding.t (66%)
 create mode 100644 t/author-live/wikipedia.t
 delete mode 100644 t/live/wikipedia.t

-- 
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