diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-08-07 16:28:19 +0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-07 10:10:12 +0000 |
commit | cf525c36fb4613d400e7bd3733f96430dee2d396 (patch) | |
tree | 1448180fc282a4a53cb67001928b8dbc94f34091 /pod/perl58delta.pod | |
parent | 60f80d084f45e0a17d269ed04fc67c0168f5a001 (diff) | |
download | perl-cf525c36fb4613d400e7bd3733f96430dee2d396.tar.gz |
undup
Message-ID: <42F5E243.80500@gmail.com>
p4raw-id: //depot/perl@25274
Diffstat (limited to 'pod/perl58delta.pod')
-rw-r--r-- | pod/perl58delta.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod index 295724f0f7..04a03747aa 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</utf-?8/i>), your +want to use UTF-8 (any of the variables match C</utf-?8/i>), your STDIN, STDOUT, STDERR handles and the default open layer (see L<open>) 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 @@ -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<PerlIO::Scalar> and C<PerlIO::Via> (capitalised) were renamed as |