[PerlWikiBot] SF.net SVN: perlwikibot: [15] trunk
Status: Pre-Alpha
Brought to you by:
rotemliss
From: <rot...@us...> - 2006-09-01 11:27:29
|
Revision: 15 http://svn.sourceforge.net/perlwikibot/?rev=15&view=rev Author: rotemliss Date: 2006-09-01 04:27:14 -0700 (Fri, 01 Sep 2006) Log Message: ----------- Fixing typo. Modified Paths: -------------- trunk/bot.pl trunk/includes/functions.pm trunk/old/delete.pl trunk/old/move.pl trunk/old/refresh.pl trunk/old/replace.pl Modified: trunk/bot.pl =================================================================== --- trunk/bot.pl 2006-08-31 14:09:30 UTC (rev 14) +++ trunk/bot.pl 2006-09-01 11:27:14 UTC (rev 15) @@ -4,7 +4,7 @@ use warnings; use strict; -# Libaries +# Libraries use includes::functions; # Counters Modified: trunk/includes/functions.pm =================================================================== --- trunk/includes/functions.pm 2006-08-31 14:09:30 UTC (rev 14) +++ trunk/includes/functions.pm 2006-09-01 11:27:14 UTC (rev 15) @@ -2,7 +2,7 @@ use warnings; use strict; -# Libaries +# Libraries use LWP; use HTTP::Cookies; use includes::mwdump; Modified: trunk/old/delete.pl =================================================================== --- trunk/old/delete.pl 2006-08-31 14:09:30 UTC (rev 14) +++ trunk/old/delete.pl 2006-09-01 11:27:14 UTC (rev 15) @@ -3,7 +3,7 @@ # Code style use warnings; -# Libaries +# Libraries use Time::Local; use functions; use configure; Modified: trunk/old/move.pl =================================================================== --- trunk/old/move.pl 2006-08-31 14:09:30 UTC (rev 14) +++ trunk/old/move.pl 2006-09-01 11:27:14 UTC (rev 15) @@ -3,7 +3,7 @@ # Code style use warnings; -# Libaries +# Libraries use functions; use configure; Modified: trunk/old/refresh.pl =================================================================== --- trunk/old/refresh.pl 2006-08-31 14:09:30 UTC (rev 14) +++ trunk/old/refresh.pl 2006-09-01 11:27:14 UTC (rev 15) @@ -3,7 +3,7 @@ # Code style use warnings; -# Libaries +# Libraries use mwdump; use functions; use configure; Modified: trunk/old/replace.pl =================================================================== --- trunk/old/replace.pl 2006-08-31 14:09:30 UTC (rev 14) +++ trunk/old/replace.pl 2006-09-01 11:27:14 UTC (rev 15) @@ -3,7 +3,7 @@ # Code style use warnings; -# Libaries +# Libraries use functions; use configure; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |