Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert PR #12 #18

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 29 additions & 18 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"PPI::Document" : "0",
"Path::Tiny" : "0",
"Pod::Usage" : "0",
"Test::Vars" : "0",
"Test::Vars" : "0.017",
"autodie" : "0",
"perl" : "v5.14.0",
"strict" : "0",
Expand All @@ -87,19 +87,19 @@
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/perl-ide/App-perlvars/issues"
"web" : "https://github.com/hakonhagland/App-perlvars/issues"
},
"homepage" : "https://github.com/perl-ide/App-perlvars",
"homepage" : "https://github.com/hakonhagland/App-perlvars",
"repository" : {
"type" : "git",
"url" : "https://github.com/perl-ide/App-perlvars.git",
"web" : "https://github.com/perl-ide/App-perlvars"
"url" : "https://github.com/hakonhagland/App-perlvars.git",
"web" : "https://github.com/hakonhagland/App-perlvars"
}
},
"version" : "0.000005",
"version" : "0.000006",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.034000"
"version" : "5.038001"
},
"plugins" : [
{
Expand Down Expand Up @@ -148,7 +148,7 @@
"class" : "Dist::Zilla::Plugin::MakeMaker",
"config" : {
"Dist::Zilla::Role::TestRunner" : {
"default_jobs" : "8"
"default_jobs" : 1
}
},
"name" : "@Author::OALDERS/MakeMaker",
Expand Down Expand Up @@ -325,7 +325,7 @@
"class" : "Dist::Zilla::Plugin::RunExtraTests",
"config" : {
"Dist::Zilla::Role::TestRunner" : {
"default_jobs" : "8"
"default_jobs" : 1
}
},
"name" : "@Author::OALDERS/RunExtraTests",
Expand Down Expand Up @@ -505,7 +505,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.34.1",
"git_version" : "2.43.0",
"repo_root" : "."
}
},
Expand All @@ -516,15 +516,15 @@
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
"git_version" : "2.34.1",
"git_version" : "2.43.0",
"include_authors" : 0,
"include_releaser" : 1,
"order_by" : "name",
"paths" : []
}
},
"name" : "@Author::OALDERS/Git::Contributors",
"version" : "0.037"
"version" : "0.036"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
Expand Down Expand Up @@ -636,7 +636,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.34.1",
"git_version" : "2.43.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand All @@ -653,12 +653,12 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "v0.000005",
"tag" : "v0.000006",
"tag_format" : "v%V",
"tag_message" : "v%V"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.34.1",
"git_version" : "2.43.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand Down Expand Up @@ -709,7 +709,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.34.1",
"git_version" : "2.43.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand All @@ -729,7 +729,7 @@
"remotes_must_exist" : 1
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.34.1",
"git_version" : "2.43.0",
"repo_root" : "."
}
},
Expand All @@ -741,6 +741,17 @@
"name" : "GitHubREADME::Badge",
"version" : "0.35"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "runtime",
"type" : "requires"
}
},
"name" : "Prereqs",
"version" : "6.031"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
Expand Down Expand Up @@ -816,7 +827,7 @@
"H\u00e5kon H\u00e6gland <[email protected]>",
"Olaf Alders <[email protected]>"
],
"x_generated_by_perl" : "v5.34.0",
"x_generated_by_perl" : "v5.38.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ my %WriteMakefileArgs = (
"PPI::Document" => 0,
"Path::Tiny" => 0,
"Pod::Usage" => 0,
"Test::Vars" => 0,
"Test::Vars" => "0.017",
"autodie" => 0,
"strict" => 0,
"warnings" => 0
Expand Down Expand Up @@ -54,7 +54,7 @@ my %FallbackPrereqs = (
"Pod::Usage" => 0,
"Test::More" => 0,
"Test::Script" => "1.29",
"Test::Vars" => 0,
"Test::Vars" => "0.017",
"autodie" => 0,
"lib" => 0,
"strict" => 0,
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires "Moo" => "0";
requires "PPI::Document" => "0";
requires "Path::Tiny" => "0";
requires "Pod::Usage" => "0";
requires "Test::Vars" => "0";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line is enough. We don't need to set the version in dist.ini and the other changes will be generated by Dist::Zilla as well. I could have been a lot clearer about that. My bad!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem! I have reverted the other changes :)

requires "Test::Vars" => "0.017";
requires "autodie" => "0";
requires "perl" => "v5.14.0";
requires "strict" => "0";
Expand Down
3 changes: 3 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ branch = main
place = top
phase = build

[Prereqs]
Test::Vars = 0.017

[Prereqs / TestRequires]
Test::Script = 1.29