[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Tue Jul 31 17:51:42 UTC 2007


kawas
Tue Jul 31 13:51:42 EDT 2007
Update of /home/repository/moby/moby-live/Java/src/Perl/MOSES/MOBY/Cache
In directory dev.open-bio.org:/tmp/cvs-serv10422/Java/src/Perl/MOSES/MOBY/Cache

Modified Files:
	Central.pm 
Log Message:
fixed the pod documentation

moby-live/Java/src/Perl/MOSES/MOBY/Cache Central.pm,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/Perl/MOSES/MOBY/Cache/Central.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Java/src/Perl/MOSES/MOBY/Cache/Central.pm	2007/07/24 22:25:40	1.4
+++ /home/repository/moby/moby-live/Java/src/Perl/MOSES/MOBY/Cache/Central.pm	2007/07/31 17:51:42	1.5
@@ -290,8 +290,9 @@
 cache that it finds.
 
 Throw an exception if any of the following occur:
-	* There is a SOAP error calling the registry
-	* There were write errors on the cache directory or its contents
+    * There is a SOAP error calling the registry
+    * There were write errors on the cache directory or its contents
+
 =cut
 
 sub create_datatype_cache {
@@ -360,9 +361,9 @@
 by relying on the LSID for the datatype.
 
 Throw an exception if any of the following occur:
-	* A cache to update doesn't exist
-	* There is a SOAP error calling the registry
-	* There were read/write errors on the cache directory or its contents
+    * A cache to update doesn't exist
+    * There is a SOAP error calling the registry
+    * There were read/write errors on the cache directory or its contents
 
 =cut
 
@@ -474,8 +475,8 @@
 cache that it finds.
 
 Throw an exception if any of the following occurs:
-	* A SOAP error as a result of calling the registry
-	* Problems writing to the cache directory
+    * A SOAP error as a result of calling the registry
+    * Problems writing to the cache directory
 
 =cut
 
@@ -758,7 +759,6 @@
 is defined by the C<cachedir> (and optionally by the C<registry>)
 parameters given in the constructor of this instance.
 
-
 =cut
 
 sub get_datatype_names {
@@ -823,6 +823,7 @@
 
 An argument is one or more data types (C<MOSES::MOBY::Def::DataType>) whose
 related data types are looked for.
+
 =cut
 
 sub get_related_types {
@@ -912,6 +913,7 @@
     @services = $cache->get_services ('samples.jmoby.net',
 				      qw ( HelloBiomobyWorld Mabuhay ));
 or
+    
     @services = $cache->get_services ('samples.jmoby.net', 'Mabuhay');
 
 =cut




More information about the MOBY-guts mailing list