Skip to content

Commit d6dd7bf

Browse files
committed
Add a comment to point to the value used for __MAX_PERL__
(cherry picked from commit 3ffaa936e47410a206f29ab391151a4c0a729c0d) Signed-off-by: Nicolas R <atoomic@cpan.org>
1 parent d2c3566 commit d6dd7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/Devel-PPPort/PPPort_pm.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ my @todo_list = reverse sort keys %todo;
106106
# directories are empty (which should only happen during regeneration of the
107107
# base and todo files).). Actually the final element is for blead (at the
108108
# time things were regenerated), which is 1 beyond the max version supported.
109-
my $INT_MAX_PERL = (@todo_list) ? $todo_list[0] - 1 : '5030000';
109+
my $INT_MAX_PERL = (@todo_list) ? $todo_list[0] - 1 : '5030000'; # used for __MAX_PERL__
110110
my $MAX_PERL = format_version($INT_MAX_PERL);
111111
my $INT_MIN_PERL = (@todo_list) ? $todo_list[-1] : 5003007;
112112
my $MIN_PERL = format_version($INT_MIN_PERL);

0 commit comments

Comments
 (0)