Skip to content

Commit 09d25ac

Browse files
committed
INSTALL: clarify requirements
You don't need an installed, runnable "up-to-date version of Perl" to build perl, just a reasonably recent source tree. Also, update references to 5.8 and 5.10 to the more current versions 5.38 and 5.40. (See also: GH #22390)
1 parent 3081381 commit 09d25ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ INSTALL - Build and Installation guide for perl 5.
1010

1111
=head1 SYNOPSIS
1212

13-
First, make sure you have an up-to-date version of Perl. If you
14-
didn't get your Perl source from CPAN, check the latest version at
13+
First, make sure you have an up-to-date version of the Perl source code. If
14+
you didn't get your Perl source from CPAN, check the latest version at
1515
L<https://www.cpan.org/src/>. Perl uses a version scheme where even-numbered
16-
subreleases (like 5.8.x and 5.10.x) are stable maintenance releases and
17-
odd-numbered subreleases (like 5.7.x and 5.9.x) are unstable
16+
subreleases (like 5.38.x and 5.40.x) are stable maintenance releases and
17+
odd-numbered subreleases (like 5.39.x and 5.41.x) are unstable
1818
development releases. Development releases should not be used in
1919
production environments. Fixes and new features are first carefully
2020
tested in development releases and only if they prove themselves to be

0 commit comments

Comments
 (0)