The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.03 - 2006-04-15

  • Added the Memory storage engine.
  • t/engine_memory.t: Added a test for Repository::Simple::Engine::Memory.
  • t/engine_file_system.t: Fixed one of the subtests which had the expected and got values mixed up.
  • lib/Repository/Simple/Engine/Memory.pm: Added a very simple engine for storing nodes and properties in transient pure-Perl memory structures.
  • lib/Repository/Simple/Engine/FileSystem.pm: Fixed a typo in the SYNOPSIS.

Documentation

Summary of the typing system

Modules

Simple heirarchical repository for Perl
Abstract base class for storage engines
Native file system repository storage
Transient repository storage in memory
Repository nodes
Repository properties
Types for content repository nodes
Types for repository properties
Abstract base class for value types
Simple "rs:scalar" value type
Utility methods shared by repository components
Tie interface to property values