Changeset 18383 for lang

Show
Ignore:
Timestamp:
08/28/08 15:20:03 (3 months ago)
Author:
yappo
Message:

lang/perl/HTTP-Engine: Checking in changes prior to tagging of version 0.0.15. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 18964)
+++ Changes (local)
@@ -1,5 +1,14 @@

Revision history for Perl extension HTTP::Engine


+0.0.15 2008-08-28T13:23:29+09:00
+ - all Interface design rewrote
+ - Interface::Standalone
+ some refactoring
+ added new option: keepalive_timeout
+ bug fixed: keepalive is does not work
+ - Interface::ServerSimple?
+ chaged option: port is required
+

0.0.14 2008-08-22T18:08:54+09:00

  • Interface::ModPerl? broken code fix
  • Interface::POE fix the many problems
Location:
lang/perl/HTTP-Engine/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-Engine/trunk/Changes

    r18051 r18383  
    11Revision history for Perl extension HTTP::Engine 
     2 
     30.0.15   2008-08-28T13:23:29+09:00 
     4         - all Interface design rewrote 
     5         - Interface::Standalone 
     6           some refactoring 
     7           added new option: keepalive_timeout 
     8           bug fixed: keepalive is does not work 
     9         - Interface::ServerSimple 
     10           chaged option: port is required 
    211 
    3120.0.14   2008-08-22T18:08:54+09:00 
  • lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine.pm

    r18231 r18383  
    33use Moose; 
    44use HTTP::Engine::Types::Core qw( Interface ); 
    5 our $VERSION = '0.0.14'; 
     5our $VERSION = '0.0.15'; 
    66use HTTP::Engine::Request; 
    77use HTTP::Engine::Request::Upload;