[MOBY-guts] biomoby commit

Eddie Kawas kawas at pub.open-bio.org
Wed Mar 22 01:22:37 UTC 2006


kawas
Tue Mar 21 20:22:37 EST 2006
Update of /home/repository/moby/moby-live/Perl/MOBY
In directory pub.open-bio.org:/tmp/cvs-serv3907

Modified Files:
	Central.pm 
Log Message:
a semi-colon was missing

moby-live/Perl/MOBY Central.pm,1.249,1.250
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Central.pm,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- /home/repository/moby/moby-live/Perl/MOBY/Central.pm	2006/03/22 01:12:02	1.249
+++ /home/repository/moby/moby-live/Perl/MOBY/Central.pm	2006/03/22 01:22:37	1.250
@@ -1240,7 +1240,7 @@
 			my $path = $conf->{mobycentral}->{rdfagent};
 			# PRE: $path = complete path to the run-RDFagent.bat or .sh file *AND* the agent is configured correctly
 			$signatureURL =~ s/\s+//g;
-			my $rez  = system("$path -url $signatureURL" )
+			my $rez  = system("$path -url $signatureURL" );
 			return &_success( "The RDFagent call was successful.",
 				"",""
 			  )




More information about the MOBY-guts mailing list