Show
Ignore:
Timestamp:
04/03/08 16:29:23 (8 months ago)
Author:
yusukebe
Message:

CPAN に うpる用に変更している

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WebService-Simple/trunk/Build.PL

    r8550 r8746  
    99    dist_version_from   => 'lib/WebService/Simple.pm', 
    1010    requires => { 
    11         'Test::More' => 0, 
    12     }, 
     11        'Test::More'     => 0, 
     12        'URI::Escape'    => 0, 
     13        'LWP::UserAgent' => 0, 
     14        'XML::Simple'    => 0, 
     15      }, 
    1316    add_to_cleanup      => [ 'WebService-Simple-*' ], 
    1417);