Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.10. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 3a6a707..0b25454 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Plack::Server::ServerSimple

+0.10  Thu Feb  4 10:38:06 PST 2010
+        - Renamed the distribution to HTTP::Server::Simple::PSGI
+        - Dropped Plack and LWP dependencies
+
 0.03  Tue Jan  5 05:22:04 PST 2010
         - Added psgi.streaming support (rafl)
  • Loading branch information
miyagawa committed Feb 4, 2010
1 parent 054ee9b commit 121539a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Plack::Server::ServerSimple

0.10 Thu Feb 4 10:38:06 PST 2010
- Renamed the distribution to HTTP::Server::Simple::PSGI
- Dropped Plack and LWP dependencies

0.03 Tue Jan 5 05:22:04 PST 2010
- Added psgi.streaming support (rafl)

Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Server/Simple/PSGI.pm
Expand Up @@ -2,7 +2,7 @@ package HTTP::Server::Simple::PSGI;
use strict;
use warnings;
use 5.008_001;
our $VERSION = '0.03';
our $VERSION = '0.10';

use base qw/HTTP::Server::Simple::CGI/;
use HTTP::Server::Simple;
Expand Down

0 comments on commit 121539a

Please sign in to comment.