Note initial addition of p5-UUID-Tiny version 1.02 as devel/p5-UUID-Tiny

into The NetBSD Packages Collection.

The Perl 5 module UUID::Tiny is a lightweight, low dependency Pure
Perl module for UUID creation and testing. This module provides the
creation of version 1 time based UUIDs (using random multicast MAC
addresses), version 3 MD5 based UUIDs, version 4 random UUIDs, and
version 5 SHA-1 based UUIDs.  ATTENTION! UUID::Tiny uses Perl's
rand() to create the basic random numbers, so the created v4 UUIDs
are not cryptographically strong!
This commit is contained in:
seb 2009-11-23 23:38:55 +00:00
parent 1e81356b12
commit bc7a0dbd64

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2009,v 1.4413 2009/11/23 22:25:16 jakllsch Exp $
$NetBSD: CHANGES-2009,v 1.4414 2009/11/23 23:38:55 seb Exp $
Changes to the packages collection and infrastructure in 2009:
@ -5901,3 +5901,4 @@ Changes to the packages collection and infrastructure in 2009:
Added devel/p5-Proc-InvokeEditor version 1.02 [seb 2009-11-23]
Removed multimedia/mmg [jakllsch 2009-11-23]
Updated multimedia/mkvtoolnix to 2.9.8 [jakllsch 2009-11-23]
Added devel/p5-UUID-Tiny version 1.02 [seb 2009-11-23]