Author: rra
Date: 2007-12-04 04:11:31 +0100 (Tue, 04 Dec 2007)
New Revision: 1016

Modified:
   trunk/checks/standards-version
Log:
Fix syntax error.


Modified: trunk/checks/standards-version
===================================================================
--- trunk/checks/standards-version      2007-12-04 02:59:33 UTC (rev 1015)
+++ trunk/checks/standards-version      2007-12-04 03:11:31 UTC (rev 1016)
@@ -29,7 +29,7 @@
 # 2 means old
 # 3 means ancient
 my %valid_standard = (
-                   '3.7.3', 1
+                  '3.7.3', 1,
                   '3.7.2', 2,
                   '3.7.1', 2,
                   '3.7.0', 2,


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to