File: Changes

package info (click to toggle)
libdata-uuid-mt-perl 1.001-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 497; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Revision history for Data-UUID-MT

1.001     2013-06-20 10:44:03 America/New_York

    [FIXED]

    - Fixed post-fork reseed

1.000     2012-11-30 17:03:16 America/New_York

    - Hex and string output is now lowercase, per RFC 4122 standard
      [rt.cpan.org #81582]

0.006     2012-04-18 05:53:08 America/New_York

    - Added documentation about converting UUID formats with pack/unpack

0.005     2012-03-15 05:45:44 EST5EDT

    - Now backwards compatible to Perl v5.6 [fix suggested by Steffen
      Mueller]

0.004     2011-12-20 11:56:21 EST5EDT

    - Bumped Test::More test prereq to 0.96 (needed for subtest support)
      [reported by Javier Camuñas]

0.003     2011-08-16 21:48:37 America/New_York
    - Fixed typo: s/Data::GUID::MT/Data::UUID/MT
      (Why do I find these things *after* I release. <sigh>)

0.002     2011-08-16 21:39:59 America/New_York
    - Added note recommending against use of pseudo-random UUIDs as
      secure authentication tokens (suggested by Yuval Kogman)

0.001     2011-08-15 23:45:36 America/New_York
    - Initial release