From e73d4f8a103fd4bd854e9900e6156c27fd13f4b1 Mon Sep 17 00:00:00 2001 From: Felicity Tarnell Date: Tue, 23 May 2017 09:42:45 +0100 Subject: [PATCH] bling_import.pl: fix LWP import --- bling_import.pl | 1 + 1 file changed, 1 insertion(+) 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/;