Show
Ignore:
Timestamp:
01/30/08 00:16:57 (5 years ago)
Author:
pia
Message:

Added Test::Perl::Critic and Win32::API as PREREQ_PM

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Win32-FindWindow/trunk/Makefile.PL

    r5007 r5816  
    1010    PL_FILES            => {}, 
    1111    PREREQ_PM => { 
    12         'Test::More' => 0 
     12        'Test::More'         => 0, 
     13        'Test::Perl::Critic' => 0, 
     14        'Win32::API'         => 0, 
    1315    }, 
    1416    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },