OVERVIEW

Perl SADI is a generator of Perl based SADI
web services (CGI based). This module
will hopefully help all those service providers
that have something to offer, but don't want to
get overwhelmed by the SADI services protocol.

Perl SADI takes care of all data marshalling and
un-marshalling, web service transporting, and much
more, leaving the service provider the sole task 
of providing the business logic for their service.

INSTALLATION

	To install this module type the following:
	
	   perl Makefile.PL
	   make
	   make test
	   make install

	To install this module on WinOS:
	
		perl Makefile.PL
		nmake
		nmake test
		nmake install
	
	If you have any problems installing prerequisite modules,
	you may find it easier to use ActiveStates ppm utility.

GETTING STARTED

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

DEPENDENCIES

This module requires these other modules and libraries:

Carp
CGI
PLUTO (derived from ODO)
File::Spec
Config::Simple
File::HomeDir
File::ShareDir
Log::Log4perl
HTTP::Date
Template
Params::Util
Class::Inspector
Unicode::String
IO::String
RDF::Core
Test::More
IO::Prompt - unless you are using Windows
Want - unless you are using Windows

COPYRIGHT AND LICENCE

Copyright (c) 2009 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.