Skip to content

Commit

Permalink
spell https correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed May 10, 2020
1 parent 1d3eebf commit f16db51
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ WriteMakefile(
},
VERSION_FROM => 'lib/Net/Random.pm',
PREREQ_PM => {
'LWP::UserAgent' => 0,
'LWP::Protocol::SSL' => 0,
'Encode::Locale' => 1.01, # dep of LWP; earlier versions emit
# spurious warnings
'Test::More' => 0.64,
'Test::MockObject' => 1.07,
'JSON' => 2.90,
'LWP::UserAgent' => 0,
'LWP::Protocol::https' => 0,
'Encode::Locale' => 1.01, # dep of LWP; earlier versions emit
# spurious warnings
'Test::More' => 0.64,
'Test::MockObject' => 1.07,
'JSON' => 2.90,
}
);

0 comments on commit f16db51

Please sign in to comment.