Skip to content

Commit

Permalink
Build results of b466003 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent baeaea8 commit 9078576
Show file tree
Hide file tree
Showing 21 changed files with 309 additions and 225 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
17 changes: 16 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Revision history for Dist-Zilla-Plugin-ModuleInstall
Revision history for Dist-Zilla-Plugin-ModuleInstall

1.001002 2017-03-07T08:09:04Z 3a4ccbf
- Amended missing changelog entry in a previous release

[Bugfix]
- Avoid test failures on -Ddefault_inc_excludes_dot
- Generated Makefile.PL now has a `use lib` stanza to avoid -Ddefault_inc_excludes_dot issues

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

1.001001 2016-04-29T12:17:45Z 78daba4
- Marked distribution deprecated.
- Simplified runtime dependency graph.

[Dependencies::Stats]
- Dependencies changed since 1.001000, see misc/*.deps* for details
- configure: +1 (recommends: ↑1)
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.043.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009.
.gitignore
.mailmap
.perltidyrc
Expand Down
Loading

0 comments on commit 9078576

Please sign in to comment.