[MOBY-guts] biomoby commit
    Mark Wilkinson 
    mwilkinson at dev.open-bio.org
       
    Wed Feb  7 00:07:11 UTC 2007
    
    
  
mwilkinson
Tue Feb  6 19:07:11 EST 2007
Update of /home/repository/moby/moby-live/Perl/MOBY/Client
In directory dev.open-bio.org:/tmp/cvs-serv19691/MOBY/Client
Modified Files:
	Central.pm 
Log Message:
removing WSRF dependencies for the time being to silence CRON reports from the auto documentation update on Biomoby.org.  I'll put them back in when Chris has installed the various Perl modules from CPAN.
moby-live/Perl/MOBY/Client Central.pm,1.144,1.145
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm	2007/02/01 14:14:11	1.144
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm	2007/02/07 00:07:11	1.145
@@ -1939,7 +1939,7 @@
 			for my $in ( 1 .. $xPuts->size() ) {
 				my $current = $xPuts->get_node($in);
 				foreach my $child ( $current->childNodes )
-				{    # child nodes will be either "Simple" or "Complex" tagnames
+				{    # child nodes will be either "Simple" or "Collection" tagnames
 					next unless $child->nodeType == ELEMENT_NODE;
 					my $THIS;
 					if ( $child->nodeName eq "Simple" ) {
    
    
More information about the MOBY-guts
mailing list