Scalar-Validation version 0.700
==============================

PQL::Cache - A mini in memory database using pure perl and PQL -
PerlQueryLanguage - to store hashes and objects.

It can be dumped and saved into a single file, like a simple hash
containing objects.

PQL is similar to DBIx::Class API, so switching to DBIx and SQL
databases is possible.

It uses pure Perl (no compilation needed), so you can run it from a
USB stick.

Using of object get-subs for column values waits for implementation.
Currently only direct access per hash key is supported.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Carp

COPYRIGHT AND LICENCE

Copyright (c) 2014 by Ralf Peine, Germany.  All rights reserved.

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

DISCLAIMER OF WARRANTY

This library is distributed in the hope that it will be useful,
but without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.