Changeset 17399

Show
Ignore:
Timestamp:
08/11/08 16:15:22 (5 years ago)
Author:
hidek
Message:

fixed typo for a pod spell test

Location:
lang/perl/HTTP-Engine/trunk
Files:
2 modified

Legend:

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

    r17395 r17399  
    22 
    330.0.13_2 2008-08-10T17:47:47+09:00 
    4          - !!! uncompatible of version under 0.0.13_1 !!! 
    5            useing HTTP::Engine::Conpat module if you want compatibility of version under 0.0.13_1 
     4         - !!! incompatible of version under 0.0.13_1 !!! 
     5           using HTTP::Engine::Conpat module if you want compatibility of version under 0.0.13_1 
    66         - delete HTTP::Engine::Context tokuhirom++ 
    77           unsupported of context and middleware 
  • lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine.pm

    r17398 r17399  
    5757=head1 COMPATIBILITY 
    5858 
    59 version over 0.0.13_1 is uncompatible of version under 0.0.13_1. 
    60  
    61 useing L<HTTP::Engine::Conpat> module if you want compatibility of version under 0.0.13_1. 
     59version over 0.0.13_1 is incompatible of version under 0.0.13_1. 
     60 
     61using L<HTTP::Engine::Conpat> module if you want compatibility of version under 0.0.13_1. 
    6262 
    6363version over 0.0.13_1 is unsupported of context and middleware.