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

gregoa pushed a change to branch master
in repository perlbrew.

      from  e8a9c82   releasing package perlbrew version 0.71-1
      adds  39a4c34   Merge branch 'release/0.71' into develop
      adds  4d6c301   rebuild 0.71
      adds  ed2de50   Merge branch 'master' into develop
      adds  ed3dbcc   fix the case when PERL5LIB should be unset
      adds  851c474   should use $self->env() instead of $ENV{} in these places.
      adds  e6a4fe2   avoid accessing PERLBREW_LIB env var directly.
      adds  f3e79a9   remove the dependency of List::Util
      adds  38bcb13   use more idiomatic bash code
      adds  daa2c94   implement purify in pure bash for speed
      adds  2792272   Merge pull request #415 from ap/harder-faster-bash
      adds  280dada   Updated do_install_this() to unlink the .version file if 
it exists.  This allows installed_perls() to recognize that do_install_this() 
changed the version.
      adds  dfd17ba   Merge remote-tracking branch 'upstream/develop' into 
issues-410
      adds  9f849a7   Merge pull request #413 from elderling/issues-410
      adds  10eba19   Fix to MANPATH
      adds  ba0f921   Append PERLBREW_MANPATH with delimiter for fish
      adds  fb5663a   Merge pull request #412 from singularperturbation/develop
      adds  2a72ee5   Description: fix a spelling mistake
      adds  73a3167   revert partly daa2c94a370f959b9616b4b7fca0b2ef2cad99a2
      adds  cf18dc6   redo daa2c94a370f959b9616b4b7fca0b2ef2cad99a2 for bash 
and zsh
      adds  6aadb78   fix the integration with 
39096c4e04286d1dd23c2808a3a0ec4b9c89e709
      adds  ecd34f7   fix another breakage on zsh.
      adds  32d71d1   changelog updates.
      adds  60cf5f8   rework 39096c4e04286d1dd23c2808a3a0ec4b9c89e709
      adds  1540dd2   init-in-bash brokes due to recent changes on 
BASHRC_CONTENT() function.
      adds  862bfbd   rebuild
      adds  896eeae   use up-to-date dependency versions.
      adds  4deca72   add a "--shell" cli param.
      adds  d18cae0   Use $self->current_shell in a few placel.
      adds  30a0d3f   0.72 changes
      adds  879cd08   bump version
      adds  f1aee8f   rebuild
      adds  60f01fc   Merge branch 'release/0.72'
      adds  c930b78   allow spaces in PATH elements
      adds  dbcbcb7   Merge remote-tracking branch 'ptolemarch/develop' into 
develop
      adds  7720509   use same alias check in bash and zsh
      adds  8d53673   make __perlbrew_purify more shellish
      adds  732eba6   make zsh/bash perlbrew() more shellish
      adds  82c301c   Merge pull request #425 from ap/shellish
      adds  ad966d3   manpath issues a warning if MANPATH is already set; 
ignore it
      adds  f6d904c   Merge pull request #427 from tsibley/fix-manpath-warning
      adds  5acfeca   Merge remote-tracking branch 'origin/develop' into develop
      adds  5d1b4ac   Fixes --quiet for the exec command
      adds  366bff1   Test for the --quiet flag fix
      adds  818ed7d   Merge pull request #431 from willert/develop
      adds  cb9dedc   Fix RT#98579 (test failure with HOME=/)
      adds  b16d419   Merge pull request #430 from basiliscos/develop
      adds  87d6c39   Update perlbrew.fish to fix perlbrew use
      adds  7e9a68d   Merge pull request #429 from ericenns/develop
      adds  0448fcf   clarify 'lib' command.
      adds  9bc04ac   Merge pull request #438 from mstreuhofer/docu-lib
      adds  762164d   usage help for command alias and lib reworked
      adds  e0c79f3   fixed test-fail
      adds  47ecaae   Merge pull request #441 from mstreuhofer/help-usage
      adds  22de65e   Fix perlbrew.fish to allow execution of perlbrew use
      adds  0093979   Merge pull request #445 from pwr22/develop
      adds  3663805   'perlbrew use' should not break the user's shell
      adds  de8a058   Merge pull request #435 from calid/bash-subshell-fix
      adds  11ad57a   rework of 3663805
      adds  bd2ad80   fixes gugos/App-perlbrew#433
      adds  7a70248   fixes gugod/App-perlbrew#433
      adds  94c0c09   Merge pull request #447 from mstreuhofer/issue-433
      adds  710a412   closes gugod/App-perlbrew#439
      adds  69d9438   same fix for "perlbrew switch"
      adds  fdd143a   also fix the bash function "perlbrew"
      adds  75fca3c   Merge pull request #442 from mstreuhofer/issue-439
      adds  40b6139   version up.
      adds  7f17989   changelog updates.
      adds  877f03c   rebuild.
      adds  3baea90   Merge branch 'release/0.73'
      adds  6096ce1   Imported Upstream version 0.73
       new  2c44102   Merge tag 'upstream/0.73'
       new  8831a4e   Update debian/changelog
       new  5dbda44   Drop spelling.patch, merged upstream.
       new  0cf101f   Update years of upstream copyright.
       new  17a98fd   Update versioned build and runtime dependencies.
       new  d641acc   Mark package as autopkgtest-able.
       new  5903f1b   Add patch to use installed script in tests for autopktest.
       new  d13bda9   releasing package perlbrew version 0.73-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:
 Changes                               |  12 ++
 META.yml                              |   6 +-
 Makefile.PL                           |   4 +-
 bin/perlbrew                          |  34 +++--
 debian/changelog                      |  12 ++
 debian/control                        |   9 +-
 debian/copyright                      |   2 +-
 debian/patches/autopkgtest-path.patch |  32 +++++
 debian/patches/series                 |   2 +-
 debian/patches/spelling.patch         |  18 ---
 lib/App/perlbrew.pm                   | 244 ++++++++++++++++------------------
 t/command-exec.t                      |  11 ++
 t/command-lib.t                       |  19 ++-
 13 files changed, 232 insertions(+), 173 deletions(-)
 create mode 100644 debian/patches/autopkgtest-path.patch
 delete mode 100644 debian/patches/spelling.patch
 mode change 100644 => 100755 t/command-exec.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to