X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=blobdiff_plain;f=lib%2FWeb%2FSimple.pm;fp=lib%2FWeb%2FSimple.pm;h=7adf003a00ed8606d38d41e9aa187a66e141a60d;hp=95dfac269425ec1177d69a69440226d0ca061c88;hb=e139ce1642139a961b78ea726bc7afccc28966c8;hpb=a30328b3ab8f1ca72f3306abac15f337c772148a diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 95dfac2..7adf003 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -571,7 +571,7 @@ the 'coffee' parameter. Note, in the case where you combine arrayref, single parameter and named hashref style, the arrayref and single parameters will appear in C<@_> in the -order you defined them in the protoype, but all hashrefs will merge into a +order you defined them in the prototype, but all hashrefs will merge into a single C<$params>, as in the example above. =head3 Upload matches @@ -606,7 +606,7 @@ Matches may be combined with the + character - e.g. 'GET + /user/*' => sub { -to create an AND match. They may also be combined withe the | character - e.g. +to create an AND match. They may also be combined with the | character - e.g. 'GET|POST' => sub {