X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FWeb%2FDispatch%2FHTTPMethods.pm;h=1f40c82d3ee481221c49fcbab3fed14201fcb3be;hb=29c7cff1f58f69c3b70e093ea9406f1dfe4d4a7a;hp=d22e3a3f1c1b05b7e322fe761f7531ca8c7f7769;hpb=456dc2bbf3016f2597cee32e06de13bd06d5eb0f;p=catagits%2FWeb-Simple.git diff --git a/lib/Web/Dispatch/HTTPMethods.pm b/lib/Web/Dispatch/HTTPMethods.pm index d22e3a3..1f40c82 100644 --- a/lib/Web/Dispatch/HTTPMethods.pm +++ b/lib/Web/Dispatch/HTTPMethods.pm @@ -111,7 +111,7 @@ Web::Dispatch::HTTPMethods - Helpers to make RESTFul Dispatchers Easier =head1 DESCRIPTION -Exports the most commonly used HTTP methods as subroutine helps into your +Exports the most commonly used HTTP methods as subroutine helpers into your L based application. Additionally adds an automatic HTTP code 405 C if none of the HTTP methods match for a given dispatch and also adds a dispatch rule for C if no C exists but a C does