[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at dev.open-bio.org
Mon Feb 5 21:17:18 UTC 2007


mwilkinson
Mon Feb  5 16:17:18 EST 2007
Update of /home/repository/moby/moby-live/Perl/scripts
In directory dev.open-bio.org:/tmp/cvs-serv15471/scripts

Modified Files:
	MOBY-Central.pl 
Log Message:
new Daemon code for MOBY Central
moby-live/Perl/scripts MOBY-Central.pl,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/scripts/MOBY-Central.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Perl/scripts/MOBY-Central.pl	2007/02/01 14:17:22	1.2
+++ /home/repository/moby/moby-live/Perl/scripts/MOBY-Central.pl	2007/02/05 21:17:18	1.3
@@ -1,13 +1,13 @@
-#!/usr/bin/perl -w
-# _________________________________________________________________
-
-
-use SOAP::Transport::HTTP;
-use MOBY::Central;
-use MOBY::SOAP::Serializer;
-
-my $x = new SOAP::Transport::HTTP::CGI;
-#$x->serializer(MOBY::SOAP::Serializer->new);
-$x->dispatch_to('/var/www/cgi-bin', 'MOBY::Central');
-$x->handle;
-
+#!/usr/bin/perl -w
+# _________________________________________________________________
+
+
+use SOAP::Transport::HTTP;
+use MOBY::Central;
+use MOBY::SOAP::Serializer;
+
+my $x = new SOAP::Transport::HTTP::CGI;
+$x->serializer(MOBY::SOAP::Serializer->new);
+$x->dispatch_to('/var/www/cgi-bin', 'MOBY::Central');
+$x->handle;
+




More information about the MOBY-guts mailing list