[libpath-isdev-perl] branch master updated (f3b650a -> 1f5a438)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 23 21:58:31 UTC 2013


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

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

      from  f3b650a   remove WAITS-FOR, release to unstable
      adds  5d19e43   Imported Upstream version 1.000002
       new  b3c9e46   Merge tag 'upstream/1.000002'
       new  a02068a   Import Upstream version 1.000002
       new  226da20   Update versioned dependencies on Module::Build and Test::More
       new  1f5a438   update changelog / WAITS-FOR Module::Build

The 4 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:
 .travis.yml                                        |  45 ++-
 Build.PL                                           |  32 +-
 Changes                                            | 160 ++++----
 Changes.deps                                       |  83 ++++
 Changes.deps.all                                   | 156 ++++++++
 Changes.deps.dev                                   |  98 +++++
 MANIFEST                                           |  38 +-
 META.json                                          | 430 ++++++++++++++++-----
 META.yml                                           | 361 ++++++++++++-----
 README                                             |   2 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   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        |  21 +-
 .../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/before_script.pl                   |  31 ++
 maint-travis-ci/install_deps.pl                    |  67 ++++
 maint-travis-ci/lib/tools.pm                       | 173 +++++++++
 maint-travis-ci/merge_travis_yml.pl                |  10 +-
 maint-travis-ci/report_fail_ctx.pl                 |  13 +
 maint-travis-ci/script.pl                          |  41 ++
 maint-travis-ci/sterilize_env.pl                   |  56 ++-
 maint-travis-ci/sync_tree.pl                       |  11 +-
 maint-travis-ci/yamls/sterile.mkdn                 |  54 +++
 maint-travis-ci/yamls/sterile.yaml                 |  42 +-
 maint-travis-ci/yamls/sterile2.yaml                |  44 +++
 t/00-compile.t                                     |  74 ----
 .../lib_Path_IsDev_HeuristicSet_Basic_pm.t         |  11 +
 .../lib_Path_IsDev_Heuristic_Changelog_pm.t        |  11 +
 .../lib_Path_IsDev_Heuristic_DevDirMarker_pm.t     |  11 +
 t/00-compile/lib_Path_IsDev_Heuristic_META_pm.t    |  11 +
 t/00-compile/lib_Path_IsDev_Heuristic_MYMETA_pm.t  |  11 +
 .../lib_Path_IsDev_Heuristic_Makefile_pm.t         |  11 +
 t/00-compile/lib_Path_IsDev_Heuristic_TestDir_pm.t |  11 +
 .../lib_Path_IsDev_Heuristic_Tool_Dzil_pm.t        |  11 +
 .../lib_Path_IsDev_Heuristic_Tool_MakeMaker_pm.t   |  11 +
 .../lib_Path_IsDev_Heuristic_Tool_ModuleBuild_pm.t |  11 +
 t/00-compile/lib_Path_IsDev_Heuristic_VCS_Git_pm.t |  11 +
 .../lib_Path_IsDev_NegativeHeuristic_HomeDir_pm.t  |  11 +
 ...h_IsDev_NegativeHeuristic_IsDev_IgnoreFile_pm.t |  11 +
 .../lib_Path_IsDev_NegativeHeuristic_PerlINC_pm.t  |  11 +
 t/00-compile/lib_Path_IsDev_Object_pm.t            |  11 +
 t/00-compile/lib_Path_IsDev_Result_pm.t            |  11 +
 .../lib_Path_IsDev_Role_HeuristicSet_Simple_pm.t   |  11 +
 t/00-compile/lib_Path_IsDev_Role_HeuristicSet_pm.t |  11 +
 t/00-compile/lib_Path_IsDev_Role_Heuristic_pm.t    |  11 +
 ...le_Matcher_Child_BaseName_MatchRegexp_File_pm.t |  11 +
 ...ev_Role_Matcher_Child_BaseName_MatchRegexp_pm.t |  11 +
 ...th_IsDev_Role_Matcher_Child_Exists_Any_Dir_pm.t |  11 +
 ...h_IsDev_Role_Matcher_Child_Exists_Any_File_pm.t |  11 +
 ...b_Path_IsDev_Role_Matcher_Child_Exists_Any_pm.t |  11 +
 ...ib_Path_IsDev_Role_Matcher_FullPath_Is_Any_pm.t |  11 +
 .../lib_Path_IsDev_Role_NegativeHeuristic_pm.t     |  11 +
 t/00-compile/lib_Path_IsDev_pm.t                   |  11 +
 t/000-report-versions-tiny.t                       |   7 +-
 weaver.ini                                         |   2 +-
 80 files changed, 2000 insertions(+), 519 deletions(-)
 create mode 100644 Changes.deps
 create mode 100644 Changes.deps.all
 create mode 100644 Changes.deps.dev
 create mode 100644 maint-travis-ci/before_script.pl
 create mode 100644 maint-travis-ci/install_deps.pl
 create mode 100644 maint-travis-ci/lib/tools.pm
 create mode 100644 maint-travis-ci/report_fail_ctx.pl
 create mode 100644 maint-travis-ci/script.pl
 create mode 100644 maint-travis-ci/yamls/sterile.mkdn
 create mode 100644 maint-travis-ci/yamls/sterile2.yaml
 delete mode 100644 t/00-compile.t
 create mode 100644 t/00-compile/lib_Path_IsDev_HeuristicSet_Basic_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Heuristic_Changelog_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Heuristic_DevDirMarker_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Heuristic_META_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Heuristic_MYMETA_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Heuristic_Makefile_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Heuristic_TestDir_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Heuristic_Tool_Dzil_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Heuristic_Tool_MakeMaker_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Heuristic_Tool_ModuleBuild_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Heuristic_VCS_Git_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_NegativeHeuristic_HomeDir_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_NegativeHeuristic_IsDev_IgnoreFile_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_NegativeHeuristic_PerlINC_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Object_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Result_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Role_HeuristicSet_Simple_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Role_HeuristicSet_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Role_Heuristic_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Role_Matcher_Child_BaseName_MatchRegexp_File_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Role_Matcher_Child_BaseName_MatchRegexp_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Role_Matcher_Child_Exists_Any_Dir_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Role_Matcher_Child_Exists_Any_File_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Role_Matcher_Child_Exists_Any_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Role_Matcher_FullPath_Is_Any_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_Role_NegativeHeuristic_pm.t
 create mode 100644 t/00-compile/lib_Path_IsDev_pm.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