From: ivan Date: Thu, 4 Oct 2007 02:22:43 +0000 (+0000) Subject: fix FS::SelfService::XMLRPC pod generation X-Git-Tag: freeside_1_7_3rc1~310 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d01b09eda207f22e2419551efb837dc3e9062397;p=freeside.git fix FS::SelfService::XMLRPC pod generation --- diff --git a/bin/pod2x b/bin/pod2x index c3e1b22ec..c145d90f3 100755 --- a/bin/pod2x +++ b/bin/pod2x @@ -32,6 +32,7 @@ foreach my $dir ( map "$html/$_", qw( bin FS FS/UI FS/part_export FS/part_pkg FS/ClientAPI FS/Cron FS/Misc FS/Report FS/Report/Table FS/TicketSystem FS/UI + FS/SelfService ) ) { -d $dir or mkdir $dir;