[or-cvs] also use "use warnings"

Peter Palfrader weasel at seul.org
Sat Oct 8 12:34:53 UTC 2005


Update of /home/or/cvsroot/website/en
In directory moria:/tmp/cvs-serv28269/en

Modified Files:
	foot.wmi translation-status.wml 
Log Message:
also use "use warnings"

Index: foot.wmi
===================================================================
RCS file: /home/or/cvsroot/website/en/foot.wmi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- foot.wmi	8 Oct 2005 12:16:45 -0000	1.3
+++ foot.wmi	8 Oct 2005 12:34:51 -0000	1.4
@@ -3,13 +3,13 @@
 ## translation metadata
 # Revision: $Revision$
 
-#include "functions.wmi"
+#use "functions.wmi"
 
 </div>
   <div class="bottom" id="bottom">
      <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
 #     Id: developers.html,v 1.41 2005/08/31 20:19:16 thomass Exp 
-      Last modified: <: my @stat = stat($(LANG).'/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); :>
+      Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
       -
       Last compiled: <: print scalar localtime(); :>
 

Index: translation-status.wml
===================================================================
RCS file: /home/or/cvsroot/website/en/translation-status.wml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- translation-status.wml	8 Oct 2005 12:16:45 -0000	1.3
+++ translation-status.wml	8 Oct 2005 12:34:51 -0000	1.4
@@ -2,6 +2,7 @@
 # Revision: $Revision$
 
 #include "head.wmi" TITLE="Translation status"
+#use "functions.wmi"
 
 <div class="main-column">
 



More information about the tor-commits mailing list