diff --git a/dist.ini b/dist.ini index 80ec776..b3292b2 100644 --- a/dist.ini +++ b/dist.ini @@ -33,6 +33,8 @@ repository.type = git [CPANFile] [Git::Contributors] ; authordep Pod::Weaver::Section::Contributors +[Test::ReportPrereqs] +[Test::Compile] ; --- Repository management [Git::GatherDir] @@ -102,7 +104,6 @@ List::MoreUtils = 0 Throwable = 0 [Prereqs / TestRequires] -Test::Compile = 0 Test::More = 0 Test::Deep = 0 Test::Differences = 0 diff --git a/t/00_compile.t b/t/00_compile.t deleted file mode 100644 index 4b4e102..0000000 --- a/t/00_compile.t +++ /dev/null @@ -1,5 +0,0 @@ -use strict; -use warnings; -use Test::More; -use Test::Compile; -all_pm_files_ok();