Skip to content

Commit

Permalink
moved LWP::Protocol::https
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Horne committed Apr 20, 2021
1 parent a751675 commit 163f477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ WriteMakefile(
: ()),
PL_FILES => {},
TEST_REQUIRES => {
'LWP::Protocol::https' => 0,
'Test::Most' => 0,
'Test::NoWarnings' => 0,
'Test::URI' => 0,
Expand All @@ -25,7 +26,6 @@ WriteMakefile(
PREREQ_PM => {
'LWP' => 0,
'LWP::UserAgent' => 0,
'LWP::Protocol::https' => 0,
'Time::HiRes' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
Expand Down

0 comments on commit 163f477

Please sign in to comment.