[PerlWikiBot] SF.net SVN: perlwikibot:[41] trunk/no-interwiki/prepare_noiw_list.pl
Status: Pre-Alpha
Brought to you by:
rotemliss
From: <am...@us...> - 2008-07-28 15:46:36
|
Revision: 41 http://perlwikibot.svn.sourceforge.net/perlwikibot/?rev=41&view=rev Author: amire80 Date: 2008-07-28 15:46:45 +0000 (Mon, 28 Jul 2008) Log Message: ----------- Set all properties correctly. Modified Paths: -------------- trunk/no-interwiki/prepare_noiw_list.pl Property Changed: ---------------- trunk/no-interwiki/prepare_noiw_list.pl Modified: trunk/no-interwiki/prepare_noiw_list.pl =================================================================== --- trunk/no-interwiki/prepare_noiw_list.pl 2008-07-28 15:44:59 UTC (rev 40) +++ trunk/no-interwiki/prepare_noiw_list.pl 2008-07-28 15:46:45 UTC (rev 41) @@ -12,6 +12,10 @@ # This program is Free Software; you can redistribute it and/or modify it # under the same terms as Perl itself. +# $Revision$ +# $HeadURL$ +# $Date$ + # Upgrade! This script actually uses new Perl 5.10 constructs, so you need it use 5.010; @@ -1165,12 +1169,6 @@ return join $link_sep, @{$links_ref}; } -# These are just dummies. One day it will sit in a real RCS. -# Until then it's here to make Perl::Critic happy. -# $Revision: 0.2 $ -# $HeadURL: http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Interlanguage_Links/Ideas_from_the_Hebrew_Wikipedia/prepare_noiw_list.pl $ -# $Date$ - __END__ =head1 NAME Property changes on: trunk/no-interwiki/prepare_noiw_list.pl ___________________________________________________________________ Modified: svn:keywords - Date + Date HeadURL Revision This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |