[libwww-mechanize-shell-perl] branch master updated (4f89fd8 -> dd78d24)

Angel Abad angel at debian.org
Thu Jul 6 16:09:19 UTC 2017


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

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

      from  4f89fd8   update changelog
      adds  f82f06e   Send decoded/uncompressed output to browser
      adds  98d18ec   exit tests if WWW::Mechanize::Shell does not compile correctly
      adds  7f49c73   Manually prepend dot to all paths
      adds  863df29   Ignore MYMETA.*
      adds  3436092   Update Test::HTTP::LocalServer
      adds  7f36436   Modernize Makefile.PL
      adds  1a83163   Regenerate META.*, make license explicit there
      adds  b06d813   Add README.mkdn
      adds  e0a2d84   Update 401-server to more gracefully handle "localhost"
      adds  9d5c41e   Provide the proper redirect URL
      adds  48e4d8f   Remove fields that would make testing too onerous
      adds  cd5f94f   Silence some warnings on links without text
      adds  ccd3591   Remove dead code
      adds  79035a5   get_output -> get_log
      adds  23a66eb   Remove cookies from output
      adds  ce43629   Fix link number used
      adds  5fd20a9   Fix against new error from Test::Without::Module
      adds  9c17e6c   We need CGI.pm for testing (with Test::HTTP::LocalServer)
      adds  2d6ddd0   Update Changes
      adds  2ebc006   Well, CGI, not CGI.pm
      adds  853c0c8   Bump version
      adds  eeaae1b   Add Travis CI integration
      adds  04e5cb0   Regenerate META.*
      adds  4c255a6   exit tests if WWW::Mechanize::Shell does not compile correctly
      adds  978e0d3   Merge pull request #3 from chorny/master
      adds  3526dcb   Merge branch 'master' of github.com:Corion/WWW-Mechanize-Shell
      adds  4741109   Repo address is https, update copyright to 2017
      adds  2a3eeb9   Add dumper of loaded modules
      adds  ee9eb73   Send ungzipped content to the browser.
      adds  b969835   Merge pull request #1 from weltonrodrigo/gzipped_content
      adds  0196ba7   Actually load the correct module for listing the loaded modules
      adds  67e8e83   Handle ->multi_param correctly
      adds  7bad2cb   New upstream version 0.56
       new  5cd942d   Updated version 0.56 from 'upstream/0.56'
       new  d408ab1   Update debian/changelog
       new  0948767   debian/copyright: Update debian/* years
       new  4a73e91   Bump Standards-Version to 4.0.0 (no changes)
       new  783fbcc   Bump Debhelper compat level to 10
       new  1afc22b   debian/patches/spelling-errors: Fix spelling errors
       new  dd78d24   Update changelog

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:
 Changes                                     |  11 +-
 MANIFEST                                    |   3 +
 MANIFEST.SKIP                               |   3 +
 META.json                                   |  40 +-
 META.yml                                    |  30 +-
 Makefile.PL                                 | 227 ++++++++-
 README                                      |  66 ++-
 README.mkdn                                 | 736 ++++++++++++++++++++++++++++
 debian/changelog                            |  17 +-
 debian/compat                               |   2 +-
 debian/control                              |   6 +-
 debian/copyright                            |   4 +-
 debian/patches/series                       |   1 +
 debian/patches/spelling-errors              |  96 ++++
 inc/Test/HTTP/LocalServer.pm                | 208 +++++++-
 t/401-server => inc/Test/HTTP/cookie-server |  19 +-
 inc/Test/HTTP/log-server                    | 157 ++++--
 lib/WWW/Mechanize/Shell.pm                  |  16 +-
 t/00-load.t                                 |  21 +
 t/00-use.t                                  |   2 +-
 t/02-fallback-HTML-TableExtract.t           |   5 +-
 t/04-history-invariant.t                    |   2 +-
 t/06-valid-output.t                         |   2 +-
 t/07-history-items.t                        |   2 +-
 t/08-unknown-command.t                      |   2 +-
 t/09-invalid-filename.t                     |   2 +-
 t/12-comments.t                             |   2 +-
 t/13-command-au.t                           |   2 +-
 t/14-command-identity.t                     |  20 +-
 t/15-history-save.t                         |   2 +-
 t/16-form-fillout.t                         |  17 +-
 t/17-eval-multiline.t                       |   2 +-
 t/18-browser-autosync.t                     |   4 +-
 t/19-value-multi.t                          |   2 +-
 t/20-restart-without-script.t               |   2 +-
 t/21-autofill-re.t                          |   2 +-
 t/23-check-dumpresponses.t                  |   2 +-
 t/24-source-file.t                          |   2 +-
 t/25-save-file-nolink.t                     |   2 +-
 t/26-form-no-form.t                         |   2 +-
 t/27-form_number.t                          |   2 +-
 t/28-cmd-headers.t                          |   2 +-
 t/28-cmd-title.t                            |   2 +-
 t/29-launch-shell.t                         |   2 +-
 t/401-server                                |  12 +-
 45 files changed, 1527 insertions(+), 236 deletions(-)
 create mode 100644 README.mkdn
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling-errors
 copy t/401-server => inc/Test/HTTP/cookie-server (58%)
 mode change 100755 => 100644
 mode change 100755 => 100644 inc/Test/HTTP/log-server
 create mode 100644 t/00-load.t

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



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