From: Matt S Trout Date: Mon, 16 Jul 2012 10:26:47 +0000 (+0000) Subject: de-experimental uploads X-Git-Tag: v0.019~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=1d2f4b67ca3f3dedd1a9a1863cee2b01a446baaa de-experimental uploads --- diff --git a/Changes b/Changes index 5145f99..a12cb72 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - Un-mark upload matches as experimental since they work + 0.018 - 2012-07-15 - Allow dots in parameter names - Support for basic authentication in test requests diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 30a9644..aba056f 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -525,11 +525,7 @@ 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 single C<$params>, as in the example above. -=head3 Upload matches (EXPERIMENTAL) - -Note: This feature is experimental. This means that it may not remain -100% in its current form. If we change it, notes on updating your code -will be added to the L section below. +=head3 Upload matches sub (*foo=) { # param specifier can be anything valid for query or body