The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for MOBY-Client

1.03
       * changes to makefile reflecting the cpan addition of wsrf
       * added MOBY/Async.pm to the module
       * added MOBY/Client/MobyUnitTest for unit testing our services.
       * RDF for service instances now includes unit test information if unit
	     test information is available for the service instance.
	   * fixed how references were created in MOBY::RDF::Ontologies::*
       
1.02   16 May 2008
	   * fixed bug in MOBY::Client::Central::DUMP that resulted
		 in an error ('Not an ARRAY reference at 
		 MOBY/Client/Central.pm line 1927') being raised.
		 Thanks to Pieter Neerincx for finding the bug and a
		 solution.
		  
	   * fixed bug that allowed service types to be registered 
		 with empty ISA relationships.
			  
	   * MOBY WSRF implementation was not WSRF compliant in some 
		 points, and the same happened with sample code. Both the 
		 libraries and the generated WSDL have been fixed.

1.01    5 March 2008
        * removed some failing pod tests
        * added some preliminary modules for parsing RDF (Namespaces/ServiceTypes). Others will follow

1.00    12 Feb 2008
        MOBY::Client released to CPAN