Condensation version 0.07
=========================

This module implements a single-threaded version of the Condensation
data system. It comes with backends for local folders and HTTP.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires the following Perl modules:
    Inline::C (libinline-c-perl)
    HTTP::Server::Simple (libhttp-server-simple-perl)
    LWP::UserAgent (libwww-perl)
    Carp::Always (libcarp-always-perl)

COPYRIGHT AND LICENCE

Copyright (C) 2013-2015 by Thomas Lochmatter

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.20.1 or,
at your option, any later version of Perl 5 you may have available.
