File: Changes

package info (click to toggle)
libposix-atfork-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 1,946; ansic: 64; makefile: 2; sh: 1
file content (35 lines) | stat: -rw-r--r-- 898 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
Revision history for Perl extension POSIX::AtFork.

0.04 2020-01-06 13:09:15
    - https://rt.cpan.org/Ticket/Display.html?id=93294

0.03 2020-01-06 01:04:33
    - Fix work module with Coro
    - Any fix use Module::Install for perl 5.26 and later
    - Add META and MANIFEST to repo and dist
    - Update Module::Install
    - Add contributors

0.02 2010-11-04 10:27:59
    - First regular release

0.01_05
    - Pass the current opname to callbacks

0.01_04
    - Fix up $$ before 'child' callbacks are callled (reported by kazeburo)
    - Specify libpthread for non-threaded perls (reported by tokuhirom)

0.01_03
    - Add Test::SharedFork to test_requires (reported by lestrrat)

0.01_02
    - Use pthread_atfork() directly with #include <pthread.h>

0.01_01
    - First beta version!

0.01  Thu Aug 19 15:15:03 2010
	- original version; created by h2xs 1.23 with options
		-An POSIX::AtFork