Download Tangram

To use the latest release of Tangram, you will need:

  1. Perl, version 5.6.1, 5.8.1 or any later 5.8.x release1.
  2. A SQL database. Currently well supported are MySQL/MyISAM, MySQL/InnoDB, PostgreSQL, Oracle and SQLite. See Tangram::Dialect for the low-down.
  3. The Scalar::Util module (included with the standard Perl distribution with 5.8+)
  4. If you would like to represent date/time columns, install one of your choice of well-supported Date modules (ie, with a Tangram::Type class written for them): Date::Manip (also needed for the generic SQL driver [patches welcome]), Class::Date, DateTime or Time::Piece.
  5. The modules Tangram, Set::Object and optionally, Class::Tangram - either from CPAN, this web page, or perhaps supplied by your OS distribution of choice.

Production / Stable Releases

Filename Release Date Size notes
Tangram
Tangram-2.07.tar.gz 02 Feb 2009 107363 README, ChangeLog
Tangram-2.06.tar.gz 02 Feb 2009 98754 README, ChangeLog
Tangram-2.05.tar.gz 02 Feb 2009 96572 README, ChangeLog
Tangram-2.04.tar.gz 02 Feb 2009 89399 README, ChangeLog
Set::Object
Set-Object-1.08.tar.gz 02 Feb 2009 15137 README, ChangeLog
Set-Object-1.07.tar.gz 02 Feb 2009 16482 README, ChangeLog
Set-Object-1.06.tar.gz 02 Feb 2009 16391 README, ChangeLog
Set-Object-1.05.tar.gz 02 Feb 2009 16439 README, ChangeLog
Set-Object-1.04.tar.gz 02 Feb 2009 13460 README, ChangeLog
Set-Object-1.03a.tar.gz 02 Feb 2009 9367 README, ChangeLog
Set-Object-1.02.tar.gz 02 Feb 2009 7346 README, ChangeLog
Set-Object-1.01.tar.gz 02 Feb 2009 7227 README, ChangeLog
Set-Object-1.00.tar.gz 02 Feb 2009 6833 README, ChangeLog
Data::Lazy
Data-Lazy-0.6.tar.gz 02 Feb 2009 6872 README, ChangeLog

Development / Test Releases

Filename Release Date Size notes
Tangram
Tangram-2.07_07.tar.gz 02 Feb 2009 158128 README, ChangeLog
Tangram-2.07_06.tar.gz 02 Feb 2009 136714 README, ChangeLog
Tangram-2.07_05.tar.gz 02 Feb 2009 131099 README, ChangeLog
Tangram-2.07_04.tar.gz 02 Feb 2009 130877 README, ChangeLog
Tangram-2.07_03.tar.gz 02 Feb 2009 123506 README, ChangeLog
Set::Object
Set-Object-1.08_02.tar.gz 02 Feb 2009 21396 README, ChangeLog
Set-Object-1.08_01.tar.gz 02 Feb 2009 23114 README, ChangeLog
T2
T2-0.08.tar.gz 02 Feb 2009 33866 README, ChangeLog
T2-0.07.tar.gz 02 Feb 2009 33685 README, ChangeLog
T2-0.06.tar.gz 02 Feb 2009 34780 README, ChangeLog

Footnotes
  1. Version 2.05 of Tangram was known to work with Perl 5.005_03. Compatibility with this Perl version for later versions of Tangram will only be included if the person who wants it is willing to test and debug that platform.