diff --git a/app.psgi b/app.psgi index 22670cb..0958318 100644 --- a/app.psgi +++ b/app.psgi @@ -2,7 +2,6 @@ use strict; use warnings; use CoprStatus; -use LWP::UserAgent; use Plack::Builder; use Plack::Request; diff --git a/lib/CoprStatus.pm b/lib/CoprStatus.pm index ceca3e8..dc61113 100644 --- a/lib/CoprStatus.pm +++ b/lib/CoprStatus.pm @@ -3,6 +3,7 @@ use strict; use warnings; use JSON; use Text::Template; +use LWP::UserAgent; $ENV{'PERL_LWP_SSL_VERIFY_HOSTNAME'} = 0; -- libgit2 0.21.2