[libpath-isdev-perl] branch master updated (e403fe5 -> 44b26b2)

gregor herrmann gregoa at debian.org
Mon Jan 1 22:01:59 UTC 2018


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

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

      from  e403fe5   update changelog
      adds  1103801   Build results of 6f6749c (on master)
      adds  fabae5f   New upstream version 1.001003
       new  81a6cd3   Update upstream source from tag 'upstream/1.001003'
       new  e56fd39   Update debian/changelog
       new  82ba088   Update years of upstream copyright.
       new  27fa67a   Declare compliance with Debian Policy 4.1.3.
       new  517b536   Bump debhelper compatibility level to 10.
       new  44b26b2   releasing package libpath-isdev-perl version 1.001003-1

The 6 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:
 .gitignore                                         |   3 +-
 .mailmap                                           |   2 +
 .travis.yml                                        |  94 +--
 Changes                                            |  11 +-
 LICENSE                                            |   6 +-
 MANIFEST                                           |  10 +-
 META.json                                          | 609 ++++++++++---------
 META.yml                                           | 662 ++-------------------
 Makefile.PL                                        |  20 +-
 README                                             | 286 +--------
 debian/changelog                                   |  10 +-
 debian/compat                                      |   2 +-
 debian/control                                     |   4 +-
 debian/copyright                                   |   2 +-
 dist.ini                                           |  73 ++-
 dist.ini.meta                                      |   6 +-
 lib/Path/IsDev.pm                                  |   8 +-
 lib/Path/IsDev/Heuristic/Changelog.pm              |   8 +-
 lib/Path/IsDev/Heuristic/DevDirMarker.pm           |   8 +-
 lib/Path/IsDev/Heuristic/META.pm                   |   8 +-
 lib/Path/IsDev/Heuristic/MYMETA.pm                 |   8 +-
 lib/Path/IsDev/Heuristic/Makefile.pm               |   8 +-
 lib/Path/IsDev/Heuristic/TestDir.pm                |   8 +-
 lib/Path/IsDev/Heuristic/Tool/Dzil.pm              |   8 +-
 lib/Path/IsDev/Heuristic/Tool/MakeMaker.pm         |   8 +-
 lib/Path/IsDev/Heuristic/Tool/ModuleBuild.pm       |   8 +-
 lib/Path/IsDev/Heuristic/VCS/Git.pm                |   8 +-
 lib/Path/IsDev/HeuristicSet/Basic.pm               |   8 +-
 lib/Path/IsDev/NegativeHeuristic/HomeDir.pm        |   8 +-
 .../IsDev/NegativeHeuristic/IsDev/IgnoreFile.pm    |   8 +-
 lib/Path/IsDev/NegativeHeuristic/PerlINC.pm        |   8 +-
 lib/Path/IsDev/Object.pm                           |   8 +-
 lib/Path/IsDev/Result.pm                           |   8 +-
 lib/Path/IsDev/Role/Heuristic.pm                   |   8 +-
 lib/Path/IsDev/Role/HeuristicSet.pm                |   8 +-
 lib/Path/IsDev/Role/HeuristicSet/Simple.pm         |   8 +-
 .../Role/Matcher/Child/BaseName/MatchRegexp.pm     |   8 +-
 .../Matcher/Child/BaseName/MatchRegexp/File.pm     |   8 +-
 lib/Path/IsDev/Role/Matcher/Child/Exists/Any.pm    |   8 +-
 .../IsDev/Role/Matcher/Child/Exists/Any/Dir.pm     |   8 +-
 .../IsDev/Role/Matcher/Child/Exists/Any/File.pm    |   8 +-
 lib/Path/IsDev/Role/Matcher/FullPath/Is/Any.pm     |   8 +-
 lib/Path/IsDev/Role/NegativeHeuristic.pm           |   8 +-
 misc/Changes.deps                                  |  13 +-
 misc/Changes.deps.all                              |  57 +-
 misc/Changes.deps.dev                              |  38 +-
 misc/Changes.deps.opt                              |  14 +-
 misc/built_with.json                               | 100 ++++
 .../lib_Path_IsDev_HeuristicSet_Basic_pm.t         |  24 +-
 .../lib_Path_IsDev_Heuristic_Changelog_pm.t        |  24 +-
 .../lib_Path_IsDev_Heuristic_DevDirMarker_pm.t     |  24 +-
 t/00-compile/lib_Path_IsDev_Heuristic_META_pm.t    |  24 +-
 t/00-compile/lib_Path_IsDev_Heuristic_MYMETA_pm.t  |  24 +-
 .../lib_Path_IsDev_Heuristic_Makefile_pm.t         |  24 +-
 t/00-compile/lib_Path_IsDev_Heuristic_TestDir_pm.t |  24 +-
 .../lib_Path_IsDev_Heuristic_Tool_Dzil_pm.t        |  24 +-
 .../lib_Path_IsDev_Heuristic_Tool_MakeMaker_pm.t   |  24 +-
 .../lib_Path_IsDev_Heuristic_Tool_ModuleBuild_pm.t |  24 +-
 t/00-compile/lib_Path_IsDev_Heuristic_VCS_Git_pm.t |  24 +-
 .../lib_Path_IsDev_NegativeHeuristic_HomeDir_pm.t  |  24 +-
 ...h_IsDev_NegativeHeuristic_IsDev_IgnoreFile_pm.t |  24 +-
 .../lib_Path_IsDev_NegativeHeuristic_PerlINC_pm.t  |  24 +-
 t/00-compile/lib_Path_IsDev_Object_pm.t            |  24 +-
 t/00-compile/lib_Path_IsDev_Result_pm.t            |  24 +-
 .../lib_Path_IsDev_Role_HeuristicSet_Simple_pm.t   |  24 +-
 t/00-compile/lib_Path_IsDev_Role_HeuristicSet_pm.t |  24 +-
 t/00-compile/lib_Path_IsDev_Role_Heuristic_pm.t    |  24 +-
 ...le_Matcher_Child_BaseName_MatchRegexp_File_pm.t |  24 +-
 ...ev_Role_Matcher_Child_BaseName_MatchRegexp_pm.t |  24 +-
 ...th_IsDev_Role_Matcher_Child_Exists_Any_Dir_pm.t |  24 +-
 ...h_IsDev_Role_Matcher_Child_Exists_Any_File_pm.t |  24 +-
 ...b_Path_IsDev_Role_Matcher_Child_Exists_Any_pm.t |  24 +-
 ...ib_Path_IsDev_Role_Matcher_FullPath_Is_Any_pm.t |  24 +-
 .../lib_Path_IsDev_Role_NegativeHeuristic_pm.t     |  24 +-
 t/00-compile/lib_Path_IsDev_pm.t                   |  24 +-
 t/00-report-prereqs.dd                             |  47 +-
 t/00-report-prereqs.t                              |  21 +-
 t/Path-IsDev-Object/_matches.t                     |  16 +-
 t/Path-IsDev-Object/basic.t                        |  30 +-
 t/Path-IsDev/is_dev/Changelog.t                    |   5 +-
 t/Path-IsDev/is_dev/DZil.t                         |   5 +-
 t/Path-IsDev/is_dev/DevDir.t                       |   5 +-
 t/Path-IsDev/is_dev/META.t                         |   5 +-
 t/Path-IsDev/is_dev/MYMETA.t                       |   5 +-
 t/Path-IsDev/is_dev/MakeMaker.t                    |   5 +-
 t/Path-IsDev/is_dev/ModuleBuild.t                  |   5 +-
 t/Path-IsDev/is_dev/TestDir.t                      |   5 +-
 t/basic.t                                          |   4 +-
 xt/author/eol.t                                    |  81 +++
 xt/{release => author}/pod-coverage.t              |   0
 xt/{release => author}/pod-syntax.t                |   1 +
 xt/release/cpan-changes.t                          |   9 +-
 xt/release/eol.t                                   |   8 -
 xt/release/kwalitee.t                              |   9 +-
 94 files changed, 1445 insertions(+), 1707 deletions(-)
 create mode 100644 .mailmap
 create mode 100644 misc/built_with.json
 create mode 100644 xt/author/eol.t
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 delete mode 100644 xt/release/eol.t

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



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