summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2013-05-08 19:26:46 -0500
committerCraig A. Berry <craigberry@mac.com>2013-05-08 19:26:46 -0500
commit05f5908f8de71a2ef1188624c0e09278342be6d0 (patch)
tree186048611b0241b90da9c8f805b125ec1433363a
parentf105b7be64bf24df6452fdef082d8e080a1b0da9 (diff)
downloadperl-05f5908f8de71a2ef1188624c0e09278342be6d0.tar.gz
Minor touch-ups to VMS section of perldelta.
-rw-r--r--pod/perldelta.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 51e84d65a8..90dbb4b246 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1373,16 +1373,17 @@ when extended parse is enabled in the process from which Perl is run.
The character set for Extended Filename Syntax (EFS) is now enabled by default
on VMS. Among other things, this provides better handling of dots in directory
-names, multiple dots in filenames,and spaces in filenames. To obtain the old
+names, multiple dots in filenames, and spaces in filenames. To obtain the old
behavior, set the logical name C<DECC$EFS_CHARSET> to C<DISABLE>.
=item *
-Fix linking on builds configured with -Dusemymalloc=y.
+Fixed linking on builds configured with C<-Dusemymalloc=y>.
=item *
-It should now be possible to compile Perl as C++ on VMS.
+Experimental support for building Perl with the HP C++ compiler is available
+by configuring with C<-Dusecxx>.
=item *