Skip to content

Commit

Permalink
Build results of e99d27c (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 6, 2017
1 parent 9cbf127 commit 5e847cc
Show file tree
Hide file tree
Showing 26 changed files with 565 additions and 865 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.build
Dist-Zilla-Plugin-Bootstrap-ShareDir-Module-*
/.build
/Dist-Zilla-Plugin-Bootstrap-ShareDir-Module-*
/tmp/
35 changes: 18 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,47 @@ before_script:
branches:
only:
- master
- build/master
- builds
- releases
install:
- time perl ./maint-travis-ci/install_deps_early.pl
- time perl ./maint-travis-ci/install_deps.pl
- time perl ./maint-travis-ci/autoinstall_dzil.pl
- time perl ./maint-travis-ci/install_deps_2.pl
language: perl
matrix:
allow_failures:
- perl: 5.8
- 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
perl: '5.21'
- env: STERILIZE_ENV=1
perl: 5.21
perl: '5.21'
- env: STERILIZE_ENV=0
perl: 5.8
perl: '5.8'
- env: STERILIZE_ENV=0
perl: 5.10
perl: '5.10'
- env: STERILIZE_ENV=0
perl: 5.12
perl: '5.12'
- env: STERILIZE_ENV=0
perl: 5.14
perl: '5.14'
- env: STERILIZE_ENV=0
perl: 5.16
perl: '5.16'
- env: STERILIZE_ENV=0
perl: 5.20
perl: '5.20'
- env: STERILIZE_ENV=0
perl: 5.21
perl: '5.21'
- env: STERILIZE_ENV=1
perl: 5.8
perl: '5.8'
- env: STERILIZE_ENV=1
perl: 5.10
perl: '5.10'
- env: STERILIZE_ENV=1
perl: 5.20
perl: '5.20'
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
perl: 5.21
perl: '5.21'
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
perl: 5.21
perl: '5.21'
script:
- time perl ./maint-travis-ci/script.pl
sudo: false
16 changes: 15 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
Release history for Dist-Zilla-Plugin-Bootstrap-ShareDir-Module

1.001002 2017-03-06T05:56:08Z c383b1c
[Bugfix]
- Avoid testing issues under -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Dist-Zilla-Plugin-Bootstrap-ShareDir-Module/issues/1

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

[Internals]
- Remove use of ConfigDumper

1.001001 2015-01-21T16:26:20Z af98f22
[Dependencies::Stats]
- Dependencies changed since 1.001000, see misc/*.deps* for details
Expand Down Expand Up @@ -109,4 +124,3 @@ Release history for Dist-Zilla-Plugin-Bootstrap-ShareDir-Module

0.1.0 2013-09-04T22:01:12Z
- First version.

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) 2015 by Kent Fredric <kentfredric@gmail.com>.
This software is copyright (c) 2017 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) 2015 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2017 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) 2015 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down
6 changes: 3 additions & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009.
.gitignore
.mailmap
.perltidyrc
Expand Down Expand Up @@ -33,9 +33,9 @@ t/05-try_built_nofallback-pass2.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/kwalitee.t
xt/release/minimum-version.t
xt/release/pod-coverage.t
xt/release/pod-syntax.t

0 comments on commit 5e847cc

Please sign in to comment.