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

Florian Schlichting fsfs at alioth.debian.org
Thu Oct 24 20:57:34 UTC 2013


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

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

commit e5d88a23050235db35654afcdcf039c299d62ac5
Merge: 4bfb3a2 f040f45
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Oct 24 22:41:11 2013 +0200

    Merge tag 'upstream/1.000000'
    
    Upstream version 1.000000

 Build.PL                                           |   10 +-
 Changes                                            |   84 ++++++++++
 MANIFEST                                           |   17 +-
 META.json                                          |  141 +++++++++++------
 META.yml                                           |  122 +++++++++-----
 README                                             |  104 ++++--------
 layout/self_structure.dot                          |  101 +++++++-----
 layout/self_structure.png                          |  Bin 69617 -> 141438 bytes
 lib/Path/IsDev.pm                                  |  106 ++++---------
 lib/Path/IsDev/Heuristic.pm                        |  144 -----------------
 lib/Path/IsDev/Heuristic/Changelog.pm              |   29 ++--
 lib/Path/IsDev/Heuristic/DevDirMarker.pm           |   34 +++-
 lib/Path/IsDev/Heuristic/META.pm                   |   30 +++-
 lib/Path/IsDev/Heuristic/MYMETA.pm                 |   30 +++-
 lib/Path/IsDev/Heuristic/Makefile.pm               |   29 +++-
 lib/Path/IsDev/Heuristic/TestDir.pm                |   33 +++-
 lib/Path/IsDev/Heuristic/Tool/Dzil.pm              |   26 ++-
 lib/Path/IsDev/Heuristic/Tool/MakeMaker.pm         |   26 ++-
 lib/Path/IsDev/Heuristic/Tool/ModuleBuild.pm       |   26 ++-
 lib/Path/IsDev/Heuristic/VCS/Git.pm                |   27 +++-
 lib/Path/IsDev/HeuristicSet.pm                     |  152 ------------------
 lib/Path/IsDev/HeuristicSet/Basic.pm               |   17 +-
 lib/Path/IsDev/NegativeHeuristic.pm                |  144 -----------------
 lib/Path/IsDev/NegativeHeuristic/HomeDir.pm        |  104 ++++++++++++
 .../IsDev/NegativeHeuristic/IsDev/IgnoreFile.pm    |   29 +++-
 lib/Path/IsDev/NegativeHeuristic/PerlINC.pm        |   94 +++++++++++
 lib/Path/IsDev/Object.pm                           |   55 +++++--
 lib/Path/IsDev/Result.pm                           |  166 ++++++++++++++++++++
 lib/Path/IsDev/Role/Heuristic.pm                   |  110 +++++++++++++
 lib/Path/IsDev/Role/HeuristicSet.pm                |  112 +++++++++++++
 lib/Path/IsDev/Role/HeuristicSet/Simple.pm         |  102 ++++++++++++
 .../Role/Matcher/Child/BaseName/MatchRegexp.pm     |  104 ++++++++++++
 .../Matcher/Child/BaseName/MatchRegexp/File.pm     |  109 +++++++++++++
 lib/Path/IsDev/Role/Matcher/Child/Exists/Any.pm    |   96 +++++++++++
 .../IsDev/Role/Matcher/Child/Exists/Any/Dir.pm     |   98 ++++++++++++
 .../IsDev/Role/Matcher/Child/Exists/Any/File.pm    |   98 ++++++++++++
 lib/Path/IsDev/Role/Matcher/FullPath/Is/Any.pm     |  124 +++++++++++++++
 lib/Path/IsDev/Role/NegativeHeuristic.pm           |  110 +++++++++++++
 perlcritic.rc                                      |    2 +-
 t/00-compile.t                                     |   28 +++-
 t/000-report-versions-tiny.t                       |   19 +--
 t/Path-IsDev-Object/_matches.t                     |   82 ++++++++++
 weaver.ini                                         |    5 +
 xt/release/kwalitee.t                              |    2 +-
 44 files changed, 2263 insertions(+), 818 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