[libmodule-install-perl] branch master updated (2d90175 -> d695b6b)

gregor herrmann gregoa at debian.org
Tue Jul 7 16:56:15 UTC 2015


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

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

      from  2d90175   releasing package libmodule-install-perl version 1.14-1
      adds  6bafec1   Handle the urllist option when using CPAN
      adds  3f83538   Merge pull request #36 from broquaint/master
      adds  827b68d   switch file operations in t/lib/Test.pm to binmode
      adds  4932d26   allow 22_installdirs.t to accept Makefile with windows newlines
      adds  2704b0f   Merge pull request #38 from wchristian/more_newlines
      adds  a5708d0   Fix indent in Metadata.pm
      adds  b1ef987   bump version to 1.15
      adds  35c53c4   changelog for 1.15
      adds  151582f   add a basic MANIFEST.SKIP
      adds  e5c1a4d   autodie is used by tests - add it to prereqs!
      adds  4157f22   add a boring .gitignore
      adds  7ccad4a   use a consistent date format
      adds  7212753   replace a dead TPJ link.
      adds  9960b53   travis: Force Makefile.PL to be invoked independently.
      adds  4d7d8a4   add (ascii-only, unfortunately) contributors to metadata
      adds  75c72e2   changelog for 1.16
      adds  8a03017   now that we are requiring perl 5.6, we can use strict and warnings in the normal way
      adds  299e553   bump $VERSION to 1.16
      adds  42e01ae   ignore these build artifacts too
      adds  45be629   we do not need to ship inc/ - we bootstrap ourselves out of lib/inc/
      adds  83b591c   Imported Upstream version 1.16
       new  59b61d2   Merge tag 'upstream/1.16'
       new  619868a   Update debian/changelog
       new  618abcb   Update years of packaging copyright.
       new  d695b6b   releasing package libmodule-install-perl version 1.16-1

The 4 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:
 .travis.yml                          |   4 +-
 Changes                              |   7 +
 MANIFEST                             |  10 +-
 MANIFEST.SKIP                        |  72 ++++
 META.yml                             |  37 +-
 Makefile.PL                          |  44 ++-
 debian/changelog                     |   7 +
 debian/copyright                     |   2 +-
 inc/Module/Install.pm                | 474 -----------------------
 inc/Module/Install/Base.pm           |  83 ----
 inc/Module/Install/Can.pm            | 154 --------
 inc/Module/Install/Fetch.pm          |  93 -----
 inc/Module/Install/Makefile.pm       | 418 --------------------
 inc/Module/Install/Metadata.pm       | 722 -----------------------------------
 inc/Module/Install/Win32.pm          |  64 ----
 inc/Module/Install/With.pm           |  82 ----
 inc/Module/Install/WriteAll.pm       |  63 ---
 lib/Module/AutoInstall.pm            |   4 +-
 lib/Module/Install.pm                |   2 +-
 lib/Module/Install.pod               |   2 +-
 lib/Module/Install/Admin.pm          |   2 +-
 lib/Module/Install/Admin/Bundle.pm   |   2 +-
 lib/Module/Install/Admin/Compiler.pm |   2 +-
 lib/Module/Install/Admin/Find.pm     |   2 +-
 lib/Module/Install/Admin/Include.pm  |   2 +-
 lib/Module/Install/Admin/Makefile.pm |   2 +-
 lib/Module/Install/Admin/Manifest.pm |   2 +-
 lib/Module/Install/Admin/Metadata.pm |  10 +-
 lib/Module/Install/Admin/ScanDeps.pm |   2 +-
 lib/Module/Install/Admin/WriteAll.pm |   2 +-
 lib/Module/Install/AutoInstall.pm    |   2 +-
 lib/Module/Install/Base.pm           |   2 +-
 lib/Module/Install/Bundle.pm         |   2 +-
 lib/Module/Install/Can.pm            |   2 +-
 lib/Module/Install/Compiler.pm       |   2 +-
 lib/Module/Install/DSL.pm            |   2 +-
 lib/Module/Install/Deprecated.pm     |   2 +-
 lib/Module/Install/External.pm       |   2 +-
 lib/Module/Install/Fetch.pm          |   2 +-
 lib/Module/Install/Include.pm        |   2 +-
 lib/Module/Install/Inline.pm         |   2 +-
 lib/Module/Install/MakeMaker.pm      |   2 +-
 lib/Module/Install/Makefile.pm       |   2 +-
 lib/Module/Install/Metadata.pm       |   2 +-
 lib/Module/Install/PAR.pm            |   2 +-
 lib/Module/Install/Run.pm            |   2 +-
 lib/Module/Install/Scripts.pm        |   2 +-
 lib/Module/Install/Share.pm          |   2 +-
 lib/Module/Install/Win32.pm          |   2 +-
 lib/Module/Install/With.pm           |   2 +-
 lib/Module/Install/WriteAll.pm       |   2 +-
 lib/inc/Module/Install.pm            |   2 +-
 lib/inc/Module/Install/DSL.pm        |   2 +-
 t/22_installdirs.t                   |   8 +-
 t/lib/Test.pm                        |   8 +-
 55 files changed, 214 insertions(+), 2220 deletions(-)
 create mode 100644 MANIFEST.SKIP
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/With.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm

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



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