I was getting an error while trying make a distribution of another
module (CGI::Application::Dispatch 2.0_05) that optionally uses
Apache::Test.
Checking whether your kit is complete...
Looks good
Can't locate object method "verbose" via package "Apache::TestMB" at
/usr/home/exbiblio/lib/i386-freebsd/Apache/TestMB.pm line 168.
Couldn't run Build.PL: at
/usr/local/lib/perl5/site_perl/5.8.0/Module/Build/Compat.pm line 109.
Despite a successful make and make install I learned the problem was
related to the version of Module::Build on the server (0.18). When I
upgraded to the latest version this went away.