summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-07-18 01:09:16 -0500
committerJesse Luehrs <doy@tozt.net>2012-07-18 01:09:16 -0500
commit37403268a44d1d041e0f0962e0e356e7a878f6d3 (patch)
treea32e7df312538d4b10586598d6108800227ad084 /lib
parent25f395b5f04950d3198729f33335e6c191038452 (diff)
downloadweb-request-37403268a44d1d041e0f0962e0e356e7a878f6d3.tar.gz
web-request-37403268a44d1d041e0f0962e0e356e7a878f6d3.zip
one more typo
Diffstat (limited to 'lib')
-rw-r--r--lib/Web/Request.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Web/Request.pm b/lib/Web/Request.pm
index 8ba5c69..e089b31 100644
--- a/lib/Web/Request.pm
+++ b/lib/Web/Request.pm
@@ -159,7 +159,7 @@ has _parsed_body => (
my $body = HTTP::Body->new($ct, $cl);
$body->cleanup(1);
- my $input = $self->input;
+ my $input = $self->_input;
if ($self->env->{'psgix.input.buffered'}) {
$input->seek(0, 0);