[libdist-checkconflicts-perl] 01/06: Merge tag 'upstream/0.09'
gregor herrmann
gregoa at debian.org
Sun Sep 22 17:24:44 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdist-checkconflicts-perl.
commit ccaa0b9b496bccc420e3d0c94839a242ff03d226
Merge: a8162c6 9a344dd
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Sep 22 19:20:18 2013 +0200
Merge tag 'upstream/0.09'
Upstream version 0.09
Changes | 24 +++
LICENSE | 28 +--
MANIFEST | 121 ++++++++-----
META.json | 187 +++++++++++++-------
META.yml | 155 ++++++++++------
Makefile.PL | 59 ++++--
README | 4 +-
dist.ini | 15 +-
lib/Dist/CheckConflicts.pm | 167 ++++++++++++-----
t/00-compile.t | 31 +++-
t/{05-also.t => also.t} | 2 +-
t/{01-basic.t => basic.t} | 2 +-
t/{02-conflicts.t => conflicts.t} | 44 ++++-
t/{03-dist.t => dist.t} | 4 +-
t/lib/{05 => also}/Bar/Conflicts.pm | 0
t/lib/{05 => also}/Bar/Conflicts2.pm | 0
t/lib/{05 => also}/Foo.pm | 0
t/lib/{01 => also}/Foo/Conflicts.pm | 0
t/lib/{01 => basic}/Bar/Conflicts.pm | 0
t/lib/{01 => basic}/Bar/Conflicts2.pm | 0
t/lib/{01 => basic}/Bar/Conflicts3.pm | 0
t/lib/{05 => basic}/Foo/Conflicts.pm | 0
t/lib/{02 => conflicts}/Bar.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Bad.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Bad2.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Bad3.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Good.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Good2.pm | 0
t/lib/{02 => conflicts}/Bar/Conflicts/Good3.pm | 0
t/lib/{02 => conflicts}/Bar/Three.pm | 0
t/lib/{02 => conflicts}/Bar/Two.pm | 0
t/lib/conflicts/Broken.pm | 3 +
t/lib/{02 => conflicts}/Foo.pm | 0
t/lib/{02 => conflicts}/Foo/Conflicts/Bad.pm | 0
t/lib/conflicts/Foo/Conflicts/Broken.pm | 11 ++
t/lib/{02 => conflicts}/Foo/Conflicts/Good.pm | 1 +
t/lib/{02 => conflicts}/Foo/Three.pm | 0
t/lib/{02 => conflicts}/Foo/Two.pm | 0
t/lib/{03 => dist}/Bar.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Bad.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Bad2.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Bad3.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Good.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Good2.pm | 0
t/lib/{03 => dist}/Bar/Conflicts/Good3.pm | 0
t/lib/{03 => dist}/Bar/Three.pm | 0
t/lib/{03 => dist}/Bar/Two.pm | 0
t/lib/{03 => dist}/Foo.pm | 0
t/lib/{03 => dist}/Foo/Conflicts/Bad.pm | 0
t/lib/{03 => dist}/Foo/Conflicts/Good.pm | 0
t/lib/{03 => dist}/Foo/Three.pm | 0
t/lib/{03 => dist}/Foo/Two.pm | 0
t/lib/{04 => merge}/Foo/Conflicts.pm | 0
t/lib/{04 => merge}/Foo/Conflicts2.pm | 0
t/lib/runtime/Bar.pm | 13 ++
t/lib/runtime/Bar/Bar.pm | 18 ++
t/lib/runtime/Bar/Bar/Bad.pm | 7 +
t/lib/{02/Foo.pm => runtime/Bar/Bar/Good.pm} | 2 +-
t/lib/runtime/Bar/Baz.pm | 18 ++
t/lib/runtime/Bar/Baz/Bad.pm | 7 +
t/lib/{02/Foo.pm => runtime/Bar/Baz/Good.pm} | 2 +-
t/lib/runtime/Bar/Conflicts.pm | 22 +++
t/lib/runtime/Bar/Foo.pm | 18 ++
t/lib/runtime/Bar/Foo/Bad.pm | 7 +
t/lib/{02/Foo.pm => runtime/Bar/Foo/Good.pm} | 2 +-
t/lib/runtime/Bar/Quux.pm | 18 ++
t/lib/runtime/Bar/Quux/Bad.pm | 7 +
t/lib/{02/Foo.pm => runtime/Bar/Quux/Good.pm} | 2 +-
t/lib/runtime/Foo.pm | 13 ++
t/lib/runtime/Foo/Bar.pm | 7 +
t/lib/{02/Bar.pm => runtime/Foo/Baz.pm} | 2 +-
t/lib/runtime/Foo/Conflicts.pm | 14 ++
t/lib/runtime/Foo/Foo.pm | 7 +
t/lib/{02/Bar.pm => runtime/Foo/Quux.pm} | 2 +-
t/lib/{01 => warn}/Foo/Conflicts.pm | 3 +-
t/lib/{02/Bar.pm => warn/Foo/Thing.pm} | 4 +-
t/{04-merge.t => merge.t} | 2 +-
t/release-no-tabs.t | 16 --
t/release-pod-syntax.t | 15 --
t/runtime.t | 47 +++++
t/warn.t | 16 ++
weaver.ini | 26 ---
t/release-eol.t => xt/release/eol.t | 8 -
xt/release/no-tabs.t | 8 +
.../release/pod-coverage.t | 8 -
xt/release/pod-syntax.t | 7 +
86 files changed, 856 insertions(+), 350 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-checkconflicts-perl.git
More information about the Pkg-perl-cvs-commits
mailing list