From cd67cda5171754b712d7c142c1932c8e1fe6b138 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Thu, 18 Nov 2010 11:05:02 -0600 Subject: [PATCH] perldelta entry for 8c8488cd4fce90cb5c03fb3f89e89c05e5275498. --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index cb36b63..ecb2d62 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -720,6 +720,12 @@ previous versions, threads would share handles, resulting in crashes. Building with Visual C++ 2010 is now supported. +=item VMS + +Record-oriented files (record format variable or variable wih fixed control) +opened for write by the perlio layer will now be line buffered to prevent the +introduction of spurious line breaks whenever the perlio buffer fills up. + =back =head1 Internal Changes -- 1.8.3.1