Download List

Project Description

SPOPS (Simple Perl Object Persistence w/ Security) is a robust and powerful
Perl module that allows you to serialize objects. It is unique in that it also
allows you to apply security to these objects using a fairly simple but
powerful scheme of users and groups. It's also unique in that for most
objects, you will not need to write any code. All you need is a fairly simple
configuration file, and you can have a class for your object ready to go, right
out of thin air.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-02-23 23:54
0.57

Oracle is now supported as a datasource. The embeddable database, SQLite, is
also supported. Minor bugfixes were made to the test suite and other areas.
Tags: Stable, Minor feature enhancements

2002-01-22 07:13
0.56

An overhauled error reporting system using simple exception objects in favor of the previous method (this change is fully backwards-compatible), including class factory behaviors so you can embed DBI/LDAP connection info in your object configuration (which makes it easier to write one-off data munging scripts).
Tags: Stable, Minor feature enhancements

2001-12-31 11:12
0.55

Import/export capabilities were added to SPOPS (you can import from a serialized Perl data structure, and export to that data structure). XML and SQL statements, and key generation using UUIDs were also added.
Tags: Stable, Minor feature enhancements

2001-11-30 18:53
0.54

Multiple field primary keys can now be used with DBI data sources, and sample rules to make objects read-only and perform automatic UTF8 conversion have been included.
Tags: Stable, Minor feature enhancements

2001-10-26 09:40
0.52

A bugfix has been made in the class factory code (rules were not found properly), and features have been enhanced for using multiple data sources with LDAP objects.
Tags: Stable, Minor bugfixes

Project Resources