Skip to content

Commit

Permalink
Avoid bugs with -Ddefault_inc_excludes_dot
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
kentfredric committed Mar 4, 2017
1 parent e52dbfb commit e1c52bd
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 16 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.build
Dist-Zilla-App-Command-critic-*
/.build
/Dist-Zilla-App-Command-critic-*
/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
9 changes: 8 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release history for Dist-Zilla-App-Command-critic

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

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

0.001010 2015-04-12T20:14:30Z 237f1a1
[Dependencies::Stats]
Expand Down Expand Up @@ -63,4 +71,3 @@ Release history for Dist-Zilla-App-Command-critic
- 5.008: 216
- 5.010: 196
- 5.019: 175

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

[MetaJSON / @Author::KENTNL/MetaJSON]

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

[Manifest / @Author::KENTNL/Manifest]

Expand All @@ -67,6 +67,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 @@ -85,7 +87,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.025021

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

Expand Down Expand Up @@ -129,6 +131,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 @@ -197,7 +200,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 @@ -208,10 +211,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: 2 additions & 1 deletion 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.001011
[Changed / test requires]
- Test::More 0.89 → 0

0.001010 2015-04-12T20:14:30Z
[Changed / test requires]
Expand Down Expand Up @@ -43,4 +45,3 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (co
- version

0.001001 2014-04-13T01:46:56Z

21 changes: 20 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.001011
[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.025021

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

[Removed / develop requires]
- Dist::Zilla::Plugin::MetaYAML

0.001010 2015-04-12T20:14:30Z
[Added / develop requires]
Expand Down Expand Up @@ -131,4 +151,3 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
- version

0.001001 2014-04-13T01:46:56Z

18 changes: 17 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.001011
[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.025021

[Removed / develop requires]
- Dist::Zilla::Plugin::MetaYAML

0.001010 2015-04-12T20:14:30Z
[Added / develop requires]
Expand Down Expand Up @@ -71,4 +88,3 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and
- Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0

0.001001 2014-04-13T01:46:56Z

1 change: 0 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (co
- CPAN::Meta::Requirements 2.120900

0.001001 2014-04-13T01:46:56Z

0 comments on commit e1c52bd

Please sign in to comment.