X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FWeb%2FSimple.pm;h=fa637c2af18debe797f40a2e3d2e32ef49b129d3;hb=33795c6ac9ae4b3c6de826c78df7824ec31a541e;hp=70c951004e0f3b5e88bf9cc91c0a54af16760c0f;hpb=e4e3b52cf15ff10ff86c612922ae599884662f71;p=catagits%2FWeb-Simple.git 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;