[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Wed Jun 4 16:14:32 UTC 2008
kawas
Wed Jun 4 12:14:31 EDT 2008
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache
In directory dev.open-bio.org:/tmp/cvs-serv1839/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache
Modified Files:
Central.pm
Log Message:
changed '+' to '.' in string append situations.
moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache Central.pm,1.6,1.7
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache/Central.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache/Central.pm 2008/05/09 20:21:48 1.6
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/lib/MOSES/MOBY/Cache/Central.pm 2008/06/04 16:14:31 1.7
@@ -318,7 +318,7 @@
sub {
my $soap = shift;
my $res = shift;
- $self->throw ("There was a problem calling the registry: " . $self->_endpoint . "\@ " . $self->_namespace . ".\n" + $res);
+ $self->throw ("There was a problem calling the registry: " . $self->_endpoint . "\@ " . $self->_namespace . ".\n" . $res);
}
);
@@ -422,7 +422,7 @@
sub {
my $soap = shift;
my $res = shift;
- $self->throw ("There was a problem calling the registry: " . $self->_endpoint . "\@ " . $self->_namespace . ".\n" + $res);
+ $self->throw ("There was a problem calling the registry: " . $self->_endpoint . "\@ " . $self->_namespace . ".\n" . $res);
}
);
More information about the MOBY-guts
mailing list