[libtest-www-mechanize-psgi-perl] branch master updated (d4e69c6 -> 435f4d0)

Jonas Smedegaard dr at jones.dk
Fri Dec 16 10:33:22 UTC 2016


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

js pushed a change to branch master
in repository libtest-www-mechanize-psgi-perl.

      from  d4e69c6   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
       new  77f35c3   Update copyright info: Use issue tracker as preferred form oc contact. Add alternate git source.
       new  cc27c95   Update watch file: Bump to file format 4. Watch MetaCPAN URL. Mention gbp --uscan in usage comment.
       new  4ecfc7f   Modernize git-buildpackage config: Filter any .git* file.
       new  9499630   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  eb468f4   Add lintian overrides regarding license in License-Reference field. See bug#786450.
       new  a6b70fb   Bump debhelper compatibility level to 9.
       new  e10398d   Declare compliance with Debian Policy 3.9.8.
       new  576662a   Modernize Vcs-* fields: Use https URLs. Use anonscm host. Use cgit browser
       new  28f3136   Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
       new  090a0a3   Tidy rules file.
       new  8caef71   Update copyright info: Extend coverage for Debian packaging. Tighten licensing for Debian packaging to GPL-3+.
       new  ba20a8a   Update changelog, control file, and copyright hints.
      adds  91d26ba   It is alive!
      adds  e390b57   Add a few more prereqs
      adds  0532f0a   A few more files
      adds  66eba6d   And a manifest
      adds  bab926e   Handle cookies
      adds  c39ea57   fix pod
      adds  78e45f5   pod test
      adds  080e06b   More readable example
      adds  985ca0b   Plack not Place
      adds  a91b6e8   Get rid of Moose, the constructor code was too big anyway
      adds  8896f52   Rename from ::Plack -> ::PSGI
      adds  6794bee   Rename from ::Plack -> ::PSGI
      adds  2c05746   And release 0.33
      adds  11db407   Oops, global replace went too far
      adds  49141d9   update the README to reflect the name
      adds  395a4de   update the README to reflect the name
      adds  890ecee   [BUG FIXED] Set $response->request before processing cookie_jar.
      adds  da1bb1b   Perltidy
      adds  a4a449f   include new test in manifest
      adds  3af0f43   add change
      adds  d4beb2d   Avoid warning
      adds  e74271b   And release 0.34
      adds  9501e28   override simple_request rather than _make_request, so mechnize still handles redirect and other high level stuff for us.
      adds  2126f90   Use prepare_request so default_headers are added properly.
      adds  d4713ee   Run request_send handlers before sending request.
      adds  af5eef6   Merge pull request #2 from oalders/master
      adds  7a5cd6e   Modify doc, submit_form_ok to fit www-mechanize
      adds  4ac3cb0   Merge pull request #1 from ernix/doc
      adds  604b528   Move to Dist::Zilla.
      adds  8b8638f   Adds TidyAll config.
      adds  36b3e7b   Adds Travis config.
      adds  179fae9   s/CHANGES/Changes/
      adds  c832fb7   Bumps version to 0.36
      adds  deb422c   v0.36
      adds  6cd7fd5   New upstream version 0.36
       new  268fb46   Merge tag 'upstream/0.36'
       new  435f4d0   Prepare for release: Update changelog and copyright hints.

The 14 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                        |  57 ++++++
 CHANGES                         |  18 --
 CONTRIBUTORS                    |  14 ++
 Changes                         |  16 ++
 INSTALL                         |  43 +++++
 LICENSE                         | 379 ++++++++++++++++++++++++++++++++++++++++
 MANIFEST                        |  20 ++-
 META.json                       |  74 ++++++++
 META.yml                        |  55 +++---
 Makefile.PL                     |  73 ++++++--
 README                          | 322 ----------------------------------
 cpanfile                        |  28 +++
 debian/changelog                |  37 +++-
 debian/compat                   |   2 +-
 debian/control                  |  12 +-
 debian/control.in               |   6 +-
 debian/copyright                |  47 ++---
 debian/copyright_hints          |  41 +++--
 debian/gbp.conf                 |   1 +
 debian/rules                    |  18 +-
 debian/source/lintian-overrides |   5 +
 debian/watch                    |   6 +-
 dist.ini                        |  55 ++++++
 lib/Test/WWW/Mechanize/PSGI.pm  |  40 +++--
 t/cookie.t                      |   3 +-
 t/release-cpan-changes.t        |  19 ++
 t/release-tidyall.t             |  17 ++
 t/simple.t                      |   3 +-
 28 files changed, 948 insertions(+), 463 deletions(-)
 create mode 100644 Build.PL
 delete mode 100644 CHANGES
 create mode 100644 CONTRIBUTORS
 create mode 100644 Changes
 create mode 100644 INSTALL
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 README
 create mode 100644 cpanfile
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 dist.ini
 create mode 100644 t/release-cpan-changes.t
 create mode 100644 t/release-tidyall.t

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



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