[PerlWikiBot] SF.net SVN: perlwikibot:[71] trunk/no-interwiki
Status: Pre-Alpha
Brought to you by:
rotemliss
|
From: <am...@us...> - 2008-11-21 22:39:42
|
Revision: 71
http://perlwikibot.svn.sourceforge.net/perlwikibot/?rev=71&view=rev
Author: amire80
Date: 2008-11-21 22:39:40 +0000 (Fri, 21 Nov 2008)
Log Message:
-----------
POD spelling, critic update.
Modified Paths:
--------------
trunk/no-interwiki/.perlcriticrc
trunk/no-interwiki/prepare_noiw_list.pl
Modified: trunk/no-interwiki/.perlcriticrc
===================================================================
--- trunk/no-interwiki/.perlcriticrc 2008-11-21 20:57:24 UTC (rev 70)
+++ trunk/no-interwiki/.perlcriticrc 2008-11-21 22:39:40 UTC (rev 71)
@@ -1,6 +1,7 @@
-#[-CodeLayout::RequireTidyCode]
-#[-Miscellanea::RequireRcsKeywords]
-
# English.pm doesn't support named capture variables (yet)
[Variables::ProhibitPunctuationVars]
allow = %+ $+ @+
+
+# This is probably useful, but appears buggy, so it should remain manual
+[-Documentation::PodSpelling]
+
Modified: trunk/no-interwiki/prepare_noiw_list.pl
===================================================================
--- trunk/no-interwiki/prepare_noiw_list.pl 2008-11-21 20:57:24 UTC (rev 70)
+++ trunk/no-interwiki/prepare_noiw_list.pl 2008-11-21 22:39:40 UTC (rev 71)
@@ -1380,7 +1380,7 @@
it will be removed automatically in the future.)
=item * If the page contains no links to the defined languages and does not
-comtain the template, it is automatically added to type "other".
+contain the template, it is automatically added to type "other".
=item * If the page contains no links to the defined languages and
a template with types, it is added to the defined types.
@@ -1606,7 +1606,7 @@
=item * B<0.2 - Noa>: Perl 5.10. Russian l10n. POD documentation. Pretty
categories sorting. Memory usage optimization - accumulating information in
files. More generic, but far-from-perfect handling of links to languages
-other than English. Translitetaion with Lingua::Translit. Logging with
+other than English. Transliteration with Lingua::Translit. Logging with
Log::Log4perl. Brutal Perl::Critic 1.90. Started using Readonly. Not finished:
complete statistics, removal of templates from pages which already have links.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|