﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
9229	wunderground-maps.pl fails if logdir does not exist. Needs use File::Path;	anonymous	beirdo	"fails if logdir does not exist with
Undefined subroutine &main::mkpath called at ./wunderground-maps.pl line 35.

if (!-d $logdir) {
    mkpath( $logdir, {mode => 0755} );
}

mkpath is not included. To fix need to add
use File::Path;

e.g.
use File::Path;
use File::Basename;
use Cwd 'abs_path';

"	defect	closed	minor	0.24.1	Plugin - MythWeather	0.24-fixes	medium	Fixed			0
