From ec22febde3c28e05a251106549e90ec328a15795 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 28 Apr 2016 19:08:50 -0700 Subject: [PATCH] =?UTF-8?q?Begin=20work=20to=20GetOpt::Long=20(just=20star?= =?UTF-8?q?ted,=20obviously=20=F0=9F=98=86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conky-mythtv-weather-alert.plx | 1 + 1 file changed, 1 insertion(+) diff --git a/conky-mythtv-weather-alert.plx b/conky-mythtv-weather-alert.plx index 20d1044..364cef7 100755 --- a/conky-mythtv-weather-alert.plx +++ b/conky-mythtv-weather-alert.plx @@ -28,6 +28,7 @@ use feature 'unicode_strings'; use Encode qw(encode decode); use Text::Autoformat qw(autoformat); use File::Temp (); +use Getopt::Long; ###################################################################### sub ReadRecentWeatherAlerts ($) {