Repository::Simple
==================

Andrew Sterling Hanenkamp, <hanenkamp@cpan.org>

This package is an attempt at creating a heirarchical database system similar to
Content Repository for Java API Specification (JSR 170), but without strictly
porting that standard. This system is written in pure Perl, but is meant to
provide an interface to low-level systems with very little effort.

If you are interested in learning more, the documentation in Repository::Simple
is the place to start. After installation, you can read it by running:

  perldoc Repository::Simple

or see the documentation online at:

  http://search.cpan.org/~hanenkamp/Repository-Simple/lib/Repository/Simple.pm

INSTALLATION

This module is Module::Build based:

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

COPYRIGHT AND LICENSE

Copyright 2006 Andrew Sterling Hanenkamp. All Rights Reserved.

This library is distributed and licensed under the same terms as Perl itself.