[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at dev.open-bio.org
Tue Jan 30 00:32:54 UTC 2007
mwilkinson
Mon Jan 29 19:32:54 EST 2007
Update of /home/repository/moby/moby-live/Perl/MOBY/Client
In directory dev.open-bio.org:/tmp/cvs-serv32651/MOBY/Client
Modified Files:
Central.pm
Log Message:
remove default value of authoritative for MOBY::Client::Service
moby-live/Perl/MOBY/Client Central.pm,1.141,1.142
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm 2007/01/26 23:46:26 1.141
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm 2007/01/30 00:32:54 1.142
@@ -975,7 +975,7 @@
my $reg = ( $a{Registry} ) ? $a{Registry} : $self->default_MOBY_servername;
my $id = $a{'serviceID'};
my $servicename = $a{'serviceName'} || "";
- my $authoritative = $a{'authoritative'} || 0;
+ my $authoritative = $a{'authoritative'} || "";
my $serviceType = $a{'serviceType'} || "";
my $authURI = $a{'authURI'} || "";
my $category = $a{'category'} || "";
More information about the MOBY-guts
mailing list