Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 299dba8f

Von Steven Schubiger vor mehr als 4 Jahren hinzugefügt

  • ID 299dba8f24030f8d075e76970aae30c07baba741
  • Vorgänger 9f4ef62c
  • Nachfolger 443e237f

Schreibweise "dependancy" -> "dependency" (und aehnliches)

Unterschiede anzeigen:

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