[libhttp-entity-parser-perl] 06/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 526a88b72c4ffbad284232038d85b27d59a58aa1
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Wed Feb 5 03:36:00 2014 +0900

    doc
---
 README.md                 | 2 ++
 lib/HTTP/Entity/Parser.pm | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7b9fb76..f3cb299 100644
--- a/README.md
+++ b/README.md
@@ -125,3 +125,5 @@ it under the same terms as Perl itself.
 Masahiro Nagano <kazeburo at gmail.com>
 
 Tokuhiro Matsuno <tokuhirom at gmail.com>
+
+This module is based on tokuhirom's code, see [https://github.com/plack/Plack/pull/434](https://github.com/plack/Plack/pull/434)
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 3e111da..4d833c7 100644
--- a/lib/HTTP/Entity/Parser.pm
+++ b/lib/HTTP/Entity/Parser.pm
@@ -9,9 +9,6 @@ use Module::Load;
 
 our $VERSION = "0.01";
 
-# This Parser is based on tokuhirom's code
-# see https://github.com/plack/Plack/pull/434
-
 sub new {
     my $class = shift;
     bless { handlers => [] }, $class;
@@ -252,5 +249,7 @@ Masahiro Nagano E<lt>kazeburo at gmail.comE<gt>
 
 Tokuhiro Matsuno E<lt>tokuhirom at gmail.comE<gt>
 
+This module is based on tokuhirom's code, see L<https://github.com/plack/Plack/pull/434>
+
 =cut
 

-- 
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