Changeset 21844

Show
Ignore:
Timestamp:
10/22/08 16:16:53 (5 years ago)
Author:
tokuhirom
Message:

use latest version

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-Engine/trunk/Makefile.PL

    r21771 r21844  
    4646# prevent tests from failing with HTTP::Server::Simple is present, but 
    4747# but the version is too old. It has no real further dependencies anyway.  
    48 requires 'HTTP::Server::Simple' => 0.34; 
     48requires 'HTTP::Server::Simple' => 0.35; 
    4949 
    5050requires 'Test::Base'          => 0;