Changeset 13904

Show
Ignore:
Timestamp:
06/14/08 15:19:20 (5 years ago)
Author:
tokuhirom
Message:

depend to latest version of C::C

Files:
1 modified

Legend:

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

    r9259 r13904  
    33all_from 'lib/HTTP/MobileAttribute.pm'; 
    44 
    5 requires 'Class::Component'         => '0.15'; 
     5requires 'Class::Component'         => '0.17'; 
    66 
    77features( 
     
    1212); 
    1313 
    14 build_requires 'YAML'; 
    15 build_requires 'Test::Warn'; 
     14test_requires 'YAML'; 
     15test_requires 'Test::Warn'; 
    1616tests 't/*.t t/Plugins/*t'; 
    1717use_test_base;