App-prepare4release

 view release on metacpan or  search on metacpan

xt/author/compile.t  view on Meta::CPAN

#!perl
use strict;
use warnings;
use Test2::V1;
use Test2::Tools::Basic qw(skip_all);

BEGIN {
	eval {
		require Test::Compile;
		Test::Compile->import;
		1;
	} or skip_all 'Test::Compile is required for this author test';
}

all_pm_files_ok();



( run in 1.319 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )