Repository::Simple 0.06 review

Download
by rbytes.net on

Repository::Simple is a simple hierarchical repository for Perl. SYNOPSIS use Repository::Simple; my $repository = Repos

License: Perl Artistic License
File size: 33K
Developer: Andrew Sterling Hanenkamp
0 stars award from rbytes.net

Repository::Simple is a simple hierarchical repository for Perl.

SYNOPSIS

use Repository::Simple;

my $repository = Repository::Simple->attach(
FileSystem => root => /home/foo
);

NOTICE: This software is still in development and the interface WILL CHANGE.
This is the main module of a hierarchical repository system, which is loosely based upon the File::System module I've written combined with ideas from the JSR 170, a.k.a. Content Repository API for the Java API Specification.

The goal of this package is to provide a content repository system with a similar feature set. I think it would be a good goal to aim for loose compatibility, but it is not my intent to adhere to the strict letter of that standard.

Requirements:
Perl

Repository::Simple 0.06 search tags