[libhttp-entity-parser-perl] 07/11: doc
gregor herrmann
gregoa at debian.org
Sun Oct 23 00:23:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to tag 0.01
in repository libhttp-entity-parser-perl.
commit a566917642d6116f7784de22fcdb5d795b882fee
Author: Masahiro Nagano <kazeburo at gmail.com>
Date: Wed Feb 5 03:39:32 2014 +0900
doc
---
README.md | 2 +-
lib/HTTP/Entity/Parser.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f3cb299..6a44f03 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ This module support application/x-www-form-urlencoded, multipart/form-data and a
Create the instance.
-- register($content\_type:String, $class:String)
+- register($content\_type:String, $class:String, $opts:HashRef)
Register parser class.
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 4d833c7..5eb2a40 100644
--- a/lib/HTTP/Entity/Parser.pm
+++ b/lib/HTTP/Entity/Parser.pm
@@ -143,7 +143,7 @@ This module support application/x-www-form-urlencoded, multipart/form-data and a
Create the instance.
-=item register($content_type:String, $class:String)
+=item register($content_type:String, $class:String, $opts:HashRef)
Register parser class.
--
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