Skip to content

Commit

Permalink
Fix dist.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Aug 4, 2024
1 parent ae7c364 commit 41eacff
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion 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 v6.031.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032.
use strict;
use warnings;

Expand All @@ -24,6 +24,7 @@ my %WriteMakefileArgs = (
"File::Temp" => 0,
"Scalar::Util" => "1.13",
"Storable" => 0,
"Term::Table" => "0.013",
"Time::HiRes" => 0,
"overload" => 0,
"utf8" => 0
Expand All @@ -43,6 +44,7 @@ my %FallbackPrereqs = (
"File::Temp" => 0,
"Scalar::Util" => "1.13",
"Storable" => 0,
"Term::Table" => "0.013",
"Time::HiRes" => 0,
"overload" => 0,
"utf8" => 0
Expand All @@ -58,4 +60,7 @@ unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

$WriteMakefileArgs{INSTALLDIRS} = 'perl'
if "$]" >= 5.006002 && "$]" <= 5.011000;

WriteMakefile(%WriteMakefileArgs);
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ AUTHORS

COPYRIGHT

Copyright 2020 Chad Granum <[email protected]>.
Copyright Chad Granum <[email protected]>.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The source code repository for Test2 can be found at

# COPYRIGHT

Copyright 2020 Chad Granum <[email protected]>.
Copyright Chad Granum <[email protected]>.

This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.031
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.032
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.

requires "B" => "0";
Expand All @@ -8,6 +8,7 @@ requires "File::Spec" => "0";
requires "File::Temp" => "0";
requires "Scalar::Util" => "1.13";
requires "Storable" => "0";
requires "Term::Table" => "0.013";
requires "Time::HiRes" => "0";
requires "overload" => "0";
requires "perl" => "5.006002";
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repository.url = https://github.com/Test-More/test-more/
repository.type = git

[OnlyCorePrereqs]
starting_version = 5.008001
starting_version = 5.040000

[Prereqs]
perl = 5.006002
Expand Down

0 comments on commit 41eacff

Please sign in to comment.