Revision 299dba8f
Von Steven Schubiger vor mehr als 4 Jahren hinzugefügt
scripts/find-use.pl | ||
---|---|---|
145 | 145 |
$modules{$_->{name}} ||= { status => 'optional' } for @SL::InstallationCheck::optional_modules; |
146 | 146 |
$modules{$_->{name}} ||= { status => 'developer' } for @SL::InstallationCheck::developer_modules; |
147 | 147 |
|
148 |
# build transitive closure for documented dependancies
|
|
148 |
# build transitive closure for documented dependencies
|
|
149 | 149 |
my $changed = 1; |
150 | 150 |
while ($changed) { |
151 | 151 |
$changed = 0; |
... | ... | |
249 | 249 |
=item required |
250 | 250 |
|
251 | 251 |
This module is documented in C<SL:InstallationCheck> to be necessary, or is a |
252 |
dependancy of one of these. Everything alright.
|
|
252 |
dependency of one of these. Everything alright.
|
|
253 | 253 |
|
254 | 254 |
=item !missing |
255 | 255 |
|
Auch abrufbar als: Unified diff
Schreibweise "dependancy" -> "dependency" (und aehnliches)