Query: tangram::core
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Tangram::Core(3pm) User Contributed Perl Documentation Tangram::Core(3pm)NAMETangram::Core - import core Tangram modulesSYNOPSISuse Tangram::Core; # use additional types, e.g.: use Tangram::Type::Array::FromMany; use Tangram::Type::Set::FromOne;DESCRIPTIONThis module imports only the parts of Tangram that are thought to be essential to any app. This includes: Schema, Storage, Cursor, Expr, Scalar and Ref. None of the modules that map collections (Array, Hash, Set and their intrusive variants) are imported. Neither is Deploy. Tangram::Core allows you to reduce script startup time (and executable size when perlcc can handle Tangram) by importing only what you really need. It also makes it possible to add new mappings to Tangram without penalizing apps that don't need them. perl v5.8.8 2006-03-29 Tangram::Core(3pm)