X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FWeb%2FSimple.pm;h=aba056f706f2d06dde7b45e6da27fb6ae0bbad6c;hb=1d2f4b67ca3f3dedd1a9a1863cee2b01a446baaa;hp=27900d429d43514b62ef62c30a6a2c4175f72070;hpb=5e3e41f0cd963a33747821d3860fc685ca2fb06e;p=catagits%2FWeb-Simple.git diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 27900d4..aba056f 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -6,7 +6,7 @@ use warnings::illegalproto (); use Moo (); use Web::Dispatch::Wrapper (); -our $VERSION = '0.017'; +our $VERSION = '0.018'; sub import { my ($class, $app_package) = @_; @@ -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