[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Fri Oct 16 15:51:45 UTC 2009


kawas
Fri Oct 16 11:51:45 EDT 2009
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY
In directory dev.open-bio.org:/tmp/cvs-serv24672/MOSES-MOBY

Modified Files:
	META.yml Changes Makefile.PL 
Log Message:
updated Changes to reflect the current state of the module. Updated the makefile and META to provide a new version for MOSES (for down the road when i create a cpan update)
moby-live/Perl/MOSES-MOBY META.yml,1.8,1.9 Changes,1.21,1.22 Makefile.PL,1.21,1.22
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/META.yml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/META.yml	2009/04/20 14:32:26	1.8
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/META.yml	2009/10/16 15:51:45	1.9
@@ -39,5 +39,5 @@
   Want: 0.18
   WSRF::Lite: 0.8.2.5
   XML::LibXML: 1.62
-version: 0.90
+version: 0.93
 

===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/Changes,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/Changes	2009/10/13 15:33:24	1.21
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/Changes	2009/10/16 15:51:45	1.22
@@ -1,5 +1,16 @@
 Revision history for Perl extension MOSES::MOBY.
 
+0.93
+
+    Changes:
+    - Bug fix: moses-testing-service.pl when 
+      polling async services, didn't actually
+      poll correctly if you had multiple query
+      IDs for a single service invocation ID.
+      The first queryID was polled and when
+      it completed, the script assumed all of
+      the invocations were completed.
+
 0.92 Oct 13, 2009
     *** Notes for this release ***
         The service template has been updated.

===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/Makefile.PL,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/Makefile.PL	2009/10/13 15:38:10	1.21
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/Makefile.PL	2009/10/16 15:51:45	1.22
@@ -6,7 +6,7 @@
     
 	# Define metadata
 	name 'MOSES-MOBY';
-	version '0.92';
+	version '0.93';
 	license 'perl';
 	abstract
 'This distribution aids in the creation of BioMOBY perl based web services.';




More information about the MOBY-guts mailing list