[libmodule-install-perl] branch master updated (d96d624 -> 1587468)

gregor herrmann gregoa at debian.org
Sun Oct 30 15:50:02 UTC 2016


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  d96d624   update changelog
      adds  5d3b057   pimp JSON::MaybeXS in examples instead of JSON, JSON::XS
      adds  76b5dfb   Simplify code
      adds  345fcc7   Update changes
      adds  582914e   Merge branch 'pr/simplify'
      adds  21ad218   Only call mkpath() if there is a path to create
      adds  2714cc6   update changes
      adds  6c64cf6   Merge branch 'old_mkpath_fix'
      adds  960482a   Add information recommending alternatives
      adds  929bbd8   Merge branch 'Grinnz-master'
      adds  6895b36   Long-overdue VMS fixes.
      adds  846e9c8   fix typo
      adds  cc83af4   EUMM::prompt has a prototype - maintain it when monkey patching
      adds  4e8aeae   update README from latest pod
      adds  2105c1f   regenerate README when Makefile.PL is run by author
      adds  ad94452   update x_contributors in Makefile.PL
      adds  64bf88d   Merge branch 'pr/56'
      adds  5c67c7f   commit a small TODO list, likely to get bigger
      adds  5b54772   remaining Changes entries for 1.17 release
      adds  01e3799   bump $VERSION to 1.17
      adds  5949264   timestamp in Changes file
      adds  baf3651   New upstream version 1.17
       new  5d82974   Merge tag 'upstream/1.17'
       new  0a8e03a   Update debian/changelog
       new  497eed1   Update years of packaging copyright.
       new  cc74a33   Declare compliance with Debian Policy 3.9.8.
       new  3f03c5f   Bump debhelper compatibility level to 9.
       new  646189a   debian/control: add upstream deprecation note
       new  e0781b8   Add a patch to fix spelling mistakes in the POD.
       new  1587468   releasing package libmodule-install-perl version 1.17-1

The 8 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:
 .ackrc                               |  3 ++
 Changes                              |  6 ++++
 MANIFEST                             |  2 ++
 MANIFEST.SKIP                        | 68 +-----------------------------------
 META.yml                             | 28 ++++++++-------
 Makefile.PL                          | 29 +++++++++------
 README                               | 57 +++++++++++++++++++-----------
 TODO                                 | 21 +++++++++++
 debian/changelog                     | 18 ++++++----
 debian/compat                        |  2 +-
 debian/control                       |  9 +++--
 debian/copyright                     |  2 +-
 debian/patches/series                |  1 +
 debian/patches/spelling.patch        | 29 +++++++++++++++
 lib/Module/AutoInstall.pm            |  2 +-
 lib/Module/Install.pm                | 35 ++++---------------
 lib/Module/Install.pod               | 15 +++++++-
 lib/Module/Install/API.pod           |  3 +-
 lib/Module/Install/Admin.pm          |  5 +--
 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 |  2 +-
 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            | 11 +++++-
 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/03_autoinstall.t                   |  2 +-
 t/lib/Test.pm                        |  2 +-
 53 files changed, 222 insertions(+), 190 deletions(-)
 create mode 100644 .ackrc
 create mode 100644 TODO
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch

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