From 37403268a44d1d041e0f0962e0e356e7a878f6d3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 18 Jul 2012 01:09:16 -0500 Subject: one more typo --- lib/Web/Request.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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); -- cgit v1.2.3-54-g00ecf