[libpath-isdev-perl] branch master updated (7ffb76b -> 7cc2962)

gregor herrmann gregoa at debian.org
Wed Sep 17 17:38:58 UTC 2014


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  7ffb76b   update changelog
       new  d0722af   Add debian/upstream/metadata
       new  8c683c3   Update debian/changelog
      adds  788a489   Build results of 2004e40 (on master)
      adds  d922821   Build results of 2b0eece (on master)
      adds  1936bee   Build results of 295d294 (on master)
      adds  12f4d58   Build results of 373f8dd (on master)
      adds  72e37bd   Build results of bef6012 (on master)
      adds  f1c595e   Build results of e6d7346 (on master)
      adds  a97c7cd   Build results of b472abf (on master)
      adds  4c734c9   Build results of 828ece7 (on master)
      adds  ae451e8   Build results of b6f1f32 (on master)
      adds  170ab05   Build results of 15ed3f4 (on master)
      adds  1d86019   Build results of b83a1f1 (on master)
      adds  0fab85b   Build results of 37f5ed8 (on master)
      adds  b2c9e0b   Build results of 9e72c3d (on master)
      adds  a06e0ba   Build results of 010ed24 (on master)
      adds  4e3e3d3   Build results of 6cf8812 (on master)
      adds  5d701d3   Build results of 3cd1cb2 (on master)
      adds  5e5f3f6   Build results of 1d5aa17 (on master)
      adds  92f82db   Build results of e529ef2 (on master)
      adds  90596ba   Build results of 9e2648d (on master)
      adds  557519a   Imported Upstream version 1.001002
       new  989b7c0   Merge tag 'upstream/1.001002'
       new  4650aca   Update debian/changelog
       new  7cc2962   releasing package libpath-isdev-perl version 1.001002-1

The 5 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                                        |  14 +-
 Changes                                            |  22 ++
 MANIFEST                                           |   3 +-
 META.json                                          | 249 +++++++++--------
 META.yml                                           | 241 ++++++++--------
 Makefile.PL                                        |  18 +-
 README                                             |   2 +-
 debian/changelog                                   |   8 +-
 debian/upstream/metadata                           |   7 +
 dist.ini                                           |   9 +-
 lib/Path/IsDev.pm                                  | 262 +-----------------
 lib/Path/IsDev/Heuristic/Changelog.pm              |  19 +-
 lib/Path/IsDev/Heuristic/DevDirMarker.pm           |  17 +-
 lib/Path/IsDev/Heuristic/META.pm                   |   4 +-
 lib/Path/IsDev/Heuristic/MYMETA.pm                 |  13 +-
 lib/Path/IsDev/Heuristic/Makefile.pm               |   4 +-
 lib/Path/IsDev/Heuristic/TestDir.pm                |   4 +-
 lib/Path/IsDev/Heuristic/Tool/Dzil.pm              |   4 +-
 lib/Path/IsDev/Heuristic/Tool/MakeMaker.pm         |   4 +-
 lib/Path/IsDev/Heuristic/Tool/ModuleBuild.pm       |   4 +-
 lib/Path/IsDev/Heuristic/VCS/Git.pm                |   4 +-
 lib/Path/IsDev/HeuristicSet/Basic.pm               |   4 +-
 lib/Path/IsDev/NegativeHeuristic/HomeDir.pm        |   4 +-
 .../IsDev/NegativeHeuristic/IsDev/IgnoreFile.pm    |   4 +-
 lib/Path/IsDev/NegativeHeuristic/PerlINC.pm        |   4 +-
 lib/Path/IsDev/Object.pm                           |  29 +-
 lib/Path/IsDev/Result.pm                           |  16 +-
 lib/Path/IsDev/Role/Heuristic.pm                   |   4 +-
 lib/Path/IsDev/Role/HeuristicSet.pm                |   4 +-
 lib/Path/IsDev/Role/HeuristicSet/Simple.pm         |   4 +-
 .../Role/Matcher/Child/BaseName/MatchRegexp.pm     |   4 +-
 .../Matcher/Child/BaseName/MatchRegexp/File.pm     |   4 +-
 lib/Path/IsDev/Role/Matcher/Child/Exists/Any.pm    |   4 +-
 .../IsDev/Role/Matcher/Child/Exists/Any/Dir.pm     |   4 +-
 .../IsDev/Role/Matcher/Child/Exists/Any/File.pm    |   4 +-
 lib/Path/IsDev/Role/Matcher/FullPath/Is/Any.pm     |   4 +-
 lib/Path/IsDev/Role/NegativeHeuristic.pm           |   4 +-
 misc/Changes.deps                                  |  16 +-
 misc/Changes.deps.all                              |  29 +-
 misc/Changes.deps.dev                              |  12 +-
 misc/Changes.deps.opt                              |  11 +-
 .../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 => 00-report-prereqs.dd}    | 154 +----------
 t/00-report-prereqs.t                              | 305 +++++++++------------
 70 files changed, 597 insertions(+), 997 deletions(-)
 create mode 100644 debian/upstream/metadata
 copy t/{00-report-prereqs.t => 00-report-prereqs.dd} (58%)

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