Skip to content

Commit

Permalink
Build results of 93a0f06 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 19, 2014
1 parent 959a43c commit fe3cb9d
Show file tree
Hide file tree
Showing 36 changed files with 927 additions and 1,586 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ matrix:
env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
- perl: "5.19"
env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- perl: "5.19"
env: STERILIZE_ENV=0 COVERAGE_TESTING=1
before_install:
- perlbrew list
- time git clone --depth 10 https://github.com/kentfredric/travis-scripts.git maint-travis-ci
- time git -C ./maint-travis-ci reset --hard master
- time perl ./maint-travis-ci/branch_reset.pl
- time perl ./maint-travis-ci/sterilize_env.pl
install:
Expand Down
37 changes: 19 additions & 18 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled

1.000001 2014-07-18T15:14:08Z
[00 Trivial]
- Minor packaging cleanups.

[Dependencies::Stats]
- Dependencies changed since 1.000000, see misc/*.deps* for details
- configure: (recommends: ↑1)
- develop: +3 ↓3 -3 (suggests: +2 -1)
- test: +2 ↓1 (recommends: +1 ↑1)

1.000000 2014-04-30T22:34:56Z
[00 Minor]
- No major code changes, but tooling changes are sufficient that
downstream vendors may want to pay attention.
- No major code changes, but tooling changes are sufficient that downstream vendors may want to pay attention.

[01 Tooling Change]
- EUMM is now used instead of Module::Build
Expand All @@ -20,8 +29,7 @@ Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled
- 5.019 : 166 → 164

[Dependencies::Stats]
- Dependencies changed since 0.1.6, see Changes.deps{,.all,.dev} for
details
- Dependencies changed since 0.1.6, see misc/*.deps* for details
- build: -1
- configure: +1 -1 (recommends: +1)
- develop: +7 ↑2 -9
Expand All @@ -33,8 +41,7 @@ Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled
- use Module::Build 0.4203

[Dependencies::Stats]
- Dependencies changed since 0.1.5, see Changes.deps{,.all,.dev} for
details
- Dependencies changed since 0.1.5, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: ↑1
Expand All @@ -50,8 +57,7 @@ Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled
- Upgrade Module::Build and Test::More

[Dependencies::Stats]
- Dependencies changed since 0.1.4, see Changes.deps{,.all,.dev} for
details
- Dependencies changed since 0.1.4, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +43 ↑2 -1 (recommends: -1, suggests: +1 -1)
Expand All @@ -66,8 +72,7 @@ Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled

0.1.4 2013-09-25T22:27:11Z
[Bugfix]
- Always call _version_emulate, which forces Module::MetaData to determine
$VERSION
- Always call _version_emulate, which forces Module::MetaData to determine $VERSION

0.1.3 2013-09-25T10:32:16Z
[Bugfix]
Expand All @@ -77,8 +82,7 @@ Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled
- Whole bunch of new dependencies to support new test

[Dependencies::Stats]
- Dependencies changed since 0.1.2, see Changes.deps{,.all,.dev} for
details
- Dependencies changed since 0.1.2, see misc/*.deps* for details
- develop: ↑1
- test: +7

Expand All @@ -90,8 +94,7 @@ Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled
- Bump to get newer Test::Compile test.

[Dependencies::Stats]
- Dependencies changed since 0.1.1, see Changes.deps{,.all,.dev} for
details
- Dependencies changed since 0.1.1, see misc/*.deps* for details
- develop: +1 ↑2 (suggests: ↑1)
- test: +2 -2

Expand All @@ -101,16 +104,14 @@ Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled
- Upgrade Module::Build

[Dependencies::Stats]
- Dependencies changed since 0.1.0, see Changes.deps{,.all,.dev} for
details
- Dependencies changed since 0.1.0, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: ↑1 (suggests: ↑1)
- test: +2 -2

[Internals]
- Reimplement user module satisfaction code as a method so its easier to
override in a child class.
- Reimplement user module satisfaction code as a method so its easier to override in a child class.

0.1.0 2013-07-31T15:59:15Z
- First version. Dogfood friendly, but no tests.
Expand Down
31 changes: 8 additions & 23 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.015.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019.
.gitignore
.perltidyrc
.travis.yml
Changes
Changes.deps
Changes.deps.all
Changes.deps.dev
LICENSE
MANIFEST
META.json
Expand All @@ -15,31 +12,19 @@ README
corpus/fake_dist_01/dist.ini
corpus/fake_dist_01/lib/E.pm
dist.ini
dist.ini.meta
layout/self_structure.dot
layout/self_structure.png
lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled.pm
maint-travis-ci/.gitrepo
maint-travis-ci/.perltidyrc
maint-travis-ci/README.mkdn
maint-travis-ci/before_script.pl
maint-travis-ci/branch_reset.pl
maint-travis-ci/create_github_repo.pl
maint-travis-ci/install_deps.pl
maint-travis-ci/install_deps_early.pl
maint-travis-ci/lib/tools.pm
maint-travis-ci/merge_travis_yml.pl
maint-travis-ci/report_fail_ctx.pl
maint-travis-ci/script.pl
maint-travis-ci/sterilize_env.pl
maint-travis-ci/sync_tree.pl
maint-travis-ci/travis_enable.pl
maint-travis-ci/yamls/sterile.mkdn
maint-travis-ci/yamls/sterile.yaml
maint-travis-ci/yamls/sterile2.yaml
maint/perlcritic.rc.gen.pl
perlcritic.deps
misc/Changes.deps
misc/Changes.deps.all
misc/Changes.deps.dev
misc/Changes.deps.opt
misc/perlcritic.deps
perlcritic.rc
t/00-compile/lib_Dist_Zilla_Plugin_Prereqs_MatchInstalled_pm.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/01-basic.t
weaver.ini
Expand Down
Loading

0 comments on commit fe3cb9d

Please sign in to comment.