Skip to content

Commit

Permalink
Fix tests failing with -Ddefault_inc_excludes_dot
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 6, 2017
1 parent d6bd21e commit e869b9f
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 10 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
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release history for CPAN-Distribution-ReleaseHistory

{{$NEXT}}
[Bugfix]
- Fix tests failing with -Ddefault_inc_excludes_dot

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

0.002004 2016-11-08T09:19:00Z 4349a15
[Bugfix / #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
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
use strict;
use warnings;

Expand Down Expand Up @@ -27,7 +27,7 @@ my %WriteMakefileArgs = (
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.89",
"Test::More" => 0,
"Test::RequiresInternet" => 0
},
"VERSION" => "0.002005",
Expand All @@ -44,7 +44,7 @@ my %FallbackPrereqs = (
"Moo" => "1.000008",
"Search::Elasticsearch" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.89",
"Test::More" => 0,
"Test::RequiresInternet" => 0,
"strict" => 0,
"warnings" => 0
Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Kent Fredric <kentnl@cpan.org>

# COPYRIGHT AND LICENSE

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.
6 changes: 4 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ trailing_whitespace = 1
[Test::MinimumVersion / @Author::KENTNL/Test::MinimumVersion]

[Test::Compile::PerFile / @Author::KENTNL/Test::Compile::PerFile]
:version = 0.003902
test_template = 02-raw-require.t.tpl

[Test::Perl::Critic / @Author::KENTNL/Test::Perl::Critic]

Expand All @@ -94,7 +96,7 @@ replacer = replace_with_blank
-phase = develop
-type = suggests
Dist::Zilla::App::Command::bakeini = 0.001000
Dist::Zilla::PluginBundle::Author::KENTNL = 2.025020
Dist::Zilla::PluginBundle::Author::KENTNL = 2.025021

[Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps]

Expand Down Expand Up @@ -225,7 +227,7 @@ Dist::Zilla::Plugin::RemovePrereqs::Provided = 0
Dist::Zilla::Plugin::RewriteVersion::Sanitized = 0
Dist::Zilla::Plugin::RunExtraTests = 0
Dist::Zilla::Plugin::Test::CPAN::Changes = 0
Dist::Zilla::Plugin::Test::Compile::PerFile = 0
Dist::Zilla::Plugin::Test::Compile::PerFile = 0.003902
Dist::Zilla::Plugin::Test::EOL = 0
Dist::Zilla::Plugin::Test::Kwalitee = 0
Dist::Zilla::Plugin::Test::MinimumVersion = 0
Expand Down
2 changes: 2 additions & 0 deletions misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.002005
[Changed / test requires]
- Test::More 0.89 → 0

0.002004 2016-11-08T09:19:00Z
[Removed / runtime requires]
Expand Down
9 changes: 9 additions & 0 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.002005
[Changed / develop requires]
- Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902

[Changed / develop suggests]
- Dist::Zilla::App::Command::bakeini 0.002005 → 0.002006
- Dist::Zilla::PluginBundle::Author::KENTNL 2.025020 → 2.025021

[Changed / test requires]
- Test::More 0.89 → 0

0.002004 2016-11-08T09:19:00Z
[Added / develop requires]
Expand Down
6 changes: 6 additions & 0 deletions misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.002005
[Changed / develop requires]
- Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902

[Changed / develop suggests]
- Dist::Zilla::App::Command::bakeini 0.002005 → 0.002006
- Dist::Zilla::PluginBundle::Author::KENTNL 2.025020 → 2.025021

0.002004 2016-11-08T09:19:00Z
[Added / develop requires]
Expand Down

0 comments on commit e869b9f

Please sign in to comment.