Skip to content

Commit 15d6185

Browse files
committed
Makefile.PL: Add Types::Bool as runtime.requires dependency
That is meant to fix the CI tests
1 parent c74a688 commit 15d6185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ WriteMakefile(
5252
NAME => "Cpanel::JSON::XS",
5353
PREREQ_PM => {
5454
'Pod::Text' => '2.08',
55+
'Types::Bool' => '0',
5556
},
5657
DEFINE => $define,
5758
LICENSE => 'perl',

0 commit comments

Comments
 (0)