The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Proc::Guard

0.07_02 2019-10-15T23:36:43Z

    - Fix hanging on Windows (nponeccop)
    - Use SIGTERM followed by SIGKILL on Unix (nponeccop)
    - Regenerate the build scripts using Minil 3.7.1

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