Check all the module namespaces for POD.
This commit is contained in:
parent
741fc64d63
commit
cf22fc848c
1 changed files with 1 additions and 1 deletions
2
t/POD.t
2
t/POD.t
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue