Check all the module namespaces for POD.

This commit is contained in:
Colin Kuskie 2010-09-22 13:53:44 -07:00
parent 741fc64d63
commit cf22fc848c

View file

@ -21,7 +21,7 @@ my $threshold = $ENV{POD_COVERAGE} == 2 ? 0.9999
: 0;
my @modules = ();
find(\&countModules, File::Spec->catdir( WebGUI::Test->lib, 'WebGUI' ) );
find(\&countModules, WebGUI::Test->lib );
my $moduleCount = scalar(@modules);
plan tests => $moduleCount;
use Data::Dumper;