[libmodule-cpants-analyse-perl] branch master updated (4d437f9 -> 9869802)

Florian Schlichting fsfs at alioth.debian.org
Sun Aug 11 12:09:40 UTC 2013


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

fsfs pushed a change to branch master
in repository libmodule-cpants-analyse-perl.

      from  4d437f9   update changelog
      adds  98b592e   Imported Upstream version 0.88+dfsg
       new  fc58eac   Merge tag 'upstream/0.88+dfsg'
       new  0a6b45d   Imported Upstream version 0.88+dfsg
       new  e58f810   Bumped Standards-Version to 3.9.4 (no change)
       new  3fb07a9   update (build-)dependencies
       new  3a2d751   drop 02-cpantserrors-pod.patch, applied upstream
       new  63cf44c   drop 03-yaml.patch, YAML::Any is now available in libyaml-perl
       new  1fe23e8   do not run t/11_hash_random.t as it depends on removed example archive
       new  296212d   Add myself to uploaders and copyright
       new  9869802   prepare changelog for release, adding bug closer

The 9 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:
 AUTHORS                                       |    4 +-
 Build.PL                                      |   25 +-
 Changes                                       |   43 ++-
 MANIFEST                                      |   10 +-
 META.json                                     |   77 +++--
 META.yml                                      |   65 ++---
 Makefile.PL                                   |   71 +++--
 README                                        |    2 +-
 SIGNATURE                                     |  100 -------
 bin/cpants_lint.pl                            |    2 +-
 debian/changelog                              |   15 +-
 debian/control                                |   39 +--
 debian/copyright                              |    1 +
 debian/patches/02-cpantserrors-pod.patch      |   35 ---
 debian/patches/03-yaml.patch                  |   39 ---
 debian/patches/series                         |    2 -
 debian/rules                                  |    2 +-
 lib/Module/CPANTS/Analyse.pm                  |   33 ++-
 lib/Module/CPANTS/Kwalitee.pm                 |    2 +
 lib/Module/CPANTS/Kwalitee/BrokenInstaller.pm |   18 +-
 lib/Module/CPANTS/Kwalitee/CpantsErrors.pm    |   37 ++-
 lib/Module/CPANTS/Kwalitee/Distname.pm        |   60 +---
 lib/Module/CPANTS/Kwalitee/Distros.pm         |  148 +---------
 lib/Module/CPANTS/Kwalitee/Files.pm           |  273 +++++++++++++-----
 lib/Module/CPANTS/Kwalitee/FindModules.pm     |   32 ++-
 lib/Module/CPANTS/Kwalitee/License.pm         |  120 ++++----
 lib/Module/CPANTS/Kwalitee/Manifest.pm        |   21 +-
 lib/Module/CPANTS/Kwalitee/MetaYML.pm         |  178 +++++++-----
 lib/Module/CPANTS/Kwalitee/NeedsCompiler.pm   |    2 +
 lib/Module/CPANTS/Kwalitee/Pod.pm             |   62 +---
 lib/Module/CPANTS/Kwalitee/Prereq.pm          |  381 +++++++++++++++++--------
 lib/Module/CPANTS/Kwalitee/Repackageable.pm   |   51 +---
 lib/Module/CPANTS/Kwalitee/Signature.pm       |   40 +--
 lib/Module/CPANTS/Kwalitee/Uses.pm            |   95 +++---
 lib/Module/CPANTS/Kwalitee/Version.pm         |  115 +-------
 t/00_load.t                                   |    2 +
 t/02_kwalitee.t                               |   14 +-
 t/03_plugins.t                                |    8 +-
 t/05_testdir.t                                |    2 +
 t/10_analyse.t                                |  223 +--------------
 t/11_hash_random.pl                           |   41 +++
 t/11_hash_random.t                            |   15 +
 t/analyse_afs.t                               |    5 +-
 t/analyse_axkit_xsp_l10n.t                    |   14 +-
 t/analyse_devel_timer.t                       |    4 +-
 t/analyse_eg_c.t                              |    5 +-
 t/analyse_html_tiny.t                         |    5 +-
 t/analyse_test_yaml_meta.t                    |    6 +-
 t/calc.t                                      |   31 +-
 t/calc_test_yaml_meta.t                       |   36 +--
 t/generated_files.t                           |   24 +-
 t/older_test_kwalitee.t                       |   37 +++
 t/unpack.t                                    |    2 +
 t/unpack_notextractable.t                     |    8 +-
 xt/99_pod.t                                   |    2 +
 xt/99_pod_coverage.t                          |    2 +
 56 files changed, 1219 insertions(+), 1467 deletions(-)
 delete mode 100644 SIGNATURE
 delete mode 100644 debian/patches/02-cpantserrors-pod.patch
 delete mode 100644 debian/patches/03-yaml.patch
 create mode 100644 t/11_hash_random.pl
 create mode 100644 t/11_hash_random.t
 create mode 100644 t/older_test_kwalitee.t

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



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