From 4cc1d62d058ec6fefb7bef271d362af47d7b89c7 Mon Sep 17 00:00:00 2001 From: Peter Martini Date: Sat, 11 Apr 2015 14:29:23 -0700 Subject: [PATCH] generate.pl pod update; add desc of test_parallel --- generate.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/generate.pl b/generate.pl index cfc0c67..719af03 100755 --- a/generate.pl +++ b/generate.pl @@ -117,6 +117,12 @@ The PAUSE (CPAN user) account that the release was uploaded to. Additional text to pass to C. At the moment, this is necessary for 5.18.x so that it can get the C<-fwrapv> flag. +=item (optionally) test_parallel + +This can be either 'no', 'yes', or unspecified (equivalent to 'yes'). +Added due to dist/IO/t/io_unix.t failing when TEST_JOBS > 1, but should +only be used in case of a documented issue. + =back =cut