Remove the other 4 bits of MAD code designed to abort on local $^L.
[p5sagit/p5-mst-13.2.git] / pod / perl594delta.pod
index 34a23ca..a20f19d 100644 (file)
@@ -122,6 +122,7 @@ D. Hedden)
 C<Hash::Util::FieldHash>, by Anno Siegel, has been added. This module
 provides support for I<field hashes>: hashes that maintain an association
 of a reference with a value, in a thread-safe garbage-collected way.
+Such hashes are useful to implement inside-out objects.
 
 =item *
 
@@ -283,7 +284,7 @@ Support for building XS extension modules with the free MinGW compiler has
 been improved in the case where perl itself was built with the Microsoft
 VC++ compiler. (ActiveState)
 
-=item 64-bit compiler
+=item Support for 64-bit compiler
 
 Support for building perl with Microsoft's 64-bit compiler has been
 improved. (ActiveState)