Skip to content

Commit

Permalink
Added File::Path to the modules loaded (backport from [27234] on trunk)
Browse files Browse the repository at this point in the history
Fixes #9229



git-svn-id: http://svn.mythtv.org/svn/branches/release-0-24-fixes@27235 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
Beirdo committed Nov 15, 2010
1 parent 5465898 commit babc0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -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)),
Expand Down
Expand Up @@ -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)),
Expand Down

0 comments on commit babc0c3

Please sign in to comment.