Add AdSpace help.

Fix bad subroutine exit in label.t
Clone label.t to create setHelp.t, which checks that AdminConsole help topics resolve
Fix typo in AC help topic for InOutBoard
This commit is contained in:
Colin Kuskie 2006-05-12 04:12:01 +00:00
parent 23f39a65ab
commit f1d99a0af1
5 changed files with 118 additions and 2 deletions

View file

@ -131,7 +131,7 @@ sub label_finder_pm {
}
sub obj_finder_pm {
next unless /\.pm$/;
return unless /\.pm$/;
if ($File::Find::name =~ m#(?:Help|i18n)/?$#) {
warn "Pruned $File::Find::name\n";
$File::Find::prune=1;