--- uuid.pod 2004/12/31 19:20:39 1.5
+++ uuid.pod 2005/01/23 12:38:10 1.6
@@ -41,8 +41,8 @@
(API) and corresponding command line interface (CLI) for the generation
of DCE 1.1 and ISO/IEC 11578:1996 compliant I<Universally Unique
Identifier> (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time
-and node based), version 3 (name based) and version 4 (random number
-based).
+and node based), version 3 (name based, MD5), version 4 (random number
+based) and version 5 (name based, SHA-1).
B<OSSP::uuid> provides two Perl APIs:
@@ -77,9 +77,9 @@
=back
-Additionally, the strings C<"v1">, C<"v2">, C<"v3"> and C<"mc"> can be
-used in C<$mode> and the strings C<"bin">, C<"str">, and C<"txt"> can be
-used for C<$fmt>.
+Additionally, the strings C<"v1">, C<"v3">, C<"v4">, C<"v5"> and C<"mc">
+can be used in C<$mode> and the strings C<"bin">, C<"str">, and C<"txt">
+can be used for C<$fmt>.
=head2 C-STYLE API
@@ -128,6 +128,7 @@
C<UUID_MAKE_V1>,
C<UUID_MAKE_V3>,
C<UUID_MAKE_V4>,
+C<UUID_MAKE_V5>,
C<UUID_MAKE_MC>,
C<UUID_FMT_BIN>,
C<UUID_FMT_STR>,
|