X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl58delta.pod;h=a3a0d8ac292886f57906ec34e38ff32a5cbada65;hb=a22f28a4268aa03ce2bafaf594271b8ff764a5f8;hp=9d955ef8a4d0a85606d6437656bcecfa4f66c7e4;hpb=2359510ddb135dcc6e80153f51cff0a97b20b597;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod index 9d955ef..a3a0d8a 100644 --- a/pod/perl58delta.pod +++ b/pod/perl58delta.pod @@ -416,7 +416,7 @@ for more information about UTF-8. =item * If your environment variables (LC_ALL, LC_CTYPE, LANG) look like you -want to use UTF-8 (any of the the variables match C), your +want to use UTF-8 (any of the variables match C), your STDIN, STDOUT, STDERR handles and the default open layer (see L) are marked as UTF-8. (This feature, like other new features that combine Unicode and I/O, work only if you are using PerlIO, but that's @@ -532,7 +532,7 @@ already. The fatal error has been downgraded to an optional warning: This warns you that C<"fred@example.com"> is going to turn into C if you don't backslash the C<@>. -See http://www.plover.com/~mjd/perl/at-error.html for more details +See http://perl.plover.com/at-error.html for more details about the history here. =head2 Miscellaneous Changes @@ -2929,7 +2929,7 @@ is made, a warning is given. =item * C and C (with no values to push or unshift) -now give a warning. This may be a problem for generated and evaled +now give a warning. This may be a problem for generated and eval'ed code. =item * @@ -2992,7 +2992,7 @@ Using splice() past the end of an array now causes a warning. =item * Malformed Unicode encodings (UTF-8 and UTF-16) cause a lot of warnings, -ad doestrying to use UTF-16 surrogates (which are unimplemented). +as does trying to use UTF-16 surrogates (which are unimplemented). =item * @@ -3362,7 +3362,7 @@ use the bundled C compiler.) Perl 5.8.0 doesn't build in AmigaOS. It broke at some point during the ithreads work and we could not find Amiga experts to unbreak the -problems. Perl 5.6.1 still works for AmigaOS (as does the the 5.7.2 +problems. Perl 5.6.1 still works for AmigaOS (as does the 5.7.2 development release). =head2 BeOS @@ -3701,7 +3701,7 @@ from the CPAN. Perl 5.8 unfortunately does not build anymore on AmigaOS; this broke accidentally at some point. Since there are not that many Amiga developers available, we could not get this fixed and tested in time -for 5.8.0. Perl 5.6.1 still works for AmigaOS (as does the the 5.7.2 +for 5.8.0. Perl 5.6.1 still works for AmigaOS (as does the 5.7.2 development release). The C and C (capitalised) were renamed as