Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakholm committed Aug 15, 2011
1 parent 2f4387b commit aa264de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Changes for Plack::App::FakeApache

0.02 - Mon Aug 15 11:38:33 CEST 2011
* Rename module to a saner name
* Support for err_headers_out() and set_content_length

0.01 - Tue Nov 30 17:02:06 CET 2010
* Initial release
2 changes: 1 addition & 1 deletion lib/Plack/App/FakeApache.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use attributes;
use Carp;
use Scalar::Util qw( blessed );

our $VERSION = 0.01;
our $VERSION = 0.02;

sub call {
my ($self, $env) = @_;
Expand Down

0 comments on commit aa264de

Please sign in to comment.