[perlbrew] annotated tag upstream/0.77 created (now 57a8793)

gregor herrmann gregoa at debian.org
Tue Nov 15 19:21:28 UTC 2016


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

gregoa pushed a change to annotated tag upstream/0.77
in repository perlbrew.

        at  57a8793   (tag)
   tagging  0cfee62b52f7eb80d8402ab8f8cf1cac8d560d6a (commit)
  replaces  upstream/0.76
 tagged by  gregor herrmann
        on  Tue Nov 15 20:07:33 2016 +0100

- Log -----------------------------------------------------------------
Upstream version 0.77

Alexey Melezhik (3):
      installing perlbrew via sparrow plugin
      no-dots-in-the-end-of-headers
      post-deployment-checks

Aristotle Pagaltzis (1):
      preserve exit status more idiomatically (for bash)

Dave Cross (1):
      Hard-code an abstract as "all_from" isn't working.

Dave Jacoby (1):
      retaining flags in upgrade-perl

Dean Hamstead (3):
      add support for "make install DESTDIR=/foo"
      add test for "make install DESTDIR=/foo"
      perl concats before considering the ternary. help it do the right thing

Dennis Kaarsemaker (1):
      Don't break when git's core.abbrev changes

Dylan Cali (3):
      add test for PERLBREW_LIB_PREFIX
      support PERLBREW_LIB_PREFIX
      add doc for PERLBREW_LIB_PREFIX env var

Florian Ragwitz (1):
      Support installation using any POSIX shell

John Krull (1):
      Update deprecated '.' command in fish script to 'source'.

