Skip to content

Commit

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

diff --git a/Changes b/Changes
index f612952..af36947 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Plack-App-Proxy

+0.23    11/05/2012
+        - Fix test failures from newer HTTP::Headers
+
 0.22
         - Filter out Status header since it's forbidden in PSGI spec (miyagawa)
  • Loading branch information
leedo committed Nov 6, 2012
1 parent 0ce501b commit 6b55cd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Plack-App-Proxy

0.23 11/05/2012
- Fix test failures from newer HTTP::Headers

0.22
- Filter out Status header since it's forbidden in PSGI spec (miyagawa)

Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/App/Proxy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Plack::Request;
use Plack::Util;
use HTTP::Headers;

our $VERSION = '0.22';
our $VERSION = '0.23';

sub prepare_app {
my $self = shift;
Expand Down

0 comments on commit 6b55cd2

Please sign in to comment.