Navigation Menu

Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.9017. Changelog dif…
Browse files Browse the repository at this point in the history
…f is:

diff --git a/Changes b/Changes
index 9b3a8f6..acda1c4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Plack

+0.9017 Sun Nov 29 17:33:36 JST 2009
+        - Fixed more tests that fail on Win32 (charsbar)
+
 0.9016 Sun Nov 29 16:39:40 JST 2009
         - removed Middleware::Deflater from the dist.
         - Fixed Standalone so as not to use Time::HiRes::Alarm on Win32 systems (charsbar, kazuho)
  • Loading branch information
miyagawa committed Nov 29, 2009
1 parent c875a01 commit 1a247e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Plack

0.9017 Sun Nov 29 17:33:36 JST 2009
- Fixed more tests that fail on Win32 (charsbar)

0.9016 Sun Nov 29 16:39:40 JST 2009
- removed Middleware::Deflater from the dist.
- Fixed Standalone so as not to use Time::HiRes::Alarm on Win32 systems (charsbar, kazuho)
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack.pm
Expand Up @@ -3,7 +3,7 @@ package Plack;
use strict;
use warnings;
use 5.008_001;
our $VERSION = '0.9016';
our $VERSION = '0.9017';

1;
__END__
Expand Down

0 comments on commit 1a247e6

Please sign in to comment.