synopsis
Arthur Axel 'fREW' Schmidt [Thu, 26 Nov 2009 15:44:43 +0000 (09:44 -0600)]
Changes
lib/Web/Simple.pm

diff --git a/Changes b/Changes
index 0eb972e..6defac4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Change log for Web::Simple
 
+  - Fix SYNOPSIS
+
 0.001 - Tue Nov 24 2009 21:54 UTC
 
   - Initial release
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;