Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.03. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 8594d26..3480216 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Plack::Middleware::ReverseProxy

+0.03    Tue Dec 22 17:05:00 2009
+        - fix build_requires
+
 0.02    Tue Dec 22 15:30:00 2009
         - use the last item of x-forwarded-host as host
  • Loading branch information
nobuo-danjou committed Dec 22, 2009
1 parent 5f884ea commit 2bf602e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Plack::Middleware::ReverseProxy

0.03 Tue Dec 22 17:05:00 2009
- fix build_requires

0.02 Tue Dec 22 15:30:00 2009
- use the last item of x-forwarded-host as host

Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -10,6 +10,7 @@ tests 't/*.t';
author_tests 'xt';

build_requires 'Test::More';
build_requires 'Plack::Request';
use_test_base;
auto_include;
auto_set_repository;
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/ReverseProxy.pm
Expand Up @@ -3,7 +3,7 @@ package Plack::Middleware::ReverseProxy;
use strict;
use warnings;
use parent qw(Plack::Middleware);
our $VERSION = '0.02';
our $VERSION = '0.03';

sub call {
my $self = shift;
Expand Down

0 comments on commit 2bf602e

Please sign in to comment.