summaryrefslogtreecommitdiff
path: root/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm')
-rw-r--r--cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm b/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm
index f7823b8aa7..1e9b07f4a1 100644
--- a/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm
+++ b/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm
@@ -13,11 +13,11 @@ TAP::Parser::Scheduler - Schedule tests during parallel testing
=head1 VERSION
-Version 3.32
+Version 3.33
=cut
-our $VERSION = '3.32';
+our $VERSION = '3.33';
=head1 SYNOPSIS
@@ -100,7 +100,7 @@ Here are some examples:
=head3 Rules resolution
-=over4
+=over 4
=item * By default, all tests are eligible to be run in parallel. Specifying any of your own rules removes this one.