From babc0c33c444e420113a69bc425de0f7c494c6c5 Mon Sep 17 00:00:00 2001 From: Gavin Hurlbut Date: Mon, 15 Nov 2010 19:45:15 +0000 Subject: [PATCH] Added File::Path to the modules loaded (backport from [27234] on trunk) Fixes #9229 git-svn-id: http://svn.mythtv.org/svn/branches/release-0-24-fixes@27235 7dbf422c-18fa-0310-86e9-fd20926502f2 --- .../mythweather/scripts/wunderground/wunderground-animaps.pl | 1 + .../mythweather/scripts/wunderground/wunderground-maps.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/mythplugins/mythweather/mythweather/scripts/wunderground/wunderground-animaps.pl b/mythplugins/mythweather/mythweather/scripts/wunderground/wunderground-animaps.pl index a77c36b44fb..2530c148b06 100755 --- a/mythplugins/mythweather/mythweather/scripts/wunderground/wunderground-animaps.pl +++ b/mythplugins/mythweather/mythweather/scripts/wunderground/wunderground-animaps.pl @@ -5,6 +5,7 @@ use strict; use warnings; +use File::Path; use File::Basename; use Cwd 'abs_path'; use lib dirname(abs_path($0 or $PROGRAM_NAME)), diff --git a/mythplugins/mythweather/mythweather/scripts/wunderground/wunderground-maps.pl b/mythplugins/mythweather/mythweather/scripts/wunderground/wunderground-maps.pl index 7c8687876be..98ff5e5fbeb 100755 --- a/mythplugins/mythweather/mythweather/scripts/wunderground/wunderground-maps.pl +++ b/mythplugins/mythweather/mythweather/scripts/wunderground/wunderground-maps.pl @@ -5,6 +5,7 @@ use strict; use warnings; +use File::Path; use File::Basename; use Cwd 'abs_path'; use lib dirname(abs_path($0 or $PROGRAM_NAME)),