[libpath-isdev-perl] branch master updated (f5c80be -> 1d532d1)
Florian Schlichting
fsfs at moszumanska.debian.org
Wed Mar 5 20:45:30 UTC 2014
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 f5c80be update changelog for release, removing WAITS-FOR
adds 374f501 Imported Upstream version 1.001000
new ff0b2eb Merge tag 'upstream/1.001000'
new de3c8f7 Import Upstream version 1.001000
new 10c64cb Drop build-dependency on Module::Build, upstream switched to EU::MM
new bc66fef Bump copyright years
new e850f3f Fix typos in long description
new 1d532d1 prepare changelog for release
The 6 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 | 6 +
Build.PL | 65 ---
Changes | 54 ++-
Changes.deps | 39 +-
Changes.deps.all | 62 ++-
Changes.deps.dev | 28 +-
LICENSE | 8 +-
MANIFEST | 14 +-
META.json | 458 +++++++++---------
META.yml | 522 +++++++++++----------
Makefile.PL | 90 ++++
README | 16 +-
debian/changelog | 9 +
debian/control | 5 +-
debian/copyright | 4 +-
dist.ini | 4 +
lib/Path/IsDev.pm | 342 ++++++++++++--
lib/Path/IsDev/Heuristic/Changelog.pm | 63 ++-
lib/Path/IsDev/Heuristic/DevDirMarker.pm | 63 ++-
lib/Path/IsDev/Heuristic/META.pm | 43 +-
lib/Path/IsDev/Heuristic/MYMETA.pm | 53 ++-
lib/Path/IsDev/Heuristic/Makefile.pm | 49 +-
lib/Path/IsDev/Heuristic/TestDir.pm | 47 +-
lib/Path/IsDev/Heuristic/Tool/Dzil.pm | 40 +-
lib/Path/IsDev/Heuristic/Tool/MakeMaker.pm | 44 +-
lib/Path/IsDev/Heuristic/Tool/ModuleBuild.pm | 40 +-
lib/Path/IsDev/Heuristic/VCS/Git.pm | 46 +-
lib/Path/IsDev/HeuristicSet/Basic.pm | 75 ++-
lib/Path/IsDev/NegativeHeuristic/HomeDir.pm | 52 +-
.../IsDev/NegativeHeuristic/IsDev/IgnoreFile.pm | 69 ++-
lib/Path/IsDev/NegativeHeuristic/PerlINC.pm | 46 +-
lib/Path/IsDev/Object.pm | 151 +++++-
lib/Path/IsDev/Result.pm | 101 +++-
lib/Path/IsDev/Role/Heuristic.pm | 66 ++-
lib/Path/IsDev/Role/HeuristicSet.pm | 51 +-
lib/Path/IsDev/Role/HeuristicSet/Simple.pm | 57 ++-
.../Role/Matcher/Child/BaseName/MatchRegexp.pm | 46 +-
.../Matcher/Child/BaseName/MatchRegexp/File.pm | 53 ++-
lib/Path/IsDev/Role/Matcher/Child/Exists/Any.pm | 40 +-
.../IsDev/Role/Matcher/Child/Exists/Any/Dir.pm | 45 +-
.../IsDev/Role/Matcher/Child/Exists/Any/File.pm | 45 +-
lib/Path/IsDev/Role/Matcher/FullPath/Is/Any.pm | 53 ++-
lib/Path/IsDev/Role/NegativeHeuristic.pm | 66 ++-
maint-travis-ci/.gitrepo | 11 +
.perltidyrc => maint-travis-ci/.perltidyrc | 0
maint-travis-ci/branch_reset.pl | 51 ++
maint-travis-ci/create_github_repo.pl | 38 ++
maint-travis-ci/install_deps.pl | 24 +-
maint-travis-ci/install_deps_early.pl | 47 ++
maint-travis-ci/lib/tools.pm | 43 +-
maint-travis-ci/report_fail_ctx.pl | 4 +-
maint-travis-ci/script.pl | 12 +-
maint-travis-ci/sterilize_env.pl | 22 -
maint-travis-ci/sync_tree.pl | 60 ++-
maint-travis-ci/travis_enable.pl | 88 ++++
maint-travis-ci/yamls/sterile.yaml | 1 +
maint-travis-ci/yamls/sterile2.yaml | 6 +
maint/perlcritic.rc.gen.pl | 47 ++
perlcritic.deps | 15 +
perlcritic.rc | 445 +++++++++++++++++-
t/00-report-prereqs.t | 236 ++++++++++
t/000-report-versions-tiny.t | 85 ----
xt/release/distmeta.t | 5 +-
xt/release/pod-coverage.t | 12 +-
xt/release/pod-syntax.t | 5 +-
65 files changed, 3459 insertions(+), 1028 deletions(-)
delete mode 100644 Build.PL
create mode 100644 Makefile.PL
create mode 100644 maint-travis-ci/.gitrepo
copy .perltidyrc => maint-travis-ci/.perltidyrc (100%)
create mode 100644 maint-travis-ci/branch_reset.pl
create mode 100755 maint-travis-ci/create_github_repo.pl
create mode 100644 maint-travis-ci/install_deps_early.pl
create mode 100755 maint-travis-ci/travis_enable.pl
create mode 100755 maint/perlcritic.rc.gen.pl
create mode 100644 perlcritic.deps
create mode 100644 t/00-report-prereqs.t
delete mode 100644 t/000-report-versions-tiny.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