CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <[EMAIL PROTECTED]> 05/09/11 15:41:38
Modified files:
utils : campaigns_client.pl
Log message:
make client a real script for us Unix-y types
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/utils/campaigns_client.pl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: wesnoth/utils/campaigns_client.pl
diff -u wesnoth/utils/campaigns_client.pl:1.1
wesnoth/utils/campaigns_client.pl:1.2
--- wesnoth/utils/campaigns_client.pl:1.1 Sat Jul 23 01:59:32 2005
+++ wesnoth/utils/campaigns_client.pl Sun Sep 11 15:41:38 2005
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
use wml;
use wml_net;
use strict;