Change 28708 by [EMAIL PROTECTED] on 2006/08/14 10:20:13

        Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
        alphabetically.

Affected files ...

... //depot/perl/pod/perl594delta.pod#10 edit

Differences ...

==== //depot/perl/pod/perl594delta.pod#10 (text) ====
Index: perl/pod/perl594delta.pod
--- perl/pod/perl594delta.pod#9~28705~  2006-08-14 02:30:38.000000000 -0700
+++ perl/pod/perl594delta.pod   2006-08-14 03:20:13.000000000 -0700
@@ -78,6 +78,12 @@
 
 =item *
 
+C<Hash::Util::FieldHash> 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.
+
+=item *
+
 C<Module::Build> has been added. It's an alternative to
 C<ExtUtils::MakeMaker> to build and install perl modules.
 
@@ -88,19 +94,18 @@
 
 =item *
 
-C<Hash::Util::FieldHash> 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.
+C<Module::Loaded> has been added. It's used to mark modules as loaded or
+unloaded.
 
 =item *
 
-C<Win32API::File> has been added (for Windows builds). This module
-provides low-level access to Win32 system API calls for files/dirs.
+C<Package::Constants> has been added. It's a simple helper to list all
+constants declared in a given package.
 
 =item *
 
-C<Package::Constants> has been added. It's a simple helper to list all
-constants declared in a given package.
+C<Win32API::File> has been added (for Windows builds). This module
+provides low-level access to Win32 system API calls for files/dirs.
 
 =back
 
End of Patch.

Reply via email to