Changeset 19002 for lang/perl/Mvalve

Show
Ignore:
Timestamp:
09/08/08 23:16:50 (5 years ago)
Author:
daisuke
Message:

use all modules

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Mvalve/trunk/t/00_compile.t

    r15683 r19002  
    11use strict; 
    2 use Test::More; 
    3 eval { require Test::Compile; Test::Compile->import }; 
    4 if ($@) { 
    5     plan(skip_all => "Test::Compile required for testing compilation: $@"); 
    6 } else { 
    7     Test::Compile::all_pm_files_ok(); 
    8 } 
     2use Test::UseAllModules; 
     3 
     4BEGIN { all_uses_ok() } 
     5