[MOBY-guts] biomoby commit
Frank Gibbons
fgibbons at pub.open-bio.org
Wed Nov 16 14:51:49 UTC 2005
fgibbons
Wed Nov 16 09:51:48 EST 2005
Update of /home/repository/moby/moby-live/Perl/MOBY
In directory pub.open-bio.org:/tmp/cvs-serv3327
Modified Files:
CommonSubs.pm
Log Message:
- Ooops! EXPORT_OK contained 'collectionResponse' when it should have had 'complexResponse'
moby-live/Perl/MOBY CommonSubs.pm,1.70,1.71
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/CommonSubs.pm,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- /home/repository/moby/moby-live/Perl/MOBY/CommonSubs.pm 2005/09/30 23:23:13 1.70
+++ /home/repository/moby/moby-live/Perl/MOBY/CommonSubs.pm 2005/11/16 14:51:48 1.71
@@ -206,7 +206,7 @@
);# complexResponse is *not* here, but is in @EXPORT_OK
-our @EXPORT_OK = ("collectionResponse", @{$EXPORT_TAGS{'all'}});
+our @EXPORT_OK = ("complexResponse", @{$EXPORT_TAGS{'all'}});
=head2 genericServiceInputParser
More information about the MOBY-guts
mailing list