Author: coke
Date: Tue Sep 20 18:06:48 2005
New Revision: 9225
Modified:
branches/leo-ctx5/util/smokeserv-client.pl
Log:
update the smoke server host.
Modified: branches/leo-ctx5/util/smokeserv-client.pl
==============================================================================
--- branches/leo-ctx5/util/smokeserv-client.pl (original)
+++ branches/leo-ctx5/util/smokeserv-client.pl Tue Sep 20 18:06:48 2005
@@ -13,7 +13,7 @@ our $compress = sub { return };
GetOptions(
"smokeserv=s" =>
- \(my $smokeserv = "http://www.woobling.org:8080/"),
+ \(my $smokeserv = "http://smoke.parrotcode.org/smoke/"),
"help" => \&usage,
"compress|c!" => \(my $compression_wanted = 1),
"version" => sub { print "smokeserv-client.pl v" . VERSION . "\n"; exit
},