Skip to content

Commit

Permalink
Use LWP::Protocol::https dependency (references book#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Nov 28, 2014
1 parent 3d24d46 commit 1064d29
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 @@ -8,7 +8,6 @@ requires(
'Apache::Request' => 0,
'AppConfig' => 0,
'Clone' => 0,
'Crypt::SSLeay' => 0,
'DBI' => 0,
'DBD::Pg' => 1.22,
'Data::ICal' => '0.16', # Data::ICal::Entry::Event
Expand All @@ -33,6 +32,7 @@ requires(
'HTTP::Request::Common' => 0,
'Imager' => 0,
'JSON::XS' => 0,
'LWP::Protocol::https' => 0,
'LWP::Simple' => 0,
'LWP::UserAgent' => 0,
'List::Pairwise' => 0,
Expand Down

0 comments on commit 1064d29

Please sign in to comment.