[libcpanplus-perl] branch master updated (3bbcae0 -> d1dd0d4)

gregor herrmann gregoa at debian.org
Mon Nov 30 19:45:25 UTC 2015


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

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

      from  3bbcae0   update changelog
       new  6100810   Add debian/upstream/metadata
       new  9e485cb   Update debian/changelog
      adds  c57c9e6   Imported Upstream version 0.9156
       new  03b7ed9   Merge tag 'upstream/0.9156'
       new  a860b18   Update debian/changelog
       new  30669a5   Update copyright years of some third-party files.
       new  8da9c78   Bump debhelper compatibility level to 9.
       new  d1dd0d4   releasing package libcpanplus-perl version 0.9156-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                                          |   10 +
 MANIFEST                                           |    1 +
 META.json                                          |   36 +
 META.yml                                           |    2 +-
 debian/changelog                                   |    8 +-
 debian/compat                                      |    2 +-
 debian/control                                     |    2 +-
 debian/copyright                                   |    6 +-
 debian/upstream/metadata                           |    5 +
 inc/bundle/Archive/Extract.pm                      |    8 +-
 inc/bundle/Archive/Tar.pm                          |   12 +-
 inc/bundle/Archive/Tar/Constant.pm                 |    2 +-
 inc/bundle/Archive/Tar/File.pm                     |    2 +-
 inc/bundle/CPAN/Meta/YAML.pm                       |   58 +-
 inc/bundle/Devel/InnerPackage.pm                   |    2 +-
 inc/bundle/HTTP/Tiny.pm                            |  837 ++++---
 inc/bundle/JSON/PP.pm                              |   20 +-
 inc/bundle/Module/CoreList.pm                      | 2514 ++++++++++++++++++--
 inc/bundle/Module/CoreList/TieHashDelta.pm         |    6 +-
 inc/bundle/Module/CoreList/Utils.pm                |  176 +-
 inc/bundle/Module/Load/Conditional.pm              |    5 +-
 inc/bundle/Module/Metadata.pm                      |   94 +-
 inc/bundle/Module/Pluggable.pm                     |  117 +-
 inc/bundle/Module/Pluggable/Object.pm              |   30 +-
 inc/bundle/Package/Constants.pm                    |   11 +-
 inc/bundle/Parse/CPAN/Meta.pm                      |   19 +-
 inc/bundle/Term/UI.pm                              |    6 +-
 inc/bundle/Term/UI/History.pm                      |    2 +-
 inc/bundle/version.pm                              |   10 +-
 inc/bundle/version.pod                             |    2 +-
 inc/bundle/version/regex.pm                        |    2 +-
 inc/bundle/version/vpp.pm                          |   50 +-
 lib/CPANPLUS.pm                                    |    2 +-
 lib/CPANPLUS/Backend.pm                            |   14 +-
 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                               |    2 +-
 lib/CPANPLUS/Dist/Autobundle.pm                    |    2 +-
 lib/CPANPLUS/Dist/Base.pm                          |    2 +-
 lib/CPANPLUS/Dist/MM.pm                            |    2 +-
 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                  |    8 +-
 lib/CPANPLUS/Internals/Fetch.pm                    |    2 +-
 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                    |   86 +-
 lib/CPANPLUS/Internals/Utils/Autoflush.pm          |    2 +-
 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/08_CPANPLUS-Backend.t                            |   23 +-
 72 files changed, 3465 insertions(+), 797 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/upstream/metadata

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