mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
326 B
Text
6 lines
326 B
Text
UUID::Random::Patch::UseMRS makes UUID::Random use rand() from
|
|
Math::Random::Secure instead of the default rand() that comes with Perl. It is
|
|
useful for creating cryptographically secure UUID's. On the other hand, as a
|
|
note, this makes generate() around 20 times slower.
|
|
|
|
After you use this module, use UUID::Random as usual.
|