From: Arthur Axel 'fREW' Schmidt Date: Thu, 26 Nov 2009 15:44:43 +0000 (-0600) Subject: synopsis X-Git-Tag: v0.003~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=33795c6ac9ae4b3c6de826c78df7824ec31a541e synopsis --- diff --git a/Changes b/Changes index 0eb972e..6defac4 100644 --- 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 diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 70c9510..fa637c2 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -87,7 +87,7 @@ change things at all. Not yet. Sorry. sub () { [ 405, [ 'Content-type', 'text/plain' ], [ 'Method not allowed' ] ] } - ]; + }; } HelloWorld->run_if_script;