[libhttp-entity-parser-perl] 01/07: Fix the typo of allow operator
gregor herrmann
gregoa at debian.org
Sun Oct 23 00:23:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to tag 0.02
in repository libhttp-entity-parser-perl.
commit c6ffc9b94e09c71c42b3b9351f1ac2541bf1cdc3
Author: moznion <moznion at gmail.com>
Date: Wed Feb 5 16:31:17 2014 +0900
Fix the typo of allow operator
---
lib/HTTP/Entity/Parser.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 5eb2a40..16f0f88 100644
--- a/lib/HTTP/Entity/Parser.pm
+++ b/lib/HTTP/Entity/Parser.pm
@@ -131,7 +131,7 @@ HTTP::Entity::Parser - PSGI compliant HTTP Entity Parser
HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module also has compatibility
with L<HTTP::Body>. Unlike HTTP::Body, HTTP::Entity::Parser reads HTTP entity from
-PSGI's env C<$env->{'psgi.input'}> and parse it.
+PSGI's env C<$env-E<gt>{'psgi.input'}> and parse it.
This module support application/x-www-form-urlencoded, multipart/form-data and application/json.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-entity-parser-perl.git
More information about the Pkg-perl-cvs-commits
mailing list