X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/6be4eae6facc6f5af1e5cc7bb798aa23564dfe78..ee27170c5cfbe03f03b6c6c5e8e66c716119f3bc:/INSTALL diff --git a/INSTALL b/INSTALL index 365bd7e..cdbb45e 100644 --- a/INSTALL +++ b/INSTALL @@ -615,7 +615,7 @@ The directories set up by Configure fall into three broad categories. =item Directories for the perl distribution -By default, Configure will use the following directories for 5.31.12. +By default, Configure will use the following directories for 5.32.0. $version is the full perl version number, including subversion, e.g. 5.12.3, and $archname is a string like sun4-sunos, determined by Configure. The full definitions of all Configure @@ -1665,7 +1665,7 @@ If you still have missing routines or undefined symbols, you probably need to add some library or other, make a symbolic link like described above, or you need to undefine some feature that Configure thought was there but is defective or incomplete. If you used a hint file, see if -it has any relevant advice. You can also look through through config.h +it has any relevant advice. You can also look through config.h for likely suspects. =item toke.c @@ -1868,7 +1868,7 @@ The more common one requires some way of transferring and running executables in the target system, such as an ssh connection; this is the C<./Configure -Dusecrosscompile -Dtargethost=...> route. The second method doesn't need access to the target system, but requires you to -provide a config.sh, and and a canned Makefile; the rest of this section +provide a config.sh, and a canned Makefile; the rest of this section describes the former. This cross-compilation setup of Configure has successfully been used in @@ -2437,7 +2437,7 @@ L =head1 Coexistence with earlier versions of perl 5 -Perl 5.31.12 is not binary compatible with earlier versions of Perl. +Perl 5.32.0 is not binary compatible with earlier versions of Perl. In other words, you will have to recompile your XS modules. In general, you can usually safely upgrade from one stable version of Perl @@ -2512,9 +2512,9 @@ won't interfere with another version. (The defaults guarantee this for libraries after 5.6.0, but not for executables. TODO?) One convenient way to do this is by using a separate prefix for each version, such as - sh Configure -Dprefix=/opt/perl5.31.12 + sh Configure -Dprefix=/opt/perl5.32.0 -and adding /opt/perl5.31.12/bin to the shell PATH variable. Such users +and adding /opt/perl5.32.0/bin to the shell PATH variable. Such users may also wish to add a symbolic link /usr/local/bin/perl so that scripts can still start with #!/usr/local/bin/perl. @@ -2529,11 +2529,11 @@ yet. =head2 Upgrading from 5.31.8 or earlier -B Perl modules having binary parts (meaning that a C compiler is used) will have to be recompiled to be -used with 5.31.12. If you find you do need to rebuild an extension with -5.31.12, you may safely do so without disturbing the older +used with 5.32.0. If you find you do need to rebuild an extension with +5.32.0, you may safely do so without disturbing the older installations. (See L<"Coexistence with earlier versions of perl 5"> above.) @@ -2566,15 +2566,15 @@ Firstly, the bare minimum to run this script print("$f\n"); } -in Linux with perl-5.31.12 is as follows (under $Config{prefix}): +in Linux with perl-5.32.0 is as follows (under $Config{prefix}): ./bin/perl - ./lib/perl5/5.31.12/strict.pm - ./lib/perl5/5.31.12/warnings.pm - ./lib/perl5/5.31.12/i686-linux/File/Glob.pm - ./lib/perl5/5.31.12/feature.pm - ./lib/perl5/5.31.12/XSLoader.pm - ./lib/perl5/5.31.12/i686-linux/auto/File/Glob/Glob.so + ./lib/perl5/5.32.0/strict.pm + ./lib/perl5/5.32.0/warnings.pm + ./lib/perl5/5.32.0/i686-linux/File/Glob.pm + ./lib/perl5/5.32.0/feature.pm + ./lib/perl5/5.32.0/XSLoader.pm + ./lib/perl5/5.32.0/i686-linux/auto/File/Glob/Glob.so Secondly, for perl-5.10.1, the Debian perl-base package contains 591 files, (of which 510 are for lib/unicore) totaling about 3.5MB in its