Skip to content

Commit 7db20ad

Browse files
Update INSTALL to list 5.40, not 5.41.12
1 parent 58b2798 commit 7db20ad

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
@@ -13,8 +13,8 @@ INSTALL - Build and Installation guide for perl 5.
1313
First, make sure you have an up-to-date version of the Perl source code. If
1414
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.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
16+
subreleases (like 5.40.x and 5.42.x) are stable maintenance releases and
17+
odd-numbered subreleases (like 5.41.x and 5.43.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
@@ -2665,9 +2665,9 @@ seriously consider using a separate directory, since development
26652665
subversions may not have all the compatibility wrinkles ironed out
26662666
yet.
26672667

2668-
=head2 Upgrading from 5.41.12 or earlier
2668+
=head2 Upgrading from 5.40.0 or earlier
26692669

2670-
B<Perl 5.42.0 may not be binary compatible with Perl 5.41.12 or
2670+
B<Perl 5.42.0 may not be binary compatible with Perl 5.40.0 or
26712671
earlier Perl releases.> Perl modules having binary parts
26722672
(meaning that a C compiler is used) will have to be recompiled to be
26732673
used with 5.42.0. If you find you do need to rebuild an extension with

0 commit comments

Comments
 (0)