[libcpanplus-perl] branch master updated (8f2d339 -> 3ef45f7)

gregor herrmann gregoa at debian.org
Sat Oct 14 14:13:15 UTC 2017


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

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

      from  8f2d339   releasing package libcpanplus-perl version 0.9162-1
      adds  a7d70de   Set env var PERL_USE_UNSAFE_INC if required
      adds  c82164e   Handle INC that doesn't include dot scenario
      adds  8e9a0fd   Update bundled modules
      adds  4b30993   Release engineering for 0.9164
      adds  ecf6e0f   Make Autoflush handle both STDOUT and STDERR
      adds  0636e58   Use Autoflush instead of perlwrapper
      adds  0e3e434   Update inc/bundle
      adds  5647fcd   Update Module::Install to latest
      adds  9e72ab8   Release engineering for 0.9166
      adds  28c23ed   Correct an environment variable typo
      adds  35296f8   Implement x_use_unsafe_inc meta behaviour RT#121656 (#13)
      adds  818cedd   Update inc/bundle
      adds  4b1e9ad   Release engineering for 0.9168
      adds  cfff636   Fix RT#122849 problems with parse_module()
      adds  ec9b70f   Add parse_module() test for previous commit
      adds  8672fb2   Update inc/bundle
      adds  341155e   Release engineering for 0.9170
      adds  45d82fe   [rt.cpan.org #123221] Replace File'Fetch with File::Fetch
      adds  569ba69   Update inc/bundle
      adds  de94965   Release engineering for 0.9172
      adds  a93191b   New upstream version 0.9172
       new  f8fa8dd   Update upstream source from tag 'upstream/0.9172'
       new  fffda46   Update debian/changelog
       new  ccd6484   debian/upstream/metadata: update Contact field.
       new  ddd73ac   Declare compliance with Debian Policy 4.1.1.
       new  7b1b843   Update versioned alternative (build) dependencies.
       new  b0d59c1   update comment in debian/tests/pkg-perl/smoke-skip
       new  3ef45f7   releasing package libcpanplus-perl version 0.9172-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:
 ChangeLog                                          |   28 +
 MANIFEST                                           |    1 +
 META.json                                          |    2 +-
 META.yml                                           |    2 +-
 Makefile.PL                                        |    8 +-
 debian/changelog                                   |    9 +
 debian/control                                     |   18 +-
 debian/tests/pkg-perl/smoke-skip                   |    3 +-
 debian/upstream/metadata                           |    2 +-
 inc/Module/Install.pm                              |  574 ++++---
 inc/Module/Install/Base.pm                         |   65 +-
 inc/Module/Install/Can.pm                          |  109 +-
 inc/Module/Install/Fetch.pm                        |    8 +-
 inc/Module/Install/Makefile.pm                     |  518 +++++--
 inc/Module/Install/Metadata.pm                     |  889 ++++++++---
 inc/Module/Install/Scripts.pm                      |   55 +-
 inc/Module/Install/Win32.pm                        |   13 +-
 inc/Module/Install/WriteAll.pm                     |   80 +-
 inc/bundle/Archive/Extract.pm                      |   11 +-
 inc/bundle/Archive/Tar.pm                          |    5 +-
 inc/bundle/Archive/Tar/Constant.pm                 |    2 +-
 inc/bundle/Archive/Tar/File.pm                     |    2 +-
 inc/bundle/File/Fetch.pm                           |    2 +-
 inc/bundle/IPC/Cmd.pm                              |   31 +-
 inc/bundle/JSON/PP.pm                              | 1582 ++++++++++----------
 inc/bundle/JSON/PP/Boolean.pm                      |   23 +-
 inc/bundle/Module/CoreList.pm                      |  739 ++++++++-
 inc/bundle/Module/CoreList/TieHashDelta.pm         |    2 +-
 inc/bundle/Module/CoreList/Utils.pm                |  102 +-
 inc/bundle/version.pm                              |    6 +-
 inc/bundle/version/regex.pm                        |   16 +-
 inc/bundle/version/vpp.pm                          |    2 +-
 lib/CPANPLUS.pm                                    |    2 +-
 lib/CPANPLUS/Backend.pm                            |   13 +-
 lib/CPANPLUS/Backend/RV.pm                         |    2 +-
 lib/CPANPLUS/Config.pm                             |    2 +-
 lib/CPANPLUS/Config/HomeEnv.pm                     |    2 +-
 lib/CPANPLUS/Configure.pm                          |    2 +-
 lib/CPANPLUS/Configure/Setup.pm                    |    2 +-
 lib/CPANPLUS/Dist.pm                               |   47 +-
 lib/CPANPLUS/Dist/Autobundle.pm                    |    4 +-
 lib/CPANPLUS/Dist/Base.pm                          |    2 +-
 lib/CPANPLUS/Dist/MM.pm                            |   26 +-
 lib/CPANPLUS/Dist/Sample.pm                        |    2 +-
 lib/CPANPLUS/Error.pm                              |    2 +-
 lib/CPANPLUS/Internals.pm                          |    4 +-
 lib/CPANPLUS/Internals/Constants.pm                |    2 +-
 lib/CPANPLUS/Internals/Constants/Report.pm         |    2 +-
 lib/CPANPLUS/Internals/Extract.pm                  |    2 +-
 lib/CPANPLUS/Internals/Fetch.pm                    |   16 +-
 lib/CPANPLUS/Internals/Report.pm                   |    2 +-
 lib/CPANPLUS/Internals/Search.pm                   |    2 +-
 lib/CPANPLUS/Internals/Source.pm                   |    2 +-
 lib/CPANPLUS/Internals/Source/Memory.pm            |    2 +-
 lib/CPANPLUS/Internals/Source/SQLite.pm            |    2 +-
 lib/CPANPLUS/Internals/Source/SQLite/Tie.pm        |    2 +-
 lib/CPANPLUS/Internals/Utils.pm                    |    2 +-
 lib/CPANPLUS/Internals/Utils/Autoflush.pm          |    4 +-
 lib/CPANPLUS/Module.pm                             |    2 +-
 lib/CPANPLUS/Module/Author.pm                      |    2 +-
 lib/CPANPLUS/Module/Author/Fake.pm                 |    2 +-
 lib/CPANPLUS/Module/Checksums.pm                   |    2 +-
 lib/CPANPLUS/Module/Fake.pm                        |    2 +-
 lib/CPANPLUS/Module/Signature.pm                   |    2 +-
 lib/CPANPLUS/Selfupdate.pm                         |    2 +-
 lib/CPANPLUS/Shell.pm                              |    2 +-
 lib/CPANPLUS/Shell/Classic.pm                      |    2 +-
 lib/CPANPLUS/Shell/Default.pm                      |    2 +-
 lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm |    2 +-
 lib/CPANPLUS/Shell/Default/Plugins/Remote.pm       |    2 +-
 lib/CPANPLUS/Shell/Default/Plugins/Source.pm       |    2 +-
 t/04_CPANPLUS-Module.t                             |    1 +
 t/08_CPANPLUS-Backend.t                            |    5 +
 ...PANPLUS-0.01.tar.gz => Digest-SHA1-2.13.tar.gz} |  Bin
 t/dummy-CPAN/modules/02packages.details.txt.gz     |  Bin 451 -> 475 bytes
 75 files changed, 3475 insertions(+), 1618 deletions(-)
 copy t/dummy-CPAN/authors/id/EUNOXS/{CPANPLUS-0.01.tar.gz => Digest-SHA1-2.13.tar.gz} (100%)

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



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