X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl58delta.pod;h=9d955ef8a4d0a85606d6437656bcecfa4f66c7e4;hb=938c8732ceb115a707f725327a631eb35319ba87;hp=53aa21744f98bc4d3d52ee8aa94cd8e307d777c1;hpb=cca467b19326f868608ec9ebbf8161776d9e444c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod index 53aa217..9d955ef 100644 --- a/pod/perl58delta.pod +++ b/pod/perl58delta.pod @@ -1,6 +1,6 @@ =head1 NAME -perldelta - what is new for perl v5.8.0 +perl58delta - what is new for perl v5.8.0 =head1 DESCRIPTION @@ -664,7 +664,7 @@ The template letters are C, C, C, and C. =item * -C can now be used to force a string to UTF8. +C can now be used to force a string to UTF-8. =item * @@ -1905,17 +1905,17 @@ for site-wide changes). If your file system supports symbolic links, you can build Perl outside of the source directory by - mkdir /tmp/perl/build/directory - cd /tmp/perl/build/directory + mkdir perl/build/directory + cd perl/build/directory sh /path/to/perl/source/Configure -Dmksymlinks ... -This will create in /tmp/perl/build/directory a tree of symbolic links +This will create in perl/build/directory a tree of symbolic links pointing to files in /path/to/perl/source. The original files are left unaffected. After Configure has finished, you can just say make all test -and Perl will be built and tested, all in /tmp/perl/build/directory. +and Perl will be built and tested, all in perl/build/directory. [561] =item * @@ -2475,7 +2475,7 @@ C, C, and C now match titlecase. Concatenation with the C<.> operator or via variable interpolation, C, C, C, C, the C operator, -substitution with C, single-quoted UTF8, should now work. +substitution with C, single-quoted UTF-8, should now work. =item *