in reply to Re^2: Parse multipart/form-data with MIME::Parserin thread Parse multipart/form-data with MIME::Parser
Here's a fix:
my @template = <DATA>; sub { my $req = 'Plack::Request'->new(shift); my %method = ( GET => sub { \@template }, ... [download]