X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldelta.pod;h=53200ebff3945867aa609d248aafc98e3cdc12f6;hb=2675e62cfb03bffd85b62ed4fc8aad4f11a85e0a;hp=7345727f4508c16fab887c643c0963d400b2cb59;hpb=0a110db2b51561d22aa57eb9cc154b895c788106;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7345727..53200eb 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1320,6 +1320,14 @@ information, see L. Compatibility tests for C vs the older C. +=item lib/env + +Tests for new environment scalar capability (e.g., C). + +=item lib/env-array + +Tests for new environment array capability (e.g., C). + =item lib/io_const IO constants (SEEK_*, _IO*). @@ -1478,6 +1486,11 @@ of Perl variables and data. It is a data debugging tool for the XS programmer. $PERL_VERSION now stands for C<$^V> (a string value) rather than for C<$]> (a numeric value). +=item Env + +Env now supports accessing environment variables like PATH as array +variables. + =item ExtUtils::MakeMaker change#4135, also needs docs in module pod