This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change core_prototype to take a keyword num
[perl5.git] / pod / perl594delta.pod
index 1133c78..aa4358b 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perldelta - what is new for perl v5.9.4
+perl594delta - what is new for perl v5.9.4
 
 =head1 DESCRIPTION
 
@@ -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 *