Ignore:
Timestamp:
03/13/09 03:40:16 (3 years ago)
Author:
szabgab
Message:

Require Test::More for the testing and bail on failure in the compilation tests
change the order of the STDIN/STDERR tests to see the more important one in case of a bail out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/Makefile.PL

    r3221 r3314  
    8585test_requires  'Test::Compile'            => '0.08' unless win32; 
    8686test_requires  'Test::More'               => '0.47'; 
     87test_requires  'Test::Most'               => '0.21'; 
    8788test_requires  'Test::Script'             => '1.03'; 
    8889test_requires  'Test::Exception'          => '0.27'; 
Note: See TracChangeset for help on using the changeset viewer.