https://github.com/zostay/repository-simple
A hierarchical repository in Perl
https://github.com/zostay/repository-simple
Last synced: 7 months ago
JSON representation
A hierarchical repository in Perl
- Host: GitHub
- URL: https://github.com/zostay/repository-simple
- Owner: zostay
- Created: 2011-10-20T03:18:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-20T03:25:29.000Z (over 14 years ago)
- Last Synced: 2024-12-29T10:29:19.719Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 266 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Repository::Simple
==================
Andrew Sterling Hanenkamp,
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.