Author: coke
Date: Fri Mar 28 06:50:54 2008
New Revision: 26589

Modified:
   trunk/tools/util/smokeserv-server.pl

Log:
[codingstd]

Move the perl coda out of the DATA segment: in there, it's visible
on the server in the HTML. This file continues to pass the codingstd test.



Modified: trunk/tools/util/smokeserv-server.pl
==============================================================================
--- trunk/tools/util/smokeserv-server.pl        (original)
+++ trunk/tools/util/smokeserv-server.pl        Fri Mar 28 06:50:54 2008
@@ -365,6 +365,13 @@
     exit if $exit;
 }
 
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
+
 __DATA__
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
@@ -507,10 +514,3 @@
   </table>
 </body>
 </html>
-
-# Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
-#   fill-column: 100
-# End:
-# vim: expandtab shiftwidth=4:

Reply via email to