[libpath-isdev-perl] branch master updated (4bfb3a2 -> b48c40f)
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 change to branch master
in repository libpath-isdev-perl.
from 4bfb3a2 Remove version from dependency on libclass-tiny-perl, no older version in the archive
adds f040f45 Imported Upstream version 1.000000
new e5d88a2 Merge tag 'upstream/1.000000'
new 71c051a Import Upstream version 1.000000
new cba7a11 Add (build-)dependencies on File::HomeDir and Role::Tiny
new b48c40f update changelog, WAITS-FOR: libclass-tiny-perl
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:
Build.PL | 10 +-
Changes | 84 ++++++++++
MANIFEST | 17 +-
META.json | 141 +++++++++++------
META.yml | 122 +++++++++-----
README | 104 ++++--------
debian/changelog | 11 ++
debian/control | 4 +
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/{basic.t => _matches.t} | 26 ++-
weaver.ini | 5 +
xt/release/kwalitee.t | 2 +-
46 files changed, 2216 insertions(+), 824 deletions(-)
delete mode 100644 lib/Path/IsDev/Heuristic.pm
delete mode 100644 lib/Path/IsDev/HeuristicSet.pm
delete mode 100644 lib/Path/IsDev/NegativeHeuristic.pm
create mode 100644 lib/Path/IsDev/NegativeHeuristic/HomeDir.pm
create mode 100644 lib/Path/IsDev/NegativeHeuristic/PerlINC.pm
create mode 100644 lib/Path/IsDev/Result.pm
create mode 100644 lib/Path/IsDev/Role/Heuristic.pm
create mode 100644 lib/Path/IsDev/Role/HeuristicSet.pm
create mode 100644 lib/Path/IsDev/Role/HeuristicSet/Simple.pm
create mode 100644 lib/Path/IsDev/Role/Matcher/Child/BaseName/MatchRegexp.pm
create mode 100644 lib/Path/IsDev/Role/Matcher/Child/BaseName/MatchRegexp/File.pm
create mode 100644 lib/Path/IsDev/Role/Matcher/Child/Exists/Any.pm
create mode 100644 lib/Path/IsDev/Role/Matcher/Child/Exists/Any/Dir.pm
create mode 100644 lib/Path/IsDev/Role/Matcher/Child/Exists/Any/File.pm
create mode 100644 lib/Path/IsDev/Role/Matcher/FullPath/Is/Any.pm
create mode 100644 lib/Path/IsDev/Role/NegativeHeuristic.pm
copy t/Path-IsDev-Object/{basic.t => _matches.t} (70%)
--
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