File: Changes

package info (click to toggle)
libproc-guard-perl 0.07-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: perl: 81; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (3)
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
Revision history for Perl module Proc::Guard

0.07 2015-03-25T22:40:00Z

    - Fixed infinite loop
      (DAGOLDEN)

0.06 2011-08-14

    - localize $? in destructor.
      (Thanks to gfx++, kazuho++)

0.05 2011-02-22

     - move live tests to xt/

0.04 2010-11-30

    - callback function support

0.03 2010-07-18

    - fixed deps

0.02 2010-06-26

    - fixed testing issue

0.01 2010-06-17

    - original version