MOSES-MOBY version .80
======================

OVERVIEW

Perl Moses is a generator of Perl code - but this 
code does not need to be always stored in files, 
it can be generated on-the-fly every time a 
service is called. Also, there are up to four 
things to be generated: objects representing
BioMoby data types, classes establishing bases 
for services, empty (but working) service
implementation modules, and cgi-bin scripts,
the entry points to BioMoby services.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

GETTING STARTED

The module MOSES::MOBY has extensive documentation to
get you started and we suggest that you go there first!

DEPENDENCIES

This module requires these other modules and libraries:

Test::More
ExtUtils::MakeMaker
Carp
File::Spec
SOAP::Lite
XML::LibXML
Log::Log4perl
Template
Config::Simple
IO::Stringy
Unicode::String
File::HomeDir
File::ShareDir

COPYRIGHT AND LICENCE

Copyright (c) 2006 Martin Senger, Edward Kawas. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This software is provided "as is" without warranty of any kind.


