Changes for version 1.02 - 2009-08-21
- Cosmetic changes to documentation. Changed comments on Perl versions. Changed POD example code (there were some "-" in the names). "my" instead of "our" seed (no need to be a public global var). Introducing UUID_TIME etc. as alternatives to UUID_V1 etc. New standard interface added ("use UUID::Tiny ':std';"). Tries to load alternative SHA-1 modules, UUID_SHA1_AVAIL added. Refactoring by Jesse Vincent. Testing the legacy interface. New _init_globals() to make UUID::Tiny "fork-safe". Test cases to prove "fork-safety" of v1 u. v4 UUIDs. Locking for thread-safety of MD5_CALCULATOR and SHA1_CALCULATOR.
Modules
Pure Perl UUID Support With Functional Interface