synopsis
[catagits/Web-Simple.git] / lib / Web / Simple.pm
index 70c9510..fa637c2 100644 (file)
@@ -87,7 +87,7 @@ change things at all. Not yet. Sorry.
       sub () {
         [ 405, [ 'Content-type', 'text/plain' ], [ 'Method not allowed' ] ]
       }
-    ];
+    };
   }
 
   HelloWorld->run_if_script;