Result:
found 96 distributions and 126 files matching your query ! ( run in 0.454 )




Benchmark-Timer

 view release on metacpan or  search on metacpan

inc/Module/Install/StandardTests.pm  view on Meta::CPAN

72
73
74
75
76
77
78
79
80
        BEGIN {
            use Test::More;
            eval "use Test::Compile";
            Test::More->builder->BAIL_OUT(
                "Test::Compile required for testing compilation") if $@;
            all_pm_files_ok();
        }
    /);
}

 view all matches for this distribution


Bot-targa

 view release on metacpan or  search on metacpan

t/_compile.t  view on Meta::CPAN

2
3
4
5
6
7
eval "use Test::Compile";
plan skip_all => "Test::Compile required for testing compilation"
  if $@;
all_pm_files_ok();

 view all matches for this distribution


Boxer

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

11
12
13
14
15
16
eval "use Test::Compile";
Test::More->builder->BAIL_OUT(
        "Test::Compile required for testing compilation")
        if $@;
 
all_pm_files_ok();

 view all matches for this distribution


Build-Daily

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

4
5
6
7
8
9
eval "use Test::Compile 0.08";
plan skip_all => "Test::Compile 0.08 required for testing compilation"
    if $@;
 
my @pmdirs = qw(lib blib sbin bin);
all_pm_files_ok(all_pm_files(@pmdirs));

 view all matches for this distribution



CGI-Cache

 view release on metacpan or  search on metacpan

inc/Module/Install/StandardTests.pm  view on Meta::CPAN

72
73
74
75
76
77
78
79
80
        BEGIN {
            use Test::More;
            eval "use Test::Compile";
            Test::More->builder->BAIL_OUT(
                "Test::Compile required for testing compilation") if $@;
            all_pm_files_ok();
        }
    /);
}

 view all matches for this distribution


CPAN-Patches-Plugin-Debian

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

4
5
6
7
8
9
eval "use Test::Compile 0.08";
plan skip_all => "Test::Compile 0.08 required for testing compilation"
    if $@;
 
my @pmdirs = qw(lib blib sbin bin);
all_pm_files_ok(all_pm_files(@pmdirs));

 view all matches for this distribution


CPAN-Patches

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

4
5
6
7
8
9
eval "use Test::Compile 0.08";
plan skip_all => "Test::Compile 0.08 required for testing compilation"
    if $@;
 
my @pmdirs = qw(lib blib sbin bin);
all_pm_files_ok(all_pm_files(@pmdirs));

 view all matches for this distribution


Catmandu-Importer-Parltrack

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

8
9
10
11
12
13
eval "use Test::Compile";
Test::More->builder->BAIL_OUT(
        "Test::Compile required for testing compilation")
        if $@;
 
all_pm_files_ok();

 view all matches for this distribution


Chart-OFC2

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

4
5
6
7
8
9
eval "use Test::Compile 0.08";
plan skip_all => "Test::Compile 0.08 required for testing compilation"
    if $@;
 
my @pmdirs = qw(lib blib sbin bin);
all_pm_files_ok(all_pm_files(@pmdirs));

 view all matches for this distribution


Code-TidyAll-Plugin-SVG

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

8
9
10
11
12
13
eval "use Test::Compile";
Test::More->builder->BAIL_OUT(
        "Test::Compile required for testing compilation")
        if $@;
 
all_pm_files_ok();

 view all matches for this distribution


DBICx-TxnInsert

 view release on metacpan or  search on metacpan

t/00-compile.t  view on Meta::CPAN

3
4
5
6
7
8
9
10
11
12
BEGIN {
    use Test::More;
    eval "use Test::Compile 0.08";
    Test::More->builder->BAIL_OUT(
        "Test::Compile 0.08 required for testing compilation") if $@;
    all_pm_files_ok();
}
 
eval { require 'DBIx::TxnInsert' };
diag( "Testing DBICx::TxnInsert $DBICx::TxnInsert::VERSION, Perl $], $^X" );

 view all matches for this distribution




Data-Apache-mod_status

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

4
5
6
7
8
9
eval "use Test::Compile 0.08";
plan skip_all => "Test::Compile 0.08 required for testing compilation"
    if $@;
 
my @pmdirs = qw(lib blib sbin bin);
all_pm_files_ok(all_pm_files(@pmdirs));

 view all matches for this distribution


Debian-Apt-PM

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

4
5
6
7
8
9
eval "use Test::Compile 0.08";
plan skip_all => "Test::Compile 0.08 required for testing compilation"
    if $@;
 
my @pmdirs = qw(lib blib sbin bin);
all_pm_files_ok(all_pm_files(@pmdirs));

 view all matches for this distribution


