root/lang/perl/Module-Install-Template/trunk/t/00_compile.t
@
16357
| Revision 16357, 226 bytes (checked in by hanekomu, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!perl -w |
| 2 | |
| 3 | use strict; |
| 4 | use warnings; |
| 5 | |
| 6 | BEGIN { |
| 7 | use Test::More; |
| 8 | eval "use Test::Compile"; |
| 9 | Test::More->builder->BAIL_OUT( |
| 10 | "Test::Compile required for testing compilation") if $@; |
| 11 | all_pm_files_ok(); |
| 12 | } |
| 13 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)