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 Unix-PID-Tiny

0.7  Fri Dec 24 11:04:36 2010
     Fix up synopsis POD

0.6  Tue May 11 07:45:50 2010
     Add minimum_pid support
     move ps_path checking to new()
     have is_pid_running use kill 0 instead of ps when we are root
     Removed Build.PL items from README
     Qualify kill() calls to CORE::kill() when appropriate
     
0.5  Fri Apr 11 10:59:55 2008
     fixed 0.4 reverse logic on kill() return
     
0.4  Thu Apr 10 18:09:35 2008
     make kill() more portable

0.3  Tue Apr  1 09:12:33 2008
     rt 34586: remove Build.PL
     rt 34586: remove use warnings from Makefile.PL
     rt 34586: go ahead an re-add use strict
     
0.2  Mon Mar 31 10:45:54 2008
       removed vars, strict, and warnings to lower memory even more
       
0.1  Mon Mar 31 07:44:07 2008
       Initial release.