diff --git a/bling_import.pl b/bling_import.pl index b72ab19..f2e0551 100755 --- a/bling_import.pl +++ b/bling_import.pl @@ -20,6 +20,7 @@ use warnings; use strict; +use LWP::Protocol::https; use LWP::UserAgent; use URI::Escape qw/uri_escape/; use POSIX qw/strftime/;