Skip to content

Commit

Permalink
Build results of 7625c88 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 6, 2017
1 parent 5ceba1b commit 94f076a
Show file tree
Hide file tree
Showing 21 changed files with 343 additions and 234 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ branches:
- 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:
Expand Down
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Release history for Dist-Zilla-Plugin-Prereqs-Soften

0.006003 2017-03-06T04:53:19Z f764946
[Bugfix]
- Avoid testing issues under -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-Soften/issues/6

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

[Internals]
- Add much more extensive logging about decision making, including outcomes of each decision
- Closes https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-Soften/issues/5

0.006002 2016-05-01T18:03:38Z f9ed7c0
- Remove usage of dztest. Ironic, seeing this module is where I invented that. So many regrets.
- Fix test failure with newer OptionalFeature due to injected depedencies.
Expand Down
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) 2016 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) 2016 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) 2016 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
2 changes: 1 addition & 1 deletion 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.047.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009.
.gitignore
.mailmap
.perltidyrc
Expand Down

0 comments on commit 94f076a

Please sign in to comment.