From 821383d1b4dc45fa37c8ff651329b4855972ff29 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 7 Dec 2006 16:46:16 +0000 Subject: [PATCH] update pod2x for new self-service path --- bin/pod2x | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/pod2x b/bin/pod2x index 46ccc7743..1e11c5699 100755 --- a/bin/pod2x +++ b/bin/pod2x @@ -30,7 +30,8 @@ foreach my $file ( glob("$site_perl/*/*/*.pm"), glob("$site_perl/bin/*.pod"), glob("./fs_sesmon/FS-SessionClient/*.pm"), - glob("./fs_signup/FS-SignupClient/*.pm"), + #glob("./fs_signup/FS-SignupClient/*.pm"), + glob("./fs_selfservice/FS-SelfService/*.pm"), glob("./fs_selfadmin/FS-MailAdminServer/*.pm"), ) { next if $file =~ /(^|\/)blib\//; -- 2.11.0