File: Changes

package info (click to toggle)
libemail-messageid-perl 1.35-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 68 kB
  • ctags: 9
  • sloc: makefile: 45; perl: 40
file content (18 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
1.35    2006-07-11

  - Fixed version required for Sys::Hostname (thanks BARBIE)
  - plan tests (for compat with older harnesses)
  - keep a unique per pid part to fend of encroaching collisions (rjbs)
  - remove ineffective caching mechanism (rjbs)

1.31    2004-12-22

  - Stopped using Time::HiRes. Instead, we generate a pseudo-
    random string.
  - Cache user portions of the address to ensure uniqueness.
  - Add purge_users() method, undocumented currently. Experimental.

1.2    2004-09-27

  - INCOMPATIBLE: Removed trigger code, just subclass to override behaviour.