Skip to content

Commit

Permalink
Avoid test failures w/ -Ddefault_inc_excludes_dot
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent 1d5f5b3 commit 934c2a5
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 13 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
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release history for Dist-Zilla-Role-Bootstrap

{{$NEXT}}
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Dist-Zilla-Role-Bootstrap/issues/2

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

1.001003 2016-04-29T22:50:28Z be1b807
- Simplifed MetaConfig generation
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.008.
use strict;
use warnings;

Expand Down Expand Up @@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"FindBin" => 0,
"Moose" => 0,
"Test::More" => "0.89"
"Test::More" => 0
},
"VERSION" => "1.001004",
"test" => {
Expand All @@ -61,7 +61,7 @@ my %FallbackPrereqs = (
"Moose" => 0,
"Moose::Role" => 0,
"Path::Tiny" => 0,
"Test::More" => "0.89",
"Test::More" => 0,
"lib" => 0,
"strict" => 0,
"version" => 0,
Expand Down
4 changes: 2 additions & 2 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ Prior to `0.2.0` this property did not exist, and default behavior was to assume

# 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 @@ -77,6 +77,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 @@ -95,7 +97,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.025020

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

Expand Down Expand Up @@ -234,7 +236,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 dist.ini.meta
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ toolkit_hardness = soft
bumpversions = 1
srcreadme = mkdn
twitter_extra_hash_tags = #distzilla
Test::Compile::PerFile.:version = 0.003902
Test::Compile::PerFile.test_template = 02-raw-require.t.tpl

; version_major = 0
; version_minor = 1
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.001004
[Changed / test requires]
- Test::More 0.89 → 0

1.001003 2016-04-29T22:50:28Z
[Changed / configure requires]
Expand Down
11 changes: 11 additions & 0 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

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

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

[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.025010 → 2.025020

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

1.001003 2016-04-29T22:50:28Z
[Added / develop requires]
Expand Down
8 changes: 8 additions & 0 deletions misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

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

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

[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.025010 → 2.025020

1.001003 2016-04-29T22:50:28Z
[Added / develop requires]
Expand Down
4 changes: 2 additions & 2 deletions perlcritic.rc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spell_command = aspell list --lang en_US

[Documentation::RequirePodAtEnd]

[Documentation::RequirePodLinksIncludeText]
[-Documentation::RequirePodLinksIncludeText]

[-Documentation::RequirePodSections]

Expand Down Expand Up @@ -316,7 +316,7 @@ allowed_pragmata = diagnostics feature perlversion strict warnings utf8

[Subroutines::ProhibitExcessComplexity]

[Subroutines::ProhibitExplicitReturnUndef]
[-Subroutines::ProhibitExplicitReturnUndef]

[Subroutines::ProhibitExportingUndeclaredSubs]

Expand Down

0 comments on commit 934c2a5

Please sign in to comment.