[perlbrew] branch master updated (2618baa -> ce05be0)

gregor herrmann gregoa at debian.org
Wed Nov 1 16:29:41 UTC 2017


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

gregoa pushed a change to branch master
in repository perlbrew.

      from  2618baa   update changelog
      adds  77bf8a1   Merge tag 'release-0.78' into develop
      adds  2ea503b   unmangle command before looking for similar commands
      adds  75f315c   Merge pull request #538 from mstreuhofer/similar-command
      adds  ecd7729   Introduced method available_perls_with_urls.
      adds  2f182fb   A few enhancements on the available output
      adds  e95ba81   The available command has been extends in order to print URLs along with Perl version.
      adds  1a75980   Fix context assignment in test for available_perls.
      adds  82f0f07   Merge PR #542
      adds  94ef949   command "available": fix the URLs for cperl release tarball.
      adds  cf986e4   fix a live test.
      adds  f55273f   list more known cperl releases
      adds  f703210   TravisCI: test with TEST_LIVE=1 and TEST_LIVE=0
      adds  2cca2f2   update Changelog
      adds  67dbc92   rebuild
      adds  34eb730   properly test updating HTTP_USER_AGENT_PROGRAM
      adds  61729e6   add a test for the sub http_user_agent_program().
      adds  29d0fa8   test: making http_user_agent_program() return "wget" or "fetch"
      adds  12f2747   rebuild.
      adds  a7d7167   list-modules: resolve alias propely.
      adds  32cf6d2   rebuild
      adds  b91fbb3   pull-in latest dependencies everytime when we rebuild.
      adds  de28115   deal with the removal of "." in @INC.
      adds  0a47d94   fetch cperl release from https://github.com/perl11/cperl/tags
      adds  a7726d9   list 3 more cperl release urls.
      adds  a94eab1   favoring cperl release urls from https://github.com/perl11/cperl/tags
      adds  9467539   Updates readme
      adds  3303f11   Merge pull request #555 from luistm/patch-1
      adds  148ebbc   Merge branch 'develop' of github.com:gugod/App-perlbrew into develop
      adds  8b5c599   [travis-ci]: also test with 5.26
      adds  4dd8dd3   [travis-ci]: stick with Devel::Cover 1.23 on older perl
      adds  a1dc2fb   remove the use of perlstrip.
      adds  62ae97f   rebuild
      adds  9b98eb3   rebuild
      adds  aa42ab8   remove this unused subroutine.
      adds  50ef05d   requrie newer CPAN::Perl::Releases
      adds  3ac4eef   rebuild
      adds  ad60f53   version up
      adds  220844b   update changelog
      adds  0a544bf   rebuild
      adds  6a3e55c   Merge branch 'release/0.79'
      adds  67cbe48   Merge tag 'release-0.79' into develop
      adds  c64090f   0.80 release (fix META.yaml, no feature change.)
      adds  495d0c8   Merge branch 'release/0.80'
      adds  53fa542   New upstream version 0.80
       new  c071431   Update upstream source from tag 'upstream/0.80'
       new  d6a3644   Update debian/changelog
       new  6e3c5a0   Add /me to Uploaders.
       new  dfc11d2   Update (build) dependencies.
       new  7c52f3d   Declare compliance with Debian Policy 4.1.1.
       new  25c8e6b   Build depend on both curl and wget.
       new  ce05be0   releasing package perlbrew version 0.80-1

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                            |  7 +++
 MANIFEST                           |  4 +-
 META.yml                           |  5 ++-
 Makefile.PL                        |  7 ++-
 README.md                          |  3 ++
 debian/changelog                   | 13 +++++-
 debian/control                     | 13 +++---
 debian/copyright                   |  1 +
 lib/App/perlbrew.pm                | 90 ++++++++++++++++++++++++--------------
 t/03.test_get_available_versions.t | 34 +++++++-------
 t/17.release-detail-cperl-remote.t | 26 -----------
 t/command-available.t              | 84 +++++++++++++++++++++++++++--------
 t/fake-bin/curl                    |  7 +++
 t/http-program-control.t           |  6 +--
 t/http-ua-detect-non-curl.t        | 31 +++++++++++++
 t/http-ua-detect.t                 | 22 ++++++++++
 16 files changed, 244 insertions(+), 109 deletions(-)
 delete mode 100644 t/17.release-detail-cperl-remote.t
 create mode 100755 t/fake-bin/curl
 create mode 100644 t/http-ua-detect-non-curl.t
 create mode 100644 t/http-ua-detect.t

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



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