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 Proc-Exists

0.10  19-Feb-2008 07:27 GMT
      - compatibility with perl 5.5.x
      - add examples/pswait

0.09  02-Feb-2008 08:31 GMT
      - nuttin but kwalitee and POD tweaks

0.08  30-Jan-2008 07:07 GMT
      - more tests
      - optimized for the many processes case via _scalar_pexists()
      - tweak errno tests for possibly enhanced portability
      - commented out roadmap for Mac OS (< X) support
      - silence some warnings from cygwin/gcc

0.07  22-Jan-2008 12:39 GMT
      - fix wrong LICENSE - this is perl, not gpl

0.06  21-Jan-2008 18:28 GMT
      - POD updates and some other minor things.
      - fast, experimental (read: non-functioning) code in Exists.xs
        for win32. this release is mostly uploaded just to see if
        anyone has ideas about how to make that code work ;-)

0.05  20-Jan-2008 11:41 GMT
      - Win32/XS support
      - Remove POD/PCritic tests from MANIFEST, distribution (still in svn)
      - Many Kwalitee, PCritic cleanups, including updating this file ;-)
      - Add benchmarking info in BENCHMARKS
      - Micro-mem-optimization - pp_pexists never lives in memory with XS

0.04  19-Jan-2008 06:39 GMT
      - Fix some failing tests due to Perl::Critic

0.03  19-Jan-2008 03:13 GMT
      - Fall back to pureperl when XS isunavailable

0.02  18-Jan-2008 23:57 GMT
      - Use kill via XS instead of using /proc

0.01  18-Jan-2008 18:36 GMT
      - Initial release.