From 2fddedd2d3e70f12a91bfd784223fa035915bacf Mon Sep 17 00:00:00 2001 From: Peter Martini Date: Sat, 11 Apr 2015 14:32:49 -0700 Subject: [PATCH] generate.pl POD changes; split keys into sections --- generate.pl | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/generate.pl b/generate.pl index 719af03..c2dab3e 100755 --- a/generate.pl +++ b/generate.pl @@ -100,6 +100,10 @@ each with the following keys: =over 4 +=item REQUIRED + +=over 4 + =item version The actual perl version, such as B<5.20.1>. @@ -112,17 +116,29 @@ The SHA-1 of the C<.tar.bz2> file for that release. The PAUSE (CPAN user) account that the release was uploaded to. -=item (optionally) extra_args +=back + +=item OPTIONAL + +=over 4 + +=item extra_args 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 +Default: C<""> + +=item 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. +Default: C + +=back + =back =cut