Skip to content

Commit

Permalink
Fix for -Ddefault_inc_excludes_dot
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 10, 2017
1 parent 3ea75b8 commit e93ce4e
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 11 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 @@
Revision history for {{$dist->name}}

{{$NEXT}}
- Ship previous devrel changes as stable
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot

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

1.001002 2016-05-01T00:22:36Z edbd3ac
- Added MetaConfig data to consumers.
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 v5.043.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
use strict;
use warnings;

Expand Down Expand Up @@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
"Dist::Zilla::Tester" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Test::More" => "0.89"
"Test::More" => 0
},
"VERSION" => "1.001003",
"test" => {
Expand Down Expand Up @@ -69,7 +69,7 @@ my %FallbackPrereqs = (
"Path::Iterator::Rule" => 0,
"Path::Tiny" => 0,
"Scalar::Util" => 0,
"Test::More" => "0.89",
"Test::More" => 0,
"namespace::autoclean" => "0.09",
"strict" => 0,
"warnings" => 0
Expand Down
4 changes: 2 additions & 2 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ Make sure to look at [`Dist::Zilla::Tempdir::Item`](https://metacpan.org/pod/Dis

# AUTHOR

Kent Fredric &lt;kentnl@cpan.org>
Kent Fredric <kentnl@cpan.org>

# COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Kent Fredric &lt;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 @@ -73,6 +73,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 @@ -91,7 +93,7 @@ replacer = replace_with_blank
-phase = develop
-type = suggests
Dist::Zilla::App::Command::bakeini = 0.001000
Dist::Zilla::PluginBundle::Author::KENTNL = 2.025010
Dist::Zilla::PluginBundle::Author::KENTNL = 2.025021

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

Expand Down Expand Up @@ -228,7 +230,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)

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

1.001002 2016-05-01T00:22:36Z
[Added / configure requires]
Expand Down
12 changes: 12 additions & 0 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

1.001003
[Added / develop requires]
- Test::MinimumVersion

[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.025010 → 2.025021

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

1.001002 2016-05-01T00:22:36Z
[Added / configure requires]
Expand Down
9 changes: 9 additions & 0 deletions misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

1.001003
[Added / develop requires]
- Test::MinimumVersion

[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.025010 → 2.025021

1.001002 2016-05-01T00:22:36Z
[Added / develop recommends]
Expand Down

0 comments on commit e93ce4e

Please sign in to comment.