[libclass-inspector-perl] branch master updated (50ef0aa -> 49a62f9)

gregor herrmann gregoa at debian.org
Thu Nov 24 21:03:35 UTC 2016


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

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

      from  50ef0aa   update changelog
      adds  0719210   New upstream version 1.30
       new  a316365   Merge tag 'upstream/1.30'
       new  1e51f4f   New upstream release.
       new  4f92103   Drop pod.patch, fixed upstream.
       new  a5307ed   Add debian/upstream/metadata.
       new  d584224   Update years of packaging copyright.
       new  f2ce6f5   Declare compliance with Debian Policy 3.9.8.
       new  1d9189e   Bump debhelper compatibility level to 9.
       new  49a62f9   releasing package libclass-inspector-perl version 1.30-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:
 Changes                          | 147 +++++----
 LICENSE                          | 398 ------------------------
 MANIFEST                         |   8 +-
 MANIFEST.SKIP                    |   7 +
 META.yml                         |  18 +-
 MYMETA.json                      |  54 ----
 Makefile.PL                      |  17 +-
 README                           | 210 -------------
 debian/changelog                 |  10 +-
 debian/compat                    |   2 +-
 debian/control                   |   4 +-
 debian/copyright                 |   2 +-
 debian/patches/pod.patch         |  27 --
 debian/patches/series            |   1 -
 debian/upstream/metadata         |   6 +
 inc/Module/Install.pm            |  51 +--
 inc/Module/Install/Base.pm       |   2 +-
 inc/Module/Install/Can.pm        |  13 +-
 inc/Module/Install/DSL.pm        | 102 ------
 inc/Module/Install/Fetch.pm      |   2 +-
 inc/Module/Install/Makefile.pm   |   4 +-
 inc/Module/Install/Metadata.pm   |   6 +-
 inc/Module/Install/Win32.pm      |   2 +-
 inc/Module/Install/WriteAll.pm   |   2 +-
 lib/Class/Inspector.pm           | 520 ++++++++++++++++---------------
 lib/Class/Inspector/Functions.pm |  48 +--
 t/01_compile.t                   |   4 +-
 t/02_main.t                      | 654 +++++++++++++++++++--------------------
 t/03_inc_to_local.t              |  74 ++---
 t/04_main_functions.t            | 159 +++++-----
 xt/meta.t                        |  27 --
 xt/pmv.t                         |  32 --
 xt/pod.t                         |  32 --
 33 files changed, 912 insertions(+), 1733 deletions(-)
 delete mode 100644 LICENSE
 create mode 100644 MANIFEST.SKIP
 delete mode 100644 MYMETA.json
 delete mode 100644 README
 delete mode 100644 debian/patches/pod.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 delete mode 100644 inc/Module/Install/DSL.pm
 delete mode 100644 xt/meta.t
 delete mode 100644 xt/pmv.t
 delete mode 100644 xt/pod.t

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



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