[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Wed Nov 19 14:24:14 UTC 2008
kawas
Wed Nov 19 09:24:13 EST 2008
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY
In directory dev.open-bio.org:/tmp/cvs-serv9702/Perl/MOSES-MOBY
Modified Files:
Makefile.PL Changes
Log Message:
bug fix: when using service that consumes/outputs a primitive, certain 'use' statements are missing and service dies.
moby-live/Perl/MOSES-MOBY Makefile.PL,1.10,1.11 Changes,1.9,1.10
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/Makefile.PL,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/Makefile.PL 2008/11/06 18:32:33 1.10
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/Makefile.PL 2008/11/19 14:24:13 1.11
@@ -6,7 +6,7 @@
# Define metadata
name 'MOSES-MOBY';
- version '0.86';
+ version '0.87';
license 'perl';
abstract
'This distribution aids in the creation of BioMOBY perl based web services.';
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/Changes,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/Changes 2008/11/06 18:32:33 1.9
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/Changes 2008/11/19 14:24:13 1.10
@@ -20,6 +20,9 @@
- MOSES::MOBY::Cache::Registries::init used to do a file
read each time a new Registries object was instantiated.
Not the case anymore.
+ - fixed bug:
+ Services that consume/output primitives didn't have the
+ proper 'use' statements.
.86 Sun May 11
- fixed a bug in one of the test cases.
More information about the MOBY-guts
mailing list