[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Wed Oct 7 15:40:24 UTC 2009


kawas
Wed Oct  7 11:40:24 EDT 2009
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY
In directory dev.open-bio.org:/tmp/cvs-serv10517/MOSES-MOBY

Modified Files:
	Changes Makefile.PL 
Log Message:
bug fix to fix warning when testing soapless service and the debug log setting.
moby-live/Perl/MOSES-MOBY Changes,1.17,1.18 Makefile.PL,1.19,1.20
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/Changes,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/Changes	2009/08/27 19:44:39	1.17
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/Changes	2009/10/07 15:40:24	1.18
@@ -1,5 +1,15 @@
 Revision history for Perl extension MOSES::MOBY.
 
+0.92
+    - Bug fix: Can't use string ("<moby:MOBY
+      xmlns:moby="http://ww") as a HASH ref while 
+      "strict refs" in use ... when testing CGI 
+      services.
+    - Bug fix: when namespace checking in our
+      service implementation, if no namespace
+      is passed, our code produces warnings ...
+      added check to ensure that namespace is
+      defined before checking. 
 0.91
 	- Updated the Makefile.PL to handle some missing 
 	  dependencies.

===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/Makefile.PL,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/Makefile.PL	2009/08/28 15:23:15	1.19
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/Makefile.PL	2009/10/07 15:40:24	1.20
@@ -6,7 +6,7 @@
     
 	# Define metadata
 	name 'MOSES-MOBY';
-	version '0.91';
+	version '0.92';
 	license 'perl';
 	abstract
 'This distribution aids in the creation of BioMOBY perl based web services.';




More information about the MOBY-guts mailing list