Skip to content

Commit fcd12e0

Browse files
committed
Fix errors on Build.PL
1 parent 4f8fed7 commit fcd12e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Build.PL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ use File::Basename;
1515
use File::Spec;
1616

1717
my $tap_harness_args = (
18-
verbosity => 1,
19-
merge => 1,
20-
formatter => "TAP::Formatter::GitHubActions",
18+
"verbosity" => 1,
19+
"merge" => 1,
20+
"formatter" => "TAP::Formatter::GitHubActions",
2121
);
2222

2323
my %args = (

0 commit comments

Comments
 (0)