Changeset 19002 for lang/perl/Mvalve
- Timestamp:
- 09/08/08 23:16:50 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Mvalve/trunk/t/00_compile.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Mvalve/trunk/t/00_compile.t
r15683 r19002 1 1 use 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 } 2 use Test::UseAllModules; 3 4 BEGIN { all_uses_ok() } 5
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)