Show
Ignore:
Timestamp:
07/25/08 22:50:55 (6 months ago)
Author:
hanekomu
Message:

continued to update distribution to standard style

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-vget/trunk/Makefile.PL

    r9730 r16429  
    88requires 'LWP::Simple'; 
    99 
    10 build_requires 'Test::More' => '0.70'; 
     10recommends 'Test::Pod'; 
     11recommends 'Test::Pod::Coverage'; 
     12 
     13test_requires 'Test::More' => '0.70'; 
     14test_requires 'Test::Compile'; 
    1115 
    1216install_script glob('bin/*'); 
    1317 
    14 process_templates( 
    15     first_year => 2007, 
    16     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    17     start_tag  => '{%', 
    18     end_tag    => '%}', 
    19 ); 
    20  
    21 use_standard_tests(without => 'pod_coverage'); 
    2218auto_install; 
    2319auto_include;