From: Matt S Trout Date: Mon, 30 Jul 2012 19:36:24 +0000 (+0000) Subject: remove an extra mention of uploads being experimental X-Git-Tag: v0.019~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=c32b7fdaa8338021cee337b89b83527d4394fe7e remove an extra mention of uploads being experimental --- diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index bbe413e..53e9eec 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -461,8 +461,7 @@ Query and body parameters can be match via The body spec will match if the request content is either application/x-www-form-urlencoded or multipart/form-data - the latter -of which is required for uploads, which are now handled experimentally -- see below. +of which is required for uploads - see below. The param spec is elements of one of the following forms -