[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Tue Feb 6 18:04:48 UTC 2007
kawas
Tue Feb 6 13:04:48 EST 2007
Update of /home/repository/moby/moby-live/Perl/MOBY
In directory dev.open-bio.org:/tmp/cvs-serv18823
Modified Files:
Central.pm
Log Message:
there were 2 return statements in doAsyncWSDL... with one of them missing a semi-colon!
moby-live/Perl/MOBY Central.pm,1.278,1.279
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Central.pm,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- /home/repository/moby/moby-live/Perl/MOBY/Central.pm 2007/02/06 02:53:11 1.278
+++ /home/repository/moby/moby-live/Perl/MOBY/Central.pm 2007/02/06 18:04:48 1.279
@@ -3287,7 +3287,6 @@
$wsdl =~s/\<\!\-\-\s*MOBY__SERVICE__DESCRIPTION\s*\-\-\>/Authority: $AuthURI - $desc/g; # add a sensible description
$wsdl =~ s/MOBY__SERVICE__URL/$URL/g; # the URL to the service
$wsdl =~ s/MOBY__SERVICE__NAME/$serviceName/g; # finally replace the actual subroutine call
- return $wsdl
return $wsdl;
}
More information about the MOBY-guts
mailing list