This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta entry for 8c8488cd4fce90cb5c03fb3f89e89c05e5275498.
authorCraig A. Berry <craigberry@mac.com>
Thu, 18 Nov 2010 17:05:02 +0000 (11:05 -0600)
committerCraig A. Berry <craigberry@mac.com>
Thu, 18 Nov 2010 17:05:02 +0000 (11:05 -0600)
pod/perldelta.pod

index cb36b63..ecb2d62 100644 (file)
@@ -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