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.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.