File: Changes

package info (click to toggle)
libdata-uuid-libuuid-perl 0.05-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: perl: 278; makefile: 3; ansic: 2
file content (29 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (5)
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
0.05
    - non dev release

0.05_04
    - fix broken test plan

0.05_03
    - Some platforms don't use time based UUID generation even when asked to

0.05_02
    - Attempt to reseed only on OSX for now

0.05_01
    - Attempt to reseed the random number generator at least on OSX

0.04
    - Avoid using the non portable POPpx

0.03
    - hex, base64 support
    - Data::UUID compat api
    - improve the makefile bailout logic

0.02
    - Attempt to bail out of Makefile.PL if no <uuid/uuid.h> can be found
    - simplify overloaded object branch in XS code

0.01
    - Initial version