[liblocal-lib-perl] branch master updated (7df7aeb -> 7b8d8d7)

gregor herrmann gregoa at debian.org
Sun Jan 3 18:47:05 UTC 2016


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

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

      from  7df7aeb   update changelog
      adds  11e7aee   update prereqs in bootstrap test
      adds  cf6f6cf   clean up syntax of MY overrides
      adds  be7d1b1   revise call style of inc::ConfigCPAN
      adds  a06b164   update bootstrap test to check prereqs
      adds  e63812c   inc::ConfigCPAN -> inc::CPAN
      adds  fb9064d   add inc::CPAN install command
      adds  1e1db73   only set prefer_installer during installation
      adds  db9dc21   create directory structure under local::lib including arch dir
      adds  3fc872e   fix expected prereqs in bootstrap
      adds  2f7bd47   create entire directory structure under lib dir
      adds  e7753cc   clean up test warnings
      adds  0c6bd81   include currently active local::lib in output of *_for class methods
      adds  adf27d1   no_create should be an option to ->activate, not a class attribute
      adds  83222fc   add --quiet option to surpress directory creation warnings
      adds  47625b9   mkdir doesn't assume $_ on old perl
      adds  19b1cb8   travis test using containers
      adds  9cdc480   no tabs
      adds  1c6705b   travis: normal deps install
      adds  08d214d   put EUMM 7.00 in configure requires to work around cpanm
      adds  1ab0df6   simplify travis config
      adds  d7d5769   clarify comment about cpanm+EUMM prereq
      adds  2f8b5ce   don't include SHLVL check in synopsis
      adds  d3aad3c   changelog
      adds  77aa140   dump kwalitee test
      adds  671b450   the xt/release tests are actually just author tests
      adds  8f2614d   remove -f option from bootstrap test, use temp dir instead
      adds  64f04af   more cleanups of bootstrap test
      adds  1afa249   Bumping version to 2.000_016
      adds  d44253a   Release commit for 2.000_016
      adds  c149f6b   fix and test dollar sign in shell strings
      adds  c439364   fix fish environment escaping
      adds  887a893   remove redundant check for fancy dash
      adds  e889c3d   Bumping version to 2.000017
      adds  1d17327   update changelog
      adds  b5392a3   remove conditional on Test::CPAN::Changes test
      adds  ffab61e   Release commit for 2.000017
      adds  e3eacca   fix directory creation to always happen in correct order
      adds  bf19903   remove configure prereq on EUMM to fix CPAN.pm bootstrapping
      adds  47baa52   comment on special fish handling
      adds  de28ae3   update changelog
      adds  0528259   Bumping version to 2.000018
      adds  4737c06   Release commit for 2.000018
      adds  5d32f66   Imported Upstream version 2.000018
       new  4ada914   Merge tag 'upstream/2.000018'
       new  7cee58c   Update debian/changelog
       new  b8fc28b   Update years of packaging copyright.
       new  21f53d9   move perl to B-D
       new  230faaf   Bump debhelper compatibility level to 9.
       new  499346a   debian/rules: remove override_dh_clean.
       new  7b8d8d7   releasing package liblocal-lib-perl version 2.000018-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                                  |  19 ++
 LICENSE                                  | 379 +++++++++++++++++++++++++++++++
 MANIFEST                                 |  14 +-
 META.json                                |   4 +-
 META.yml                                 |   4 +-
 Makefile.PL                              |  34 +--
 README                                   |  24 +-
 debian/changelog                         |  16 +-
 debian/compat                            |   2 +-
 debian/control                           |   8 +-
 debian/copyright                         |   2 +-
 debian/rules                             |  10 -
 inc/{ConfigCPAN.pm => CPAN.pm}           |  41 ++--
 lib/local/lib.pm                         | 127 +++++++----
 t/carp-mismatch.t                        |   2 +-
 t/classmethod.t                          |  20 +-
 t/coderefs_in_inc.t                      |   6 +-
 t/de-dup.t                               |   6 +-
 t/lib/TempDir.pm                         |   4 +-
 t/shell.t                                |   1 +
 xt/{release => author}/cpan-changes.t    |   4 -
 xt/{release => author}/eol.t             |   0
 xt/{release => author}/minimum-version.t |   0
 xt/{release => author}/no-tabs.t         |   0
 xt/{release => author}/pod-syntax.t      |   0
 xt/bootstrap.t                           | 142 ++++++++----
 xt/install.t                             |   2 +-
 xt/release/kwalitee.t                    |   9 -
 28 files changed, 686 insertions(+), 194 deletions(-)
 create mode 100644 LICENSE
 rename inc/{ConfigCPAN.pm => CPAN.pm} (77%)
 rename xt/{release => author}/cpan-changes.t (50%)
 rename xt/{release => author}/eol.t (100%)
 rename xt/{release => author}/minimum-version.t (100%)
 rename xt/{release => author}/no-tabs.t (100%)
 rename xt/{release => author}/pod-syntax.t (100%)
 delete mode 100644 xt/release/kwalitee.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