validator/httpd/cgi-bin check,1.724,1.725

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv17950/httpd/cgi-bin

Modified Files:
	check 
Log Message:
Fix perlcritic "Code before strictures/warnings" errors.

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.724
retrieving revision 1.725
diff -u -d -r1.724 -r1.725
--- check	23 Nov 2009 22:49:23 -0000	1.724
+++ check	24 Nov 2009 18:44:58 -0000	1.725
@@ -15,9 +15,6 @@
 #     http://www.w3.org/Consortium/Legal/copyright-software
 #
 # $Id$
-#
-# Disable buffering on STDOUT!
-$| = 1;
 
 #
 # We need Perl 5.8.0+.
@@ -33,6 +30,10 @@
 use warnings;
 use utf8;
 
+#
+# Disable buffering on STDOUT!
+$| = 1;
+
 package W3C::Validator::MarkupValidator;
 
 #

Received on Tuesday, 24 November 2009 18:45:01 UTC