File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ INSTALL - Build and Installation guide for perl 5.
1313First, make sure you have an up-to-date version of the Perl source code. If
1414you didn't get your Perl source from CPAN, check the latest version at
1515L<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
1818development releases. Development releases should not be used in
1919production environments. Fixes and new features are first carefully
2020tested in development releases and only if they prove themselves to be
@@ -2665,9 +2665,9 @@ seriously consider using a separate directory, since development
26652665subversions may not have all the compatibility wrinkles ironed out
26662666yet.
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
26712671earlier Perl releases.> Perl modules having binary parts
26722672(meaning that a C compiler is used) will have to be recompiled to be
26732673used with 5.42.0. If you find you do need to rebuild an extension with
You can’t perform that action at this time.
0 commit comments