We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0389774 commit b190f96Copy full SHA for b190f96
t/pod-valid.t
@@ -7,15 +7,13 @@ use Test-Files;
7
8
=begin overview
9
10
-Ensure any text that isn't a code example has valid POD6.
11
-Specify a file as an argument to test just that file. Otherwise, tests
12
-all .pod6 and .t files it can find.
+Ensure any text that isn't a code example has valid POD6
13
14
=end overview
15
16
my $max-jobs = %*ENV<TEST_THREADS> // 2;
17
18
-my @files = @*ARGS || Test-Files.files.grep({$_.ends-with: '.pod6'|'.t'});
+my @files = Test-Files.files.grep({$_.ends-with: '.pod6'|'.t'});
19
20
plan +@files;
21
0 commit comments