We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c3566 commit d6dd7bfCopy full SHA for d6dd7bf
dist/Devel-PPPort/PPPort_pm.PL
@@ -106,7 +106,7 @@ my @todo_list = reverse sort keys %todo;
106
# directories are empty (which should only happen during regeneration of the
107
# base and todo files).). Actually the final element is for blead (at the
108
# time things were regenerated), which is 1 beyond the max version supported.
109
-my $INT_MAX_PERL = (@todo_list) ? $todo_list[0] - 1 : '5030000';
+my $INT_MAX_PERL = (@todo_list) ? $todo_list[0] - 1 : '5030000'; # used for __MAX_PERL__
110
my $MAX_PERL = format_version($INT_MAX_PERL);
111
my $INT_MIN_PERL = (@todo_list) ? $todo_list[-1] : 5003007;
112
my $MIN_PERL = format_version($INT_MIN_PERL);
0 commit comments