tests: remove unused dependency Proc::Background from complete-run

next
Michael Stapelberg 2011-10-04 20:05:12 +01:00
parent aa65b721b8
commit 53121c746c
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ use File::Temp qw(tempfile tempdir);
use v5.10;
use Data::Dumper;
use Cwd qw(abs_path);
use Proc::Background;
use TAP::Harness;
use TAP::Parser;
use TAP::Parser::Aggregator;