[Bps-public-commit] HTTP-Server-Simple branch, master, updated. 0.41_01-8-g0fa157e

Jesse Vincent jesse at bestpractical.com
Fri Apr 2 13:01:23 EDT 2010


The branch, master has been updated
       via  0fa157eb2cf44c6f753b582a43937300a0af4eb4 (commit)
      from  c5b7a1a5642da31771afee22867b5eb233025cc7 (commit)

Summary of changes:
 Changes                   |    2 +-
 lib/HTTP/Server/Simple.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 0fa157eb2cf44c6f753b582a43937300a0af4eb4
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Fri Apr 2 13:00:04 2010 -0400

    Checking in changes prior to tagging of version 0.42_01.  Changelog diff is:
    
    diff --git a/Changes b/Changes
    index a6e2619..d3f53c2 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,4 +1,4 @@
    -0.43
    +0.42_01 Fri Apr  2 12:59:48 EDT 2010
    
     * Patch to t/01live.t to prevent spurious win32 test failures.

diff --git a/Changes b/Changes
index a6e2619..d3f53c2 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.43
+0.42_01 Fri Apr  2 12:59:48 EDT 2010
 
 * Patch to t/01live.t to prevent spurious win32 test failures.
 
diff --git a/lib/HTTP/Server/Simple.pm b/lib/HTTP/Server/Simple.pm
index 2f761cd..b7e1f97 100644
--- a/lib/HTTP/Server/Simple.pm
+++ b/lib/HTTP/Server/Simple.pm
@@ -7,7 +7,7 @@ use Socket;
 use Carp;
 
 use vars qw($VERSION $bad_request_doc);
-$VERSION = '0.42';
+$VERSION = '0.42_01';
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list