no sense looking in the Help and i18n for POD
This commit is contained in:
parent
d9fc434a78
commit
d0624b7cf9
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ if ($numFailedModules) {
|
|||
|
||||
#----------------------------------------
|
||||
sub getWebGUIModules {
|
||||
if ($File::Find::name =~ m#/(?:Help|i18n)/?$#) {
|
||||
$File::Find::prune=1;
|
||||
return;
|
||||
}
|
||||
push( @modules, $File::Find::name ) if /\.pm$/;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue