Skip to content

Commit

Permalink
Fix test failures with -Ddefault_inc_excludes_dot
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent 6de66e4 commit 5d8b972
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 12 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
9 changes: 8 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Release history for Dist-Zilla-Plugin-RemovePrereqs-Provided

{{$NEXT}}
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Dist-Zilla-Plugin-RemovePrereqs-Provided/issues/1

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

0.001000 2015-05-06T02:03:02Z 7229903
- 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
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Kent Fredric <kentnl@cpan.org>

# COPYRIGHT AND LICENSE

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.
14 changes: 10 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ include_dotfiles = 1

[MetaJSON / @Author::KENTNL/MetaJSON]

[MetaYAML / @Author::KENTNL/MetaYAML]
[MetaYAML::Minimal / @Author::KENTNL/MetaYAML::Minimal]

[Manifest / @Author::KENTNL/Manifest]

Expand All @@ -68,6 +68,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 @@ -86,7 +88,7 @@ replacer = replace_with_blank
-phase = develop
-type = suggests
Dist::Zilla::App::Command::bakeini = 0.001000
Dist::Zilla::PluginBundle::Author::KENTNL = 2.024001
Dist::Zilla::PluginBundle::Author::KENTNL = 2.025020

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

Expand Down Expand Up @@ -130,6 +132,7 @@ tag_format = %v-source

[Git::NextRelease / @Author::KENTNL/Git::NextRelease]
:version = 0.004000
default_branch = master
format = %v %{yyyy-MM-dd'T'HH:mm:ss}dZ %h
time_zone = UTC

Expand Down Expand Up @@ -170,6 +173,8 @@ applyto_phase = develop
modules = Dist::Zilla::PluginBundle::Author::KENTNL
modules = Dist::Zilla::App::Command::bakeini

[RemovePrereqs::Provided / @Author::KENTNL/RemovePrereqs::Provided]

[Prereqs / @Author::KENTNL/::Role::BundleDeps]
; auto_prereqs_skip = File::Find
-phase = develop
Expand Down Expand Up @@ -198,7 +203,7 @@ Dist::Zilla::Plugin::MetaData::BuiltWith = 1.004000
Dist::Zilla::Plugin::MetaJSON = 0
Dist::Zilla::Plugin::MetaProvides::Package = 1.14000001
Dist::Zilla::Plugin::MetaTests = 0
Dist::Zilla::Plugin::MetaYAML = 0
Dist::Zilla::Plugin::MetaYAML::Minimal = 0
Dist::Zilla::Plugin::MinimumPerl = 0
Dist::Zilla::Plugin::PodCoverageTests = 0
Dist::Zilla::Plugin::PodSyntaxTests = 0
Expand All @@ -209,10 +214,11 @@ Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled = 0
Dist::Zilla::Plugin::Prereqs::Upgrade = 0
Dist::Zilla::Plugin::Readme::Brief = 0
Dist::Zilla::Plugin::ReadmeAnyFromPod = 0
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
3 changes: 3 additions & 0 deletions dist.ini.meta
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ bumpversions = 1
copyfiles = LICENSE
srcreadme = mkdn
twitter_extra_hash_tags = #distzilla
Test::Compile::PerFile.:version = 0.003902
Test::Compile::PerFile.test_template = 02-raw-require.t.tpl

; auto_prereqs_skip = File::Find

[Prereqs / TestRecommends ]
Expand Down
3 changes: 2 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.001001

[Changed / test requires]
- Test::More 0.89 → 0
19 changes: 19 additions & 0 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.001001
[Added / develop requires]
- Dist::Zilla::Plugin::MetaYAML::Minimal
- Dist::Zilla::Plugin::RemovePrereqs::Provided
- English
- Software::License::Perl_5
- Test::MinimumVersion

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

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

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

[Removed / develop requires]
- Dist::Zilla::Plugin::MetaYAML
16 changes: 16 additions & 0 deletions misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.001001
[Added / develop requires]
- Dist::Zilla::Plugin::MetaYAML::Minimal
- Dist::Zilla::Plugin::RemovePrereqs::Provided
- English
- Software::License::Perl_5
- Test::MinimumVersion

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

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

[Removed / develop requires]
- Dist::Zilla::Plugin::MetaYAML
1 change: 0 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

0.001001

0 comments on commit 5d8b972

Please sign in to comment.