Kang-min Liu (122):
      Merge branch 'release/0.73' into develop
      remove that old document. probably not needed anymore.
      prefer https and remove insecure download cli flags.
      die, when switching to/use a lib that does not exist.
      avoid "Use of uninitailezd value" warning.
      Merge pull request #453 from calid/perlbrew-lib-prefix
      Merge pull request #455 from tudorconstantin/generate_valid_README_md
      Merge pull request #458 from cavemanpi/development
      Merge pull request #461 from yanick/fish-regex
      Merge pull request #462 from tm604/patch-1
      Merge pull request #472 from rafl/master
      Merge pull request #471 from paultcochrane/pr/fix-minor-grammatical-error
      migrate to container-based build infra: http://docs.travis-ci.com/user/migrating-from-legacy/
      Merge branch 'develop' of github.com:gugod/App-perlbrew into develop
      Merge pull request #477 from jacoby/upgrade-flags
      Merge pull request #476 from Asuza/develop
      include vendorlibexp for RHEL (follow-up of GH #409)
      rebuild
      Merge pull request #489 from calid/perlbrew_lib_prefix_doc
      Merge pull request #492 from ap/shellish
      Remove "mirror" command.
      also need to remove the tests for "mirror"
      Remove documentation about 'mirror' command.
      Fix the "list" and "env" command for perl 5.14 and earlier.
      rebuild
      rebuild readme
      Pod::Markdown is only required for authors.
      [travis-ci] needs Module::Install::AuthorRequires
      [travis-ci] debugging test env failures.
      [travis-ci] looks like we are missing this one.
      note important changes.
      A copy 64161eb30fdc349ca338a36cb695c57a221a6a9b in fatpack version.
      Add another notable change.
      rebuild
      version bump
      Merge branch 'release/0.74'
      Change this one to a https:// url
      Prefer https:// urls here.
      Remove 'mirror' command reference here.
      change log updates.
      Remove the "config" command.
      A tentative fix for freebsd.
      installed_perls: keep the "dir" around.
      uninstall command: also delete associated libs.
      Redo several path construction with joinpath()
      Let $PERLBREW_HOME  be contained in each instance.
      Replace many $PERLBREW_HOME with $self->home
      import only the "bsd_glob" subroutine.
      changelog update
      [travis-ci] add perl 5.22
      documentation.
      rebuild
      whitespace cleanup
      Minor rewrite when using cpan_mirror() method.
      Merge pull request #497 from ByteFoundryAU/DESTDIR
      chose different symbol for `-U` example.
      Merge pull request #500 from davorg/develop
      Merge pull request #502 from markjreed/issue-495
      Merge pull request #504 from MSK61/develop
      Merge pull request #507 from MSK61/notest
      un-alter the default PERLBREW_ROOT
      update changelog
      disable --noforce, --noquiet and --nonotest
      rebuild
      documentation update.
      documentation updates
      version up
      Merge branch 'release/0.75'
      Merge branch 'release/0.75' into develop
      handles SIGINT during download -- simply removes the partial content.
      fix spelling error
      rebuild with newer versions of dependent modules.
      Merge pull request #510 from melezhik/develop
      a few changes to support installing cperl-5.22.1 tarball from disk.
      Replace a few http:// urls with https://
      change a few http:// URLs to be https://
      also use https URLs in this test.
      get rid of the regex warning.
      probably make more sense to use Perl::Release info before querying remotely.
      fix error about missing $mirror
      some info about cperl releases.
      let download command work with known cperl distributions.
      url for cperl-5.24.0-RC1.tar.gz
      Merge branch 'master' into develop
      make 'install' command work with cperl.
      update Change log.
      mention cperl release in the documentation of 'install' command.
      symlink cperl correctly. (eg, cperl5.22.3 -> cperl)
      fix broken tests on 5.8
      rebuild
      Add 'release_detail' method.
      Add a few more sub-tests.
      Add a method "release_detail_cperl_remote"
      Add method 'release-detail-cperl-local'
      Add a method 'release_detail_perl_local'
      Add method 'release_detail_perl_remote'
      Rewrite 'download' command with the new 'release_detail' method.
      Rewrite 'install' command with the new 'release_detail' method.
      minor logical optimization.
      use our joinpath()
      probing wget/curl/fetch earlier, before the creation of tmpdir.
      another micro optimization to avoid a trivial grep.
      requires TEST_LIVE=1 to run these tests.
      Update change log pre-release.
      timestamp
      version++
      Merge branch 'release/0.76'
      Merge branch 'release/0.76' into develop
      Revert "probing wget/curl/fetch earlier, before the creation of tmpdir."
      Merge branch 'master' into develop
      Include cperl releases in the "available" output.
      Merge pull request #515 from ComaVN/bug/cshrc-error-when-spaces-in-path
      uninstall command: require confirmation.
      let '--yes' option work for 'install' command as well.
      catch up tests after https://github.com/perl11/cperl/releases updates
      fix a test that fails with CPAN::Perl::Releases 2.88
      Merge pull request #524 from seveas/develop
      update change log briefly
      rebuild
      0.77 release notes.
      rebuild for 0.77
      Merge branch 'release/0.77'

Kevin Johnson (5):
      Indicate in the log when the brew is finished.
      Eval didn't quite make sense after all.
      Tests for logging success or failure of brew.
      Run build script again.
      White space and commented code removal.

Mark J. Reed (1):
      if AWKPATH is set to something without '.', it won't find options.awk

Mohammed El-Afifi (3):
      add option --no-patchperl to disable patchperl on demand
      update help with --no-patchperl option
      fix --notest option behaviour

Nathan Day (1):
      quote libs dirs during globbing in case PERLBREW_HOME has spaces

Paul Cochrane (1):
      Fix minor grammatical error

Roel Harbers (1):
      added quotes to prevent "setenv: Too many arguments." in cshrc when path contains spaces (eg. "/Applications/VMware Fusion.app/Contents/Library" )

Tudor Constantin (9):
      Update my local copy with latest developments from upstream
      add the generated README.pod and see how it looks on github
      add the generated README.md and see how it looks on gitub
      add link to the metacpan of App::perlbrew in POD
      deleted the README.pod file
      also generate a README.md file using Pod::Markdown
      configure Pod::Markdown to generate the module urls pointing to metacpan
      updated docs to add some more links
      doc format to add links to important stuff like http://perlbrew.pl

Yanick Champoux (2):
      tweak regular expressions for Fish shell script
      Silence the warning

gregor herrmann (1):
      New upstream version 0.77

tm604 (1):
      Fix minor typo in error message

-----------------------------------------------------------------------

No new revisions were added by this update.

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