Skip to content

Commit

Permalink
Build results of 5ed9c99 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Dec 20, 2015
1 parent 7778737 commit b9934a2
Show file tree
Hide file tree
Showing 34 changed files with 6,900 additions and 1,069 deletions.
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
.build
Dist-Zilla-Util-BundleInfo-*
/.build
/Dist-Zilla-Util-BundleInfo-*
/META.json
/MYMETA.json
/META.yml
/MYMETA.yml
/Makefile
/Makefile.old
/blib/
/pm_to_blib
/tmp/
/local/
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>
91 changes: 46 additions & 45 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,56 +1,57 @@
language: perl
matrix:
allow_failures:
- perl: "5.8"
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
include:
- perl: "5.8"
env: STERILIZE_ENV=0
- perl: "5.10"
env: STERILIZE_ENV=0
- perl: "5.12"
env: STERILIZE_ENV=0
- perl: "5.14"
env: STERILIZE_ENV=0
- perl: "5.16"
env: STERILIZE_ENV=0
- perl: "5.20"
env: STERILIZE_ENV=0
- perl: "5.21"
env: STERILIZE_ENV=0
- perl: "5.8"
env: STERILIZE_ENV=1
- perl: "5.10"
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
---
after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
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
before_script:
- time perl ./maint-travis-ci/before_script.pl
branches:
only:
- master
- builds
- releases
install:
- time perl ./maint-travis-ci/install_deps_early.pl
- time perl ./maint-travis-ci/install_deps.pl
before_script:
- time perl ./maint-travis-ci/before_script.pl
language: perl
matrix:
allow_failures:
- perl: '5.8'
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
include:
- env: STERILIZE_ENV=0 COVERAGE_TESTING=1
perl: '5.21'
- env: STERILIZE_ENV=1
perl: '5.21'
- env: STERILIZE_ENV=0
perl: '5.8'
- env: STERILIZE_ENV=0
perl: '5.10'
- env: STERILIZE_ENV=0
perl: '5.12'
- env: STERILIZE_ENV=0
perl: '5.14'
- env: STERILIZE_ENV=0
perl: '5.16'
- env: STERILIZE_ENV=0
perl: '5.20'
- env: STERILIZE_ENV=0
perl: '5.21'
- env: STERILIZE_ENV=1
perl: '5.8'
- env: STERILIZE_ENV=1
perl: '5.10'
- env: STERILIZE_ENV=1
perl: '5.20'
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
perl: '5.21'
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
perl: '5.21'
script:
- time perl ./maint-travis-ci/script.pl
after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
branches:
only:
- "master"
- "build/master"
- "releases"

sudo: false
14 changes: 13 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Release history for Dist-Zilla-Util-BundleInfo

1.001004 2015-12-20T12:04:26Z e899016
[Bugfix]
- Arrays of 1 now work the same way scalars do for serialization to ini.
- Arrays of 0 now dont emit anything for serialization to ini ( and warns )
- Non-Multivalue args with aliases now work.

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

1.001003 2014-08-15T21:50:53Z
[00 Trivial]
- CPANDAY!
Expand Down Expand Up @@ -93,4 +106,3 @@ Release history for Dist-Zilla-Util-BundleInfo

0.1.0 2013-08-01T12:20:06Z
- First version.

2 changes: 2 additions & 0 deletions INSTALL.SKIP
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONTRIBUTING\.pod$
README\.pod$
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.
This software is copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down
15 changes: 11 additions & 4 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.042.
.gitignore
.mailmap
.perltidyrc
.travis.yml
Changes
INSTALL.SKIP
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
cpanfile
cpanfile.snapshot
dist.ini
dist.ini.meta
examples/bundle-to-ini.pl
Expand All @@ -27,14 +31,17 @@ t/00-compile/lib_Dist_Zilla_Util_BundleInfo_Plugin_pm.t
t/00-compile/lib_Dist_Zilla_Util_BundleInfo_pm.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/array_nonmvp.t
t/array_nonmvp_empty.t
t/basic.t
t/classic.t
t/mvp_alias.t
weaver.ini
xt/author/critic.t
xt/author/eol.t
xt/author/pod-coverage.t
xt/author/pod-syntax.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
xt/release/pod-syntax.t

0 comments on commit b9934a2

Please sign in to comment.