[PerlWikiBot] SF.net SVN: perlwikibot:[75] trunk/no-interwiki/prepare_noiw_list.pl
Status: Pre-Alpha
Brought to you by:
rotemliss
From: <am...@us...> - 2009-09-24 22:41:06
|
Revision: 75 http://perlwikibot.svn.sourceforge.net/perlwikibot/?rev=75&view=rev Author: amire80 Date: 2009-09-24 22:40:56 +0000 (Thu, 24 Sep 2009) Log Message: ----------- Removed a little too much. Modified Paths: -------------- trunk/no-interwiki/prepare_noiw_list.pl Modified: trunk/no-interwiki/prepare_noiw_list.pl =================================================================== --- trunk/no-interwiki/prepare_noiw_list.pl 2009-09-24 22:33:58 UTC (rev 74) +++ trunk/no-interwiki/prepare_noiw_list.pl 2009-09-24 22:40:56 UTC (rev 75) @@ -357,6 +357,7 @@ # my @found_lang_codes = sort keys %found_links; # INFO("found lang_codes: @found_lang_codes"); +say 'looking for multi links'; my $begin_multi_links_time = time; print_multi_links_by_foreign(); @@ -1540,6 +1541,10 @@ This module is used for transliterating filenames to ASCII. +=item * C<Readonly> + +To make Perl::Critic happy :) + =back =head1 HACKING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |