bling_import.pl: fix LWP import

This commit is contained in:
Felicity Tarnell 2017-05-23 09:42:45 +01:00
parent bf5a894fc2
commit e73d4f8a10

View file

@ -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/;