This commit is contained in:
Philippe M. Chiasson 2011-04-15 10:42:42 -04:00
Родитель b70bad4368
Коммит 3a2a5efc85
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,7 @@ my %excluded = (
foreach my $req (sort keys %requires) {
next if exists $excluded{$req};
print STDERR "Inclindng $req\n";
print STDERR "Including $req\n";
my $reqs;
if (exists $included{$req}) {