Class::Tangram version 1.04 ============================ Class::Tangram serves to provide a base class for deriving Tangram objects from. In some ways, it is similar to Class::Contract, but it allows finer-grained specification of the types of attributes. This is particularly useful if you are using Tangram, but consider it an "alternate approach" to Class::Contract, that supports persistence without using Data::Dumper/Storable. If you want to know what this is all about, first go to Sound Object Logic's web site at http://www.tangram-persistence.org/, and read the "Guided Tour" of Tangram. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires Set::Object 1.02 or higher. You may also want to install Tangram 2.03 or later. COPYRIGHT AND LICENCE Copyright (C) 2001 Sam Vilain. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License