[libpath-isdev-perl] 01/06: Update upstream source from tag 'upstream/1.001003'

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 commit to branch master
in repository libpath-isdev-perl.

commit 81a6cd3b8130435be8f2cc57a3e6fefa9de02099
Merge: e403fe5 fabae5f
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jan 1 22:54:49 2018 +0100

    Update upstream source from tag 'upstream/1.001003'
    
    Update to upstream version '1.001003'
    with Debian dir 7f55d0c30cbc5cfd400c549ada980278db0f3cd9

 .gitignore                                         |   3 +-
 .mailmap                                           |   2 +
 .travis.yml                                        |  94 +--
 Changes                                            |  11 +-
 LICENSE                                            |   6 +-
 MANIFEST                                           |  10 +-
 META.json                                          | 609 ++++++++++---------
 META.yml                                           | 662 ++-------------------
 Makefile.PL                                        |  20 +-
 README                                             | 286 +--------
 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 +-
 90 files changed, 1434 insertions(+), 1700 deletions(-)

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