https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8088
--- Comment #6 from Sidney Markowitz <sid...@sidney.com> --- I found the difference. t/perlcritic.pl has the line Test::Perl::Critic->import( -profile => "../t/log/perlcritic.rc" ); which apparently causes the compiler to complete importing things from Test::Perl::Critic before the next line is compiled. If in t/podchecker.pl I say Test::Pod::all_pod_files_ok instead of just all_pod_files_ok then it works with require instead of use. However, since what is committed works there is no reason to change anything. -- You are receiving this mail because: You are the assignee for the bug.