diff options
-rwxr-xr-x | bin/pod2x | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ chomp( my $mw_password = `cat .mw-password` ); my $site_perl = "./FS"; #my $html = "Freeside:1.7:Documentation:Developer"; #my $html = "Freeside:1.9:Documentation:Developer"; -my $html = "Freeside:3:Documentation:Developer"; +my $html = "Freeside:4:Documentation:Developer"; foreach my $dir ( $html, |