The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1.005 - July 15, 2015
 * This version doesn't have any functionality changes from 1.002
 * This beats up the smoke tests hosts (particularly Windows and
   Solaris) a lot less, by spawning fewer processes during tests.

1.004 - July 13, 2015
Joel C. Maslak <jmaslak@antelope.net>
 * Correct missing tests in 1.003

1.003 - July 13, 2015
Joel C. Maslak <jmaslak@antelope.net>
 * This version doesn't have any functionality changes from 1.002
 * A test failed on some shells due to insecure $ENV in taint mode
 * Minor documentation changes

1.002 - July 12, 2015
Joel C. Maslak <jmaslak@antelope.net>
 * Windows compatibility fixes
 * Don't use SIG{CHLD} = 'IGNORE'
     (bug 105823, reported by SREZIC)
 * Relaxed Perl minimum version requirements
     (bug 105824, reported by SREZIC)
 * Returned better error messages in cases where freeze() fails
     (bug 105825, reported by SREZIC)
 * Minor code cleanup/formatting

1.001 - July 12, 2015
Joel C. Maslak <jmaslak@antelope.net>
 * Changed behavior for reads, so that the return value can be ready by
   multiple read() calls.  This aids robustness if a signal comes in at
   a bad time, particularly in Perl 5.14.