[Bps-public-commit] HTTP-Server-Simple branch, master, updated. 0.41
jesse
jesse at bestpractical.com
Tue Sep 29 10:07:47 EDT 2009
The branch, master has been updated
via 5d27b088a1a6a91793953d819664e627b7f593c0 (commit)
from ed89c0352aa0d9d948801a429f0e35ee73549917 (commit)
Summary of changes:
Changes | 2 +-
lib/HTTP/Server/Simple.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 5d27b088a1a6a91793953d819664e627b7f593c0
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Sep 29 23:05:27 2009 +0900
Checking in changes prior to tagging of version 0.41. Changelog diff is:
diff --git a/Changes b/Changes
index 74da90f..96876d8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,5 @@
-0.40_01
+0.41 Tue Sep 29 23:05:04 JST 2009
* HTTP header concatenation fixes from miyagawa
diff --git a/Changes b/Changes
index 74da90f..96876d8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,5 @@
-0.40_01
+0.41 Tue Sep 29 23:05:04 JST 2009
* HTTP header concatenation fixes from miyagawa
diff --git a/lib/HTTP/Server/Simple.pm b/lib/HTTP/Server/Simple.pm
index 55ee87f..106b1b9 100644
--- a/lib/HTTP/Server/Simple.pm
+++ b/lib/HTTP/Server/Simple.pm
@@ -8,7 +8,7 @@ use Carp;
use URI::Escape;
use vars qw($VERSION $bad_request_doc);
-$VERSION = '0.40_01';
+$VERSION = '0.41';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list