Since ff30fff3 removed the call to basename(), we don't need to 'use File::Basename'. Signed-off-by: Brandon Casey <casey@xxxxxxxxxxxxxxx> --- t/t9700/test.pl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/t/t9700/test.pl b/t/t9700/test.pl index 851cea4..732133e 100755 --- a/t/t9700/test.pl +++ b/t/t9700/test.pl @@ -8,7 +8,6 @@ use strict; use Test::More qw(no_plan); use Cwd; -use File::Basename; use File::Temp; BEGIN { use_ok('Git') } -- 1.6.0.1.244.gdc19 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html