[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at pub.open-bio.org
Fri Jul 18 21:44:55 UTC 2003
mwilkinson
Fri Jul 18 17:44:55 EDT 2003
Update of /home/repository/moby/moby-live/Perl/MOBY/Client
In directory pub.open-bio.org:/tmp/cvs-serv20191/Perl/MOBY/Client
Modified Files:
Central.html Central.pm
Log Message:
fixed documentation error on DUMP
moby-live/Perl/MOBY/Client Central.html,1.8,1.9 Central.pm,1.43,1.44
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/Central.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- /home/repository/moby/moby-live/Perl/MOBY/Client/Central.html 2003/07/11 21:57:43 1.8
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/Central.html 2003/07/18 21:44:55 1.9
@@ -390,7 +390,7 @@
<h2><a name="dump">DUMP</a></h2>
<pre>
Title : DUMP
- Usage : $objects = $MOBY->DUMP(['registry'])
+ Usage : ($mobycentral, $mobyobject, $mobyservice, $mobynamespace, $mobyrelationship) = $MOBY->DUMP(['registry'])
Function : DUMP the mysql for the current MOBY Central database
Returns : text
Args : $reg - name of MOBY Central you want to use if not default</pre>
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm 2003/07/11 21:57:43 1.43
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm 2003/07/18 21:44:55 1.44
@@ -1263,7 +1263,7 @@
Title : DUMP
- Usage : $objects = $MOBY->DUMP(['registry'])
+ Usage : ($mobycentral, $mobyobject, $mobyservice, $mobynamespace, $mobyrelationship) = $MOBY->DUMP(['registry'])
Function : DUMP the mysql for the current MOBY Central database
Returns : text
Args : $reg - name of MOBY Central you want to use if not default
@@ -1279,8 +1279,7 @@
$reg =$reg?$reg:$self->default_MOBY_servername;
return undef unless ($self->SOAP_connection($reg));
- my $return = $self->SOAP_connection($reg)->call('DUMP')->paramsall;
- return $return;
+ return $self->SOAP_connection($reg)->call('DUMP')->paramsall;
}
sub _parseServices {
More information about the MOBY-guts
mailing list