Revision 2d4dcc22
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
locale/de/locales.pl | ||
---|---|---|
343 | 343 |
# &scanfile("$bindir/$newfile", 0, $scanned_files); |
344 | 344 |
$cached{$file}{scan}{"$bindir/$newfile"} = 1; |
345 | 345 |
} elsif (/use\s+SL::(.*?);/) { |
346 |
my $module = $1; |
|
347 |
$module =~ s|::|/|g; |
|
346 | 348 |
# &scanfile("../../SL/${1}.pm", 1, $scanned_files); |
347 |
$cached{$file}{scannosubs}{"../../SL/${1}.pm"} = 1;
|
|
349 |
$cached{$file}{scannosubs}{"../../SL/${module}.pm"} = 1;
|
|
348 | 350 |
} |
349 | 351 |
|
350 | 352 |
# is this a template call? |
Auch abrufbar als: Unified diff
Auch in Untermodulen suchen, nicht nur in einer Ebene.