Skip to content

Commit

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

diff --git a/Changes b/Changes
index 70c6cad..fa95ce3 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.09 Sat May  8 18:52:04 PDT 2010
+     - Added a test for utf8 decoding
+
 0.08 Sat May  1 04:30:25 PDT 2010
      - Fixed Test::More deps
  • Loading branch information
miyagawa committed May 9, 2010
1 parent e041152 commit 491bb43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.09 Sat May 8 18:52:04 PDT 2010
- Added a test for utf8 decoding

0.08 Sat May 1 04:30:25 PDT 2010
- Fixed Test::More deps

Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -22,3 +22,4 @@ t/00_compile.t
t/01_simple.t
t/02_parse.t
t/03_socket.t
t/04_utf8.t
2 changes: 1 addition & 1 deletion lib/CGI/Emulate/PSGI.pm
Expand Up @@ -7,7 +7,7 @@ use IO::File ();
use SelectSaver;
use 5.00800;

our $VERSION = '0.08';
our $VERSION = '0.09';

sub handler {
my ($class, $code, ) = @_;
Expand Down

0 comments on commit 491bb43

Please sign in to comment.