diff options
author | Steve Hay <SteveHay@planit.com> | 2006-08-14 10:20:13 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-08-14 10:20:13 +0000 |
commit | ecf6cde67e9734d1e092507e1d533595e200d861 (patch) | |
tree | b933abceae9948a4ebb66ef7620256d70d1e8e92 /pod | |
parent | 0fde73019cd2b58d70fb22325e49c1ca8d1c6ea5 (diff) | |
download | perl-ecf6cde67e9734d1e092507e1d533595e200d861.tar.gz |
Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
alphabetically.
p4raw-id: //depot/perl@28708
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl594delta.pod | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/pod/perl594delta.pod b/pod/perl594delta.pod index 49e71c94bd..ed1e3fd05d 100644 --- a/pod/perl594delta.pod +++ b/pod/perl594delta.pod @@ -78,6 +78,12 @@ C<threads> =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 @@ and files. =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 |