root/lang/perl/Module-Install-Template/trunk/t/00_compile.t @ 16357

Revision 16357, 226 bytes (checked in by hanekomu, 5 years ago)

first step in moving towards a standard-style dist

Line 
1#!perl -w
2
3use strict;
4use warnings;
5
6BEGIN {
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.