![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^2: Catalyst::Request::Upload inside-out-object weirdnessby JavaFan (Canon) |
on Mar 26, 2010 at 16:23 UTC ( #831188=note: print w/replies, xml ) | Need Help?? |
which seems to suggest maybe the problem is with HTTP::Headers.Doubtful. To me, it seems the mistake is in the call to Catalyst::Request::Upload. It assumes that the call to $headers->content_type returns one value (or another odd amount) when called in list context. But that assumption is false; it may return an even number of values as well. It looks to be that something like is an improvement.
In Section
Seekers of Perl Wisdom
|
|