Kaynağa Gözat

debug

master
Pascal Gloor 5 yıl önce
ebeveyn
işleme
3e46360174
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl Dosyayı Görüntüle

@@ -67,7 +67,7 @@ sub detect_lang {
my @larr;
my %lcnt;

foreach my $word ( split(/ /,$txt) ) {
foreach my $word ( split(/[ '".-]/,$txt) ) {
$word = lc($word);
my $lang;
print "$word ";

Loading…
İptal
Kaydet