Changeset 22988 for lang/perl/Moxy

Show
Ignore:
Timestamp:
11/08/08 10:16:10 (2 months ago)
Author:
tokuhirom
Message:

depend to HTTP::Session 0.09

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Moxy/trunk/Makefile.PL

    r22986 r22988  
    2929requires 'HTTP::MobileAttribute'; 
    3030requires 'Path::Class'; 
    31 requires 'HTTP::Session' => 0.08; 
     31requires 'HTTP::Session' => 0.09; 
    3232 
    3333test_requires('Test::More');