X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fpod2x;h=6b7153f9676211a149d3b52b07069fbcf4c6c6dc;hb=1d920e3661c29398763d05c82bbe3a493a19fbae;hp=741b78460413a39d9fc094246e5703a21830468b;hpb=003b2d1320abf9ec909f9bbabe7737328fe8fcb2;p=freeside.git diff --git a/bin/pod2x b/bin/pod2x index 741b78460..6b7153f96 100755 --- a/bin/pod2x +++ b/bin/pod2x @@ -59,7 +59,7 @@ foreach my $file ( } my $mvs = WWW::Mediawiki::Client->new( - 'host' => 'www.sisd.com', + 'host' => 'www.freeside.biz', 'wiki_path' => 'mediawiki/index.php', 'username' => $mw_username, 'password' => $mw_password, @@ -72,7 +72,7 @@ my @files; if ( @ARGV ) { @files = @ARGV; } else { - @files = + @files = ( glob("$site_perl/*.pm"), glob("$site_perl/*/*.pm"), glob("$site_perl/*/*/*.pm"), @@ -80,7 +80,8 @@ if ( @ARGV ) { glob("$site_perl/bin/*.pod"), glob("./fs_selfservice/FS-SelfService/*.pm"), glob("./fs_selfservice/FS-SelfService/*/*.pm"), - ; + ); + } foreach my $file (@files) {