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.
13
13
First, make sure you have an up-to-date version of the Perl source code. If
14
14
you didn't get your Perl source from CPAN, check the latest version at
15
15
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
18
18
development releases. Development releases should not be used in
19
19
production environments. Fixes and new features are first carefully
20
20
tested in development releases and only if they prove themselves to be
@@ -2665,9 +2665,9 @@ seriously consider using a separate directory, since development
2665
2665
subversions may not have all the compatibility wrinkles ironed out
2666
2666
yet.
2667
2667
2668
- =head2 Upgrading from 5.41.12 or earlier
2668
+ =head2 Upgrading from 5.40.0 or earlier
2669
2669
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
2671
2671
earlier Perl releases.> Perl modules having binary parts
2672
2672
(meaning that a C compiler is used) will have to be recompiled to be
2673
2673
used 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