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




Benchmark-Timer

 view release on metacpan or  search on metacpan

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

        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

use warnings;
use Test::More;
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

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

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

        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

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

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

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

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

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

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


Dancer-Plugin-EmailSender

 view release on metacpan or  search on metacpan

t/compile.t  view on Meta::CPAN

#!/usr/bin/perl

use Test::More;
use Test::Compile;

all_pm_files_ok || BAIL_OUT ("You've got compilation issues!");

 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

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

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

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

        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

}

# 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

        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

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


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


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


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

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

        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

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 1.393 second using v1.01-cache-2.11-cpan-4face438c0f )