Skip to content

Commit

Permalink
Fixup tooling to avoid dot-in-@inc issues
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent a263e60 commit 215ad08
Show file tree
Hide file tree
Showing 10 changed files with 44 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
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-Version-Sanitize

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

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

0.002002 2016-06-06T22:54:09Z a3dac06
- Add VERSION to metaconfig.
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.047.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
use strict;
use warnings;

Expand Down Expand Up @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
"Path::Tiny" => 0,
"Test::DZil" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.89"
"Test::More" => 0
},
"VERSION" => "0.002003",
"test" => {
Expand All @@ -54,7 +54,7 @@ my %FallbackPrereqs = (
"Path::Tiny" => 0,
"Test::DZil" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.89",
"Test::More" => 0,
"strict" => 0,
"version" => 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 @@ -72,7 +72,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 @@ -78,6 +78,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 @@ -96,7 +98,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 @@ -235,7 +237,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 = eumm
toolkit_hardness = soft
twitter_extra_hash_tags = #distzilla
srcreadme = mkdn
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)

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

0.002002 2016-06-06T22:54:09Z
[Added / 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)

0.002003
[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

0.002002 2016-06-06T22:54:09Z
[Added / configure 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 )

0.002003
[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

0.002002 2016-06-06T22:54:09Z
[Added / develop recommends]
Expand Down

0 comments on commit 215ad08

Please sign in to comment.