Output PODs in sorted order
1 test was undeclared in Utility.t
This commit is contained in:
parent
604c9dadcd
commit
9c1c0fa576
2 changed files with 2 additions and 2 deletions
2
t/POD.t
2
t/POD.t
|
|
@ -27,7 +27,7 @@ find(\&countModules, "../lib/WebGUI");
|
|||
my $moduleCount = scalar(@modules);
|
||||
diag("Planning on running $moduleCount tests\n");
|
||||
plan tests => $moduleCount;
|
||||
foreach my $package (@modules) {
|
||||
foreach my $package (sort @modules) {
|
||||
my $pc = Pod::Coverage->new(package=>$package);
|
||||
ok($pc->coverage, $package);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue