[liblocal-lib-perl] branch master updated (892aeec -> fc28c91)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Mon Jun 26 23:07:32 UTC 2017


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

kanashiro pushed a change to branch master
in repository liblocal-lib-perl.

      from  892aeec   update changelog
      adds  b93f8b4   remove minimumversion test
      adds  7360cf8   factor out dist dir creation from bootstrap test
      adds  0efc583   test for CPAN.pm local::lib bootstrapping
      adds  3b58428   appveyor config
      adds  28d4970   silence tar warnings
      adds  1353fbf   move xt lib to manifested directory
      adds  d08e4b5   Module::Build required for xt tests
      adds  0fa5e10   include script for bootstrap test
      adds  f3bef7c   add all cygwin bin paths on appveyor
      adds  8b6c80a   fix variable interpolation under sh -u
      adds  97d5ef0   fix: install fails when user name has spaces
      adds  d3b95f2   test+changelog for bootstrapping into directory with spaces fix
      adds  76d6645   change irc channel to #toolchain
      adds  3fb5f9f   stop relying on . in @INC
      adds  88509d3   clean up pipeline test
      adds  c410c8a   note author test changes in changelog
      adds  4fd2b15   Bumping version to 2.000019
      adds  b3772f7   add ticket references to changelog
      adds  3617f46   Release commit for 2.000019
      adds  aa7e667   fix rel2abs with relative base
      adds  60a4a76   don't import %Config
      adds  5e7c6bc   try to use Win32::Cwd if available
      adds  7a52f71   don't try to run a non-perl exe
      adds  fe69e27   fix relative value from $^X
      adds  de733e1   search in path with .exe on win32
      adds  7bed885   try to use Cwd if it is loaded
      adds  1436cf9   use Cwd directly if we are going to exit anyway
      adds  df6aee8   only use strict and warnings under RELEASE_TESTING
      adds  a228d41   run shell test with fake HOME
      adds  f6a0946   correct handling of inc_version_list
      adds  30a3266   update changelog
      adds  6054e15   fix typo
      adds  7a0b3f8   better account for powershell oddities
      adds  4e6dbc0   add separate shell test for powershell
      adds  2900ed8   fix powershell gpo restriction detection
      adds  c2cd3c8   use absolutized perl in shell test
      adds  3f97308   don't use eval in shell test
      adds  7b02349   changelog
      adds  cb1bc37   avoid needing . in @INC in dev mode
      adds  9207f86   use binmode when generating files in tests
      adds  179b382   clean up stackable test
      adds  dba4864   include output of failed test runs
      adds  a1aaac0   clean up subroutine in inc test and remove redundant test
      adds  5935a3e   more binmode
      adds  a899c2a   clean up taint test
      adds  dc57679   always use helper function to find perl in tests
      adds  4612e2f   revise temp dir handling in tests
      adds  53ee285   use bypass option on powershell 2
      adds  98e6681   try harder to make sure we use an isolated cpan config
      adds  7e321c4   make eol and tabs tests release time only
      adds  d5da903   changelog
      adds  e52c0b1   Bumping version to 2.000_020
      adds  b13e9dc   fix variable name
      adds  041b420   protect cpan-bootstrap author test from external env vars
      adds  1208c96   Release commit for 2.000_020
      adds  efc1174   don't use an empty SHELL variable
      adds  3f5f09c   avoid spaces in temp directory names
      adds  d648546   follow --no-manpages for bootstrapped installed modules
      adds  f00854a   cope with home directories with spaces on old CPAN.pm
      adds  e934b09   notest rather than force in bootstrap
      adds  cb0d628   skip manpage installs in bootstrap test
      adds  5213cd7   tweak bootstrap quoting routines
      adds  dd79b3e   changelog
      adds  81de6b3   Bumping version to 2.000_021
      adds  925ef7b   Release commit for 2.000_021
      adds  f62cc78   changelog
      adds  228e31e   Bumping version to 2.000022
      adds  c86b246   Release commit for 2.000022
      adds  99a9a07   avoid using note
      adds  351ab1b   changelog
      adds  51b4254   Bumping version to 2.000023
      adds  2ac4185   Release commit for 2.000023
      adds  c66b26e   New upstream version 2.000023
       new  79659c5   Updated version 2.000023 from 'upstream/2.000023'
       new  a758247   Update debian/changelog
       new  ea843fe   Bump debhelper compatibility level to 10
       new  a63fc93   Declare compliance with Debian Policy 4.0.0
       new  fc28c91   releasing liblocal-lib-perl version 2.000023-1 to unstable

The 5 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                      | 26 +++++++++++++
 MANIFEST                     |  5 +--
 META.json                    |  7 ++--
 META.yml                     |  5 ++-
 Makefile.PL                  | 21 +++++++----
 debian/changelog             | 12 +++++-
 debian/compat                |  2 +-
 debian/control               |  4 +-
 inc/CPANBootstrapper.pm      | 89 +++++++++++++++++++++++++++++++++++++++++++-
 lib/local/lib.pm             | 73 +++++++++++++++++++++++++-----------
 t/bad_variables.t            |  8 ++--
 t/carp-mismatch.t            |  2 +
 t/classmethod.t              |  5 ++-
 t/coderefs_in_inc.t          | 18 ---------
 t/de-dup.t                   |  3 +-
 t/lib/ENVDumper.pm           | 55 +++++++++++++++++++++++++--
 t/lib/TempDir.pm             | 83 +++++++++++++++++++++++++++++++----------
 t/shell.t                    | 70 +++++++++++++++++++---------------
 t/stackable.t                | 15 ++++----
 t/subroutine-in-inc.t        | 27 +++++++-------
 t/taint-mode.t               | 77 ++++++++++++++++++--------------------
 xt/author/no-tabs.t          |  6 ---
 xt/bootstrap.t               | 15 +++++---
 xt/cpan-bootstrap.pl         | 15 ++++++++
 xt/cpan-bootstrap.t          | 19 +++++++---
 xt/install.t                 | 16 +++++---
 xt/lib/dist_util.pm          | 17 ++++-----
 xt/{author => release}/eol.t |  2 +-
 xt/release/no-tabs.t         |  6 +++
 29 files changed, 487 insertions(+), 216 deletions(-)
 delete mode 100644 t/coderefs_in_inc.t
 delete mode 100644 xt/author/no-tabs.t
 rename xt/{author => release}/eol.t (52%)
 create mode 100644 xt/release/no-tabs.t

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



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