Skip to content

Commit

Permalink
Build results of 230ccf4 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 6, 2017
1 parent ead0ea7 commit 0614733
Show file tree
Hide file tree
Showing 84 changed files with 2,180 additions and 4,397 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.build
Git-Wrapper-Plus-*
/.build
/Git-Wrapper-Plus-*
/tmp/
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# git help shortlog
<kentnl@cpan.org> <kentfredric@gmail.com>
92 changes: 50 additions & 42 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,50 +1,58 @@
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.18"
env: STERILIZE_ENV=0
- perl: "5.19"
env: STERILIZE_ENV=0
- perl: "5.8"
env: STERILIZE_ENV=1
- perl: "5.10"
env: STERILIZE_ENV=1
- perl: "5.19"
env: STERILIZE_ENV=1
- perl: "5.19"
env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
- perl: "5.19"
env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_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
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
script:
- time perl ./maint-travis-ci/script.pl
after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
branches:
only:
- "master"
- "build/master"
- "releases"

- master
- builds
- releases
install:
- time perl ./maint-travis-ci/install_deps_early.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'
- 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
sudo: false
46 changes: 27 additions & 19 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
Release history for Git-Wrapper-Plus

0.004011 2017-03-06T07:51:10Z 10e5bc7
[Bugfix]
- Fix test issues with -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Git-Wrapper-Plus/issues/1

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

[Meta]
- Move to kentnl github org

0.004010 2014-01-31T02:56:20Z
[00 Minor]
- Tooling switched to EUMM
Expand All @@ -10,15 +25,14 @@ Release history for Git-Wrapper-Plus
- 5.19 : Was 31 Depedencies - Now 29 Dependencies
- Because...
- Git::Wrapper requires Path::Class
- Path::Class requires Module::Build
- Path::Class requires Module::Build

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

0.004000 2014-01-15T19:32:07Z
[00 Major]
Expand All @@ -27,35 +41,31 @@ Release history for Git-Wrapper-Plus
- ::Support now can test for git command arguments.

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

0.003101 2014-01-14T07:00:13Z
[00 Bugfix]
- Documentation improvements

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

0.003100 2014-01-12T19:51:57Z
[00 Substantial bugfix]
- Fixed borked changelog.
- Use Support indication to use for-each-ref where its supported, so that
branch resolution should work on shallow clones.
- Use Support indication to use for-each-ref where its supported, so that branch resolution should work on shallow
clones.

0.003000 2014-01-12T18:38:52Z
[00 Major]
- Add ::Support class to test behaviours vs supported version data.
- Automatically stringify Path::Class and Path::Tiny if passed to
constructor instead of assuming they're a git.
- Automatically stringify Path::Class and Path::Tiny if passed to constructor instead of assuming they're a git.

[Dependencies::Stats]
- Dependencies changed since 0.002000, see Changes.deps{,.all,.dev} for
details
- Dependencies changed since 0.002000, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +1 ↑1 -1
Expand All @@ -65,10 +75,8 @@ Release history for Git-Wrapper-Plus
- Add Git::Wrapper::Plus::Util for exit_status_handler

[Dependencies::Stats]
- Dependencies changed since 0.001000, see Changes.deps{,.all,.dev} for
details
- Dependencies changed since 0.001000, see misc/*.deps* for details
- runtime: +1

0.001000 2013-12-21T10:36:57Z
- First version.

86 changes: 0 additions & 86 deletions Changes.deps.all

This file was deleted.

41 changes: 0 additions & 41 deletions Changes.deps.dev

This file was deleted.

8 changes: 4 additions & 4 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) 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) 2014 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 All @@ -22,7 +22,7 @@ This is free software, licensed under:
Version 1, February 1989

Copyright (C) 1989 Free Software Foundation, Inc.
51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
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) 2017 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down

0 comments on commit 0614733

Please sign in to comment.