[libdist-zilla-plugin-run-perl] branch master updated (933e998 -> 93a1101)
gregor herrmann
gregoa at debian.org
Fri Jul 25 18:55:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdist-zilla-plugin-run-perl.
from 933e998 releasing package libdist-zilla-plugin-run-perl version 0.021-1
new 1511c13 Imported Upstream version 0.022
new fe4f5d0 New upstream release.
new 2bc3237 Add build dependency on Module::Build::Tiny.
new 0973713 Install new CONTRIBUTING file.
new 93a1101 releasing package libdist-zilla-plugin-run-perl version 0.022-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:
Build.PL | 132 +++++
CONTRIBUTING | 88 ++++
Changes | 13 +-
INSTALL | 44 ++
LICENSE | 2 +-
MANIFEST | 23 +-
META.json | 810 +++++++++++++++++++++++------
META.yml | 637 +++++++++++++++++------
Makefile.PL | 126 ++++-
README | 4 +-
lib/Dist/Zilla/Plugin/Run.pm => README.pod | 52 +-
debian/changelog | 8 +
debian/control | 7 +-
debian/libdist-zilla-plugin-run-perl.docs | 1 +
dist.ini | 63 +--
lib/Dist/Zilla/Plugin/Run.pm | 125 ++++-
lib/Dist/Zilla/Plugin/Run/AfterBuild.pm | 33 +-
lib/Dist/Zilla/Plugin/Run/AfterMint.pm | 21 +-
lib/Dist/Zilla/Plugin/Run/AfterRelease.pm | 36 +-
lib/Dist/Zilla/Plugin/Run/BeforeBuild.pm | 32 +-
lib/Dist/Zilla/Plugin/Run/BeforeRelease.pm | 35 +-
lib/Dist/Zilla/Plugin/Run/Release.pm | 37 +-
lib/Dist/Zilla/Plugin/Run/Role/Runner.pm | 17 +-
lib/Dist/Zilla/Plugin/Run/Test.pm | 40 +-
t/00-report-prereqs.dd | 93 ++++
t/00-report-prereqs.t | 164 ++++++
t/40_test_phase.t | 8 +-
t/release-pod-syntax.t | 14 -
test_data/all_phases/lib/Digest/MD5.js | 2 +-
test_data/build_phase/lib/Digest/MD5.js | 2 +-
test_data/test_phase/lib/Digest/MD5.js | 2 +-
weaver.ini | 6 +
xt/author/00-compile.t | 58 +++
xt/author/pod-spell.t | 51 ++
xt/release/changes_has_content.t | 41 ++
xt/release/clean-namespaces.t | 11 +
xt/release/cpan-changes.t | 11 +
xt/release/distmeta.t | 6 +
xt/release/eol.t | 8 +
xt/release/kwalitee.t | 4 +
xt/release/minimum-version.t | 8 +
xt/release/mojibake.t | 12 +
xt/release/no-tabs.t | 43 ++
xt/release/pod-syntax.t | 6 +
xt/release/portability.t | 11 +
45 files changed, 2491 insertions(+), 456 deletions(-)
create mode 100644 Build.PL
create mode 100644 CONTRIBUTING
create mode 100644 INSTALL
copy lib/Dist/Zilla/Plugin/Run.pm => README.pod (88%)
create mode 100644 debian/libdist-zilla-plugin-run-perl.docs
create mode 100644 t/00-report-prereqs.dd
create mode 100644 t/00-report-prereqs.t
delete mode 100644 t/release-pod-syntax.t
create mode 100644 weaver.ini
create mode 100644 xt/author/00-compile.t
create mode 100644 xt/author/pod-spell.t
create mode 100644 xt/release/changes_has_content.t
create mode 100644 xt/release/clean-namespaces.t
create mode 100644 xt/release/cpan-changes.t
create mode 100644 xt/release/distmeta.t
create mode 100644 xt/release/eol.t
create mode 100644 xt/release/kwalitee.t
create mode 100644 xt/release/minimum-version.t
create mode 100644 xt/release/mojibake.t
create mode 100644 xt/release/no-tabs.t
create mode 100644 xt/release/pod-syntax.t
create mode 100644 xt/release/portability.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-run-perl.git
More information about the Pkg-perl-cvs-commits
mailing list