perldelta for 88e3936f.
authorCraig A. Berry <craigberry@mac.com>
Wed, 18 Sep 2013 02:16:21 +0000 (21:16 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 19 Sep 2013 01:26:30 +0000 (20:26 -0500)
pod/perldelta.pod

index c69c3c8..9cdf700 100644 (file)
@@ -5,7 +5,6 @@ To do:
 df8c7dee Fix segfault in filehandle duplication
 b66f3475 Fix PerlIO_get_cnt and friends
 e94bb470 install useful Regexp::CARP_TRACE from Carp
-88e3936f Fix processing of PERL_ENV_TABLES
 9d32676e [perl #117265] fix various problems with safesyscalls
 9c7618be regcomp.c: Use Perl_form() instead of buggy sprintf
 531d75b0 [perl #89502]: Add support for Atari FreeMiNT platform
@@ -1006,6 +1005,11 @@ L</Modules and Pragmata> section.
 
 =over 4
 
+=item VMS
+
+The C<PERL_ENV_TABLES> feature to control the population of C<%ENV> at Perl
+start-up was broken in 5.16.0 but has now been fixed.
+
 =item Win32
 
 C<rename> and C<link> on Win32 now set C<$!> to ENOSPC and EDQUOT when appropriate. [perl #119857]