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 <kazeb...@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 <kazeb...@gmail.com>
 
 Tokuhiro Matsuno <tokuhi...@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>kazeb...@gmail.come<gt>
 
 Tokuhiro Matsuno E<lt>tokuhi...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to