File-Find-Age

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

4
5
6
7
8
9
eval "use Test::Compile 0.08";
plan skip_all => "Test::Compile 0.08 required for testing compilation"
    if $@;
 
my @pmdirs = qw(lib blib sbin bin);
all_pm_files_ok(all_pm_files(@pmdirs));

 view all matches for this distribution


FileHandle-Unget

 view release on metacpan or  search on metacpan

inc/Module/Install/StandardTests.pm  view on Meta::CPAN

72
73
74
75
76
77
78
79
80
        BEGIN {
            use Test::More;
            eval "use Test::Compile";
            Test::More->builder->BAIL_OUT(
                "Test::Compile required for testing compilation") if $@;
            all_pm_files_ok();
        }
    /);
}

 view all matches for this distribution


FusionInventory-Agent

 view release on metacpan or  search on metacpan

t/01compile.t  view on Meta::CPAN

20
21
22
23
24
25
26
27
28
29
30
}
 
# exclude linked modules
my @files = grep { filter($_) } Test::Compile::all_pm_files('lib');
 
Test::Compile::all_pm_files_ok(@files);
 
# filename-based filter
sub filter {
 
    if (!$Config{usethreads} || $Config{usethreads} ne 'define') {

 view all matches for this distribution


Getargs-Long

 view release on metacpan or  search on metacpan

inc/Module/Install/StandardTests.pm  view on Meta::CPAN

72
73
74
75
76
77
78
79
80
        BEGIN {
            use Test::More;
            eval "use Test::Compile";
            Test::More->builder->BAIL_OUT(
                "Test::Compile required for testing compilation") if $@;
            all_pm_files_ok();
        }
    /);
}

 view all matches for this distribution


HTTP-DAV-Browse

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

4
5
6
7
8
9
eval "use Test::Compile 0.08";
plan skip_all => "Test::Compile 0.08 required for testing compilation"
    if $@;
 
my @pmdirs = qw(lib blib sbin bin);
all_pm_files_ok(all_pm_files(@pmdirs));

 view all matches for this distribution



Ham-ADIF

 view release on metacpan or  search on metacpan

t/dist/compile-pm.t  view on Meta::CPAN

20
21
22
23
24
25
26
27
28
if($EVAL_ERROR) {
  plan skip_all => 'Test::Compile not installed';
} else {
  Test::Compile->import;
  all_pm_files_ok(all_pm_files(qw(blib)));
}
 
1;

 view all matches for this distribution


Ham-DXCC

 view release on metacpan or  search on metacpan

t/00-compile-pm.t  view on Meta::CPAN

20
21
22
23
24
25
26
27
28
if($EVAL_ERROR) {
  plan skip_all => 'Test::Compile not installed';
} else {
  Test::Compile->import;
  all_pm_files_ok(all_pm_files(qw(blib)));
}
 
1;

 view all matches for this distribution


Ham-IOTA

 view release on metacpan or  search on metacpan

t/00-compile-pm.t  view on Meta::CPAN

20
21
22
23
24
25
26
27
28
if($EVAL_ERROR) {
  plan skip_all => 'Test::Compile not installed';
} else {
  Test::Compile->import;
  all_pm_files_ok(all_pm_files(qw(blib)));
}
 
1;

 view all matches for this distribution


Lua-API

 view release on metacpan or  search on metacpan

t/000_standard__compile.t  view on Meta::CPAN

6
7
8
9
10
11
12
13
BEGIN {
    use Test::More;
    eval "use Test::Compile";
    Test::More->builder->BAIL_OUT(
        "Test::Compile required for testing compilation") if $@;
    all_pm_files_ok();
}
    

 view all matches for this distribution


Mail-Mbox-MessageParser

 view release on metacpan or  search on metacpan

inc/Module/Install/StandardTests.pm  view on Meta::CPAN

72
73
74
75
76
77
78
79
80
        BEGIN {
            use Test::More;
            eval "use Test::Compile";
            Test::More->builder->BAIL_OUT(
                "Test::Compile required for testing compilation") if $@;
            all_pm_files_ok();
        }
    /);
}

 view all matches for this distribution


Module-Build-SysPath

 view release on metacpan or  search on metacpan

t/00_compile.t  view on Meta::CPAN

4
5
6
7
8
9
eval "use Test::Compile 0.08";
plan skip_all => "Test::Compile 0.08 required for testing compilation"
    if $@;
 
my @pmdirs = qw(lib blib sbin bin);
all_pm_files_ok(all_pm_files(@pmdirs));

 view all matches for this distribution


( run in 0.454 second using v1.01-cache-2.11-cpan-05444aca049 )