Unbreak using abs_path.

llvm-svn: 56407
This commit is contained in:
Ted Kremenek 2008-09-21 19:56:14 +00:00
parent b9c42108d9
commit 23432d4c7b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
use strict;
use warnings;
use Cwd;
use Cwd qw/ getcwd abs_path /;
use File::Temp qw/ tempfile /;
use File::Path qw / mkpath /;