Skip to content

Commit

Permalink
Build results of f52d8b6 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 4, 2017
1 parent c281b6a commit 90baf1f
Show file tree
Hide file tree
Showing 25 changed files with 454 additions and 792 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-App-Command-critic-*
/.build
/Dist-Zilla-App-Command-critic-*
/tmp/
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
11 changes: 10 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Release history for Dist-Zilla-App-Command-critic

0.001011 2017-03-04T04:13:16Z dbde69e
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Dist-Zilla-App-Command-critic/issues/1

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

0.001010 2015-04-12T20:14:30Z 237f1a1
[Dependencies::Stats]
- Dependencies changed since 0.001004, see misc/*.deps* for details
Expand Down Expand Up @@ -61,4 +71,3 @@ Release history for Dist-Zilla-App-Command-critic
- 5.008: 216
- 5.010: 196
- 5.019: 175

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.034.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008.
.gitignore
.mailmap
.perltidyrc
Expand Down Expand Up @@ -28,9 +28,9 @@ t/basic.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
Loading

0 comments on commit 90baf1f

Please sign in to comment.