Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.20.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index b3986c2..3d0173f 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension HTTP-Entity-Parser

 {{$NEXT}}

+0.20 2017-07-18T03:54:04Z
+
+   - [fixed] Throws exception when psgi.input is undef #6
+   - [fixed] dechunk loop can stuck on empty chunked post #7
+
 0.19 2017-02-07T08:19:45Z

    - Adjust tests for module load from a relative path when . is not in @inc (Thank you toddr)
  • Loading branch information
kazeburo committed Jul 18, 2017
1 parent 9c51b61 commit e34b696
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,11 @@ Revision history for Perl extension HTTP-Entity-Parser

{{$NEXT}}

0.20 2017-07-18T03:54:04Z

- [fixed] Throws exception when psgi.input is undef #6
- [fixed] dechunk loop can stuck on empty chunked post #7

0.19 2017-02-07T08:19:45Z

- Adjust tests for module load from a relative path when . is not in @INC (Thank you toddr)
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -77,7 +77,7 @@
"web" : "https://github.com/kazeburo/HTTP-Entity-Parser"
}
},
"version" : "0.19",
"version" : "0.20",
"x_contributors" : [
"Karen Etheridge <ether@cpan.org>",
"Todd Rinaldo <toddr@cpan.org>",
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Entity/Parser.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;
use Stream::Buffered;
use Module::Load;

our $VERSION = "0.19";
our $VERSION = "0.20";

our $BUFFER_LENGTH = 65536;

Expand Down

0 comments on commit e34b696

Please sign in to comment.