Skip to content

Commit

Permalink
Build results of 67d1bf5 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent b7aec4f commit 3ce3f12
Show file tree
Hide file tree
Showing 25 changed files with 491 additions and 852 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.build
Dist-Zilla-Plugin-MetaProvides*
/.build
/Dist-Zilla-Plugin-MetaProvides-FromFile-*
*.swp
/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
14 changes: 12 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
Revision history for Dist-Zilla-Plugin-MetaProvides-FromFile
Revision history for Dist-Zilla-Plugin-MetaProvides-FromFile

2.001002 2017-03-07T14:15:57Z 91340b1
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Removed use of ConfigDumper
- Removed use of dztest

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

2.001001 2015-06-06T13:39:39Z f6c555d
[Bugs]
Expand Down Expand Up @@ -188,4 +199,3 @@

1.0920012 2009-07-19T12:24:43Z
- 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.036.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009.
.gitignore
.mailmap
.perltidyrc
Expand Down Expand Up @@ -28,9 +28,9 @@ t/dz2-provides.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 3ce3f12

Please sign in to comment.