[libpath-isdev-perl] 01/04: Merge tag 'upstream/1.001001'

gregor herrmann gregoa at debian.org
Sat Jul 19 21:28:14 UTC 2014


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 f92aa779e16e0d220bff15e8e1a121ee2447a206
Merge: 1d532d1 b67193b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 19 23:25:28 2014 +0200

    Merge tag 'upstream/1.001001'
    
    Upstream version 1.001001

 .gitignore                                         |   2 +
 .travis.yml                                        |   6 +
 Changes                                            | 130 +++----
 MANIFEST                                           |  30 +-
 META.json                                          | 429 +++++++++++++--------
 META.yml                                           | 366 +++++++++++-------
 Makefile.PL                                        |   5 +-
 README                                             |   2 +-
 dist.ini                                           | 209 ++++++++--
 dist.ini => dist.ini.meta                          |   5 +-
 lib/Path/IsDev.pm                                  |   6 +-
 lib/Path/IsDev/Heuristic/Changelog.pm              |   6 +-
 lib/Path/IsDev/Heuristic/DevDirMarker.pm           |   6 +-
 lib/Path/IsDev/Heuristic/META.pm                   |   6 +-
 lib/Path/IsDev/Heuristic/MYMETA.pm                 |   6 +-
 lib/Path/IsDev/Heuristic/Makefile.pm               |   6 +-
 lib/Path/IsDev/Heuristic/TestDir.pm                |   6 +-
 lib/Path/IsDev/Heuristic/Tool/Dzil.pm              |   6 +-
 lib/Path/IsDev/Heuristic/Tool/MakeMaker.pm         |   6 +-
 lib/Path/IsDev/Heuristic/Tool/ModuleBuild.pm       |   6 +-
 lib/Path/IsDev/Heuristic/VCS/Git.pm                |   6 +-
 lib/Path/IsDev/HeuristicSet/Basic.pm               |   6 +-
 lib/Path/IsDev/NegativeHeuristic/HomeDir.pm        |   6 +-
 .../IsDev/NegativeHeuristic/IsDev/IgnoreFile.pm    |   6 +-
 lib/Path/IsDev/NegativeHeuristic/PerlINC.pm        |   6 +-
 lib/Path/IsDev/Object.pm                           |   6 +-
 lib/Path/IsDev/Result.pm                           |   6 +-
 lib/Path/IsDev/Role/Heuristic.pm                   |   6 +-
 lib/Path/IsDev/Role/HeuristicSet.pm                |   6 +-
 lib/Path/IsDev/Role/HeuristicSet/Simple.pm         |   6 +-
 .../Role/Matcher/Child/BaseName/MatchRegexp.pm     |   6 +-
 .../Matcher/Child/BaseName/MatchRegexp/File.pm     |   6 +-
 lib/Path/IsDev/Role/Matcher/Child/Exists/Any.pm    |   6 +-
 .../IsDev/Role/Matcher/Child/Exists/Any/Dir.pm     |   6 +-
 .../IsDev/Role/Matcher/Child/Exists/Any/File.pm    |   6 +-
 lib/Path/IsDev/Role/Matcher/FullPath/Is/Any.pm     |   6 +-
 lib/Path/IsDev/Role/NegativeHeuristic.pm           |   6 +-
 maint-travis-ci/.gitrepo                           |  11 -
 maint-travis-ci/.perltidyrc                        |   2 -
 maint-travis-ci/README.mkdn                        |  53 ---
 maint-travis-ci/before_script.pl                   |  31 --
 maint-travis-ci/branch_reset.pl                    |  51 ---
 maint-travis-ci/create_github_repo.pl              |  38 --
 maint-travis-ci/install_deps.pl                    |  87 -----
 maint-travis-ci/install_deps_early.pl              |  47 ---
 maint-travis-ci/lib/tools.pm                       | 204 ----------
 maint-travis-ci/merge_travis_yml.pl                |  31 --
 maint-travis-ci/report_fail_ctx.pl                 |  13 -
 maint-travis-ci/script.pl                          |  35 --
 maint-travis-ci/sterilize_env.pl                   |  23 --
 maint-travis-ci/sync_tree.pl                       |  81 ----
 maint-travis-ci/travis_enable.pl                   |  88 -----
 maint-travis-ci/yamls/sterile.mkdn                 |  54 ---
 maint-travis-ci/yamls/sterile.yaml                 |  42 --
 maint-travis-ci/yamls/sterile2.yaml                |  50 ---
 maint/perlcritic.rc.gen.pl                         |  13 +-
 Changes.deps => misc/Changes.deps                  |  11 +-
 Changes.deps.all => misc/Changes.deps.all          |  27 +-
 Changes.deps.dev => misc/Changes.deps.dev          |  20 +-
 misc/Changes.deps.opt                              |  48 +++
 perlcritic.deps => misc/perlcritic.deps            |   0
 .../lib_Path_IsDev_HeuristicSet_Basic_pm.t         |   2 +-
 .../lib_Path_IsDev_Heuristic_Changelog_pm.t        |   2 +-
 .../lib_Path_IsDev_Heuristic_DevDirMarker_pm.t     |   2 +-
 t/00-compile/lib_Path_IsDev_Heuristic_META_pm.t    |   2 +-
 t/00-compile/lib_Path_IsDev_Heuristic_MYMETA_pm.t  |   2 +-
 .../lib_Path_IsDev_Heuristic_Makefile_pm.t         |   2 +-
 t/00-compile/lib_Path_IsDev_Heuristic_TestDir_pm.t |   2 +-
 .../lib_Path_IsDev_Heuristic_Tool_Dzil_pm.t        |   2 +-
 .../lib_Path_IsDev_Heuristic_Tool_MakeMaker_pm.t   |   2 +-
 .../lib_Path_IsDev_Heuristic_Tool_ModuleBuild_pm.t |   2 +-
 t/00-compile/lib_Path_IsDev_Heuristic_VCS_Git_pm.t |   2 +-
 .../lib_Path_IsDev_NegativeHeuristic_HomeDir_pm.t  |   2 +-
 ...h_IsDev_NegativeHeuristic_IsDev_IgnoreFile_pm.t |   2 +-
 .../lib_Path_IsDev_NegativeHeuristic_PerlINC_pm.t  |   2 +-
 t/00-compile/lib_Path_IsDev_Object_pm.t            |   2 +-
 t/00-compile/lib_Path_IsDev_Result_pm.t            |   2 +-
 .../lib_Path_IsDev_Role_HeuristicSet_Simple_pm.t   |   2 +-
 t/00-compile/lib_Path_IsDev_Role_HeuristicSet_pm.t |   2 +-
 t/00-compile/lib_Path_IsDev_Role_Heuristic_pm.t    |   2 +-
 ...le_Matcher_Child_BaseName_MatchRegexp_File_pm.t |   2 +-
 ...ev_Role_Matcher_Child_BaseName_MatchRegexp_pm.t |   2 +-
 ...th_IsDev_Role_Matcher_Child_Exists_Any_Dir_pm.t |   2 +-
 ...h_IsDev_Role_Matcher_Child_Exists_Any_File_pm.t |   2 +-
 ...b_Path_IsDev_Role_Matcher_Child_Exists_Any_pm.t |   2 +-
 ...ib_Path_IsDev_Role_Matcher_FullPath_Is_Any_pm.t |   2 +-
 .../lib_Path_IsDev_Role_NegativeHeuristic_pm.t     |   2 +-
 t/00-compile/lib_Path_IsDev_pm.t                   |   2 +-
 t/00-report-prereqs.t                              |  15 +-
 89 files changed, 1002 insertions(+), 1473 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