Skip to content

Commit

Permalink
Build results of 41d90db (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Oct 31, 2014
1 parent 8a5a8b5 commit 8fe1191
Show file tree
Hide file tree
Showing 21 changed files with 510 additions and 322 deletions.
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# git help shortlog
# newname <newaddr> oldname <oldaddr>
<kentnl@cpan.org> <kentfredric@gmail.com>
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ matrix:
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
include:
- perl: "5.21"
env: STERILIZE_ENV=0 COVERAGE_TESTING=1
- perl: "5.21"
env: STERILIZE_ENV=1
- perl: "5.8"
env: STERILIZE_ENV=0
- perl: "5.10"
Expand All @@ -25,14 +29,10 @@ matrix:
env: STERILIZE_ENV=1
- perl: "5.20"
env: STERILIZE_ENV=1
- perl: "5.21"
env: STERILIZE_ENV=1
- perl: "5.21"
env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
- perl: "5.21"
env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- perl: "5.21"
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
Expand Down
15 changes: 15 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
Release history for Dist-Zilla-App-Command-self

0.001002 2014-10-31T09:37:01Z bbef681
[Dependencies::Stats]
- Dependencies changed since 0.001001, see misc/*.deps* for details
- configure: +1 (recommends: ↑1)
- develop: +5 ↑1 -1 (recommends: +1, suggests: ↑2)
- runtime: ↓1 -1
- test: +1 (recommends: ↑2)

[Internals]
- remove utf8 requirement
- now works on 5.006

[Metadata]
- author = kentnl

0.001001 2014-08-16T23:36:01Z
[00 Trivial]
- CPANDAY!
Expand Down
5 changes: 3 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.023.
.gitignore
.mailmap
.perltidyrc
.travis.yml
Changes
Expand All @@ -24,9 +25,9 @@ t/00-report-prereqs.dd
t/00-report-prereqs.t
weaver.ini
xt/author/critic.t
xt/author/eol.t
xt/release/cpan-changes.t
xt/release/distmeta.t
xt/release/eol.t
xt/release/kwalitee.t
xt/release/minimum-version.t
xt/release/pod-coverage.t
Expand Down

0 comments on commit 8fe1191

Please sign in to comment.