summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/pod/perl570delta.pod
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-12-03 02:44:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-12-03 02:44:40 +0000
commit0121b80e4f69c2ad9631e8d20b5c91f3b2a40434 (patch)
tree49a8ade446c1b6277c06982988700467e1be139c /gnu/usr.bin/perl/pod/perl570delta.pod
parent184128d6fb928711cdef9d8e6980dc6601fb1f87 (diff)
perl 5.8.2 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/pod/perl570delta.pod')
-rw-r--r--gnu/usr.bin/perl/pod/perl570delta.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/pod/perl570delta.pod b/gnu/usr.bin/perl/pod/perl570delta.pod
index 3d4e5e29e43..20abcd6b9ce 100644
--- a/gnu/usr.bin/perl/pod/perl570delta.pod
+++ b/gnu/usr.bin/perl/pod/perl570delta.pod
@@ -127,7 +127,7 @@ is a NaN. Previously the behaviour was unspecified.
=item *
-C<pack('U0a*', ...)> can now be used to force a string to UTF8.
+C<pack('U0a*', ...)> can now be used to force a string to UTF-8.
=item *
@@ -508,7 +508,7 @@ C<IsAlnum>, C<IsAlpha>, and C<IsWord> now match titlecase.
Concatenation with the C<.> operator or via variable interpolation,
C<eq>, C<substr>, C<reverse>, C<quotemeta>, the C<x> operator,
-substitution with C<s///>, single-quoted UTF8, should now work--in
+substitution with C<s///>, single-quoted UTF-8, should now work--in
theory.
=item *
@@ -690,7 +690,7 @@ concurrently. (Still 16M per thread.)
=item *
-C<File::Spec->tmpdir()> now prefers C:/temp over /tmp
+C<< File::Spec->tmpdir() >> now prefers C:/temp over /tmp
(works better when perl is running as service).
=item *