Test-Apocalypse

 view release on metacpan or  search on metacpan

lib/Test/Apocalypse/Compile.pm  view on Meta::CPAN

$Test::Apocalypse::Compile::VERSION = '1.006';
BEGIN {
  $Test::Apocalypse::Compile::AUTHORITY = 'cpan:APOCAL';
}

# ABSTRACT: Plugin for Test::Compile

use Test::Compile 0.11;

sub do_test {
	all_pm_files_ok();

	return;
}

1;

__END__

=pod



( run in 0.348 second using v1.01-cache-2.11-cpan-4face438c0f )