Show
Ignore:
Timestamp:
02/10/09 18:56:15 (4 years ago)
Author:
yappo
Message:

Checking in changes prior to tagging of version 0.1.2. Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 29833)
+++ Changes (working copy)
@@ -1,5 +1,9 @@

Revision history for Perl extension HTTP::Engine


+0.1.2 2009-02-10T18:47:51+09:00
+ - depend to latest version(Mouse 0.16)
+ - added to Middleware notice documentation
+

0.1.1 2009-02-06T11:47:54+09:00

  • new dependence to Mouse 0.15 and MouseX::Types
  • added to HTTP::Engine::Cookbook documentation # gugod++
Location:
lang/perl/HTTP-Engine/trunk
Files:
2 modified

Legend:

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

    r29628 r29843  
    11Revision history for Perl extension HTTP::Engine 
     2 
     30.1.2    2009-02-10T18:47:51+09:00 
     4         - depend to latest version(Mouse 0.16) 
     5         - added to Middleware notice documentation 
    26 
    370.1.1    2009-02-06T11:47:54+09:00 
  • lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine.pm

    r29834 r29843  
    22use 5.00800; 
    33use Mouse; 
    4 our $VERSION = '0.1.1'; 
     4our $VERSION = '0.1.2'; 
    55use HTTP::Engine::Request; 
    66use HTTP::Engine::Request::Upload;