X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FWeb%2FDispatch%2FParser.pm;h=8e66a055337d84670392709f73469456ea067932;hb=05aafc1a964aa5c2e86690602d5c49a8329fb90c;hp=a6b2332b6a9ec28e0aba4c5f9dc326a9beae910b;hpb=2bc99ccd7582eeb2970e3779bcd2833b95646700;p=catagits%2FWeb-Simple.git diff --git a/lib/Web/Dispatch/Parser.pm b/lib/Web/Dispatch/Parser.pm index a6b2332..8e66a05 100644 --- a/lib/Web/Dispatch/Parser.pm +++ b/lib/Web/Dispatch/Parser.pm @@ -115,6 +115,10 @@ sub _parse_spec_section { # % /\G\%/gc and return $self->_parse_param_handler($_, 'body'); + + # * + /\G\*/gc and + return $self->_parse_param_handler($_, 'uploads'); } return; # () will trigger the blam in our caller }