| This Release | UR-0.38.1 | [Download] [Browse] | 29 Mar 2012 ** UNAUTHORIZED RELEASE ** | ||||
| Other Releases | |||||||
| Links | [ Discussion Forum ] [ View/Report Bugs ] [ Dependencies ] [ Other Tools ] | ||||||
| CPAN Testers | PASS (220) FAIL (82) UNKNOWN (1) [ View Reports ] [ Perl/Platform Version Matrix ] | ||||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| ||||||
| License | The Perl 5 License (Artistic 1 & GPL 1) | ||||||
| Special Files |
|
||||||
| Command | 0.38 | ||
| Command::DynamicSubCommands | auto-generate sub-commands based on other classes | ||
| Command::SubCommandFactory | |||
| Command::Test | |||
| Command::Test::Echo | |||
| Command::Test::Tree1 | |||
| Command::Test::Tree1::Echo1 | |||
| Command::Test::Tree1::Echo2 | |||
| Command::Tree | base class for commands which delegate to a list of sub-commands | 0.38 | |
| Command::V1 | base class for modules implementing the command pattern | 0.38 | |
| Command::V2 | base class for modules implementing the command pattern | 0.38 | |
| DB | UNAUTHORIZED | ||
| Devel::callsfrom | |||
| My::TAP::Parser::Iterator::Process::LSF | |||
| My::TAP::Parser::IteratorFactory::LSF | |||
| My::TAP::Parser::Multiplexer | |||
| My::TAP::Parser::Scheduler | |||
| My::TAP::Parser::Timer | test run - run one or more test scripts | ||
| UR | rich declarative transactional objects | 0.38 | |
| UR::All | 0.38 | ||
| UR::BoolExpr | a "where clause" for objects | 0.38 | |
| UR::BoolExpr::BxParser | |||
| UR::BoolExpr::Parser::ParseYappDriver | 1.05 | ||
| UR::BoolExpr::Template | a UR::BoolExpr minus specific values | 0.38 | |
| UR::BoolExpr::Template::And | a rule which is true if ALL the underlying conditions are true | 0.38 | |
| UR::BoolExpr::Template::Composite | an "and" or "or" rule | 0.38 | |
| UR::BoolExpr::Template::Or | a rule which is true if ANY of the underlying conditions are true | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison | implements logic for rules with a logic_type of "PropertyComparison" | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::Between | perform a 'between' test | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::Equals | perform a strictly equals test | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::False | evaluates to true if the property's value is false | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::GreaterOrEqual | perform a greater than or equal test | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::GreaterThan | perform a greater than test | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::In | perform an In test | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::LessOrEqual | perform a less than or equal test | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::LessThan | perform a less than test | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::Like | perform an SQL-ish like test | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::Matches | perform a Perl regular expression match | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::NotEqual | perform a not-equal test | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::NotIn | perform a negated In comparison | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::NotLike | perform a negated SQL-ish like test | 0.38 | |
| UR::BoolExpr::Template::PropertyComparison::True | Evaluates to true if the property's value is true | 0.38 | |
| UR::BoolExpr::Util | non-OO module to collect utility functions used by the BoolExpr modules | 0.38 | |
| UR::Change | 0.38 | ||
| UR::Context | Manage the current state of the application | 0.38 | |
| UR::Context::DefaultRoot | The base context used when no special base context is specified | 0.38 | |
| UR::Context::LoadingIterator | 0.38 | ||
| UR::Context::ObjectFabricator | Track closures used to fabricate objects from data sources | 0.38 | |
| UR::Context::Process | Impliments a generic interface to the current application. | 0.38 | |
| UR::Context::Root | 0.38 | ||
| UR::Context::Transaction | API for software transactions | 0.38 | |
| UR::DBI | methods for interacting with a database. | 0.38 | |
| UR::DBI::Report | a database report interface | 0.38 | |
| UR::DBI::db | |||
| UR::DBI::st | |||
| UR::DataSource | manage the the relationship between objects and a specific storage system | 0.38 | |
| UR::DataSource::CSV | Parent class for data sources using DBD::CSV | 0.38 | |
| UR::DataSource::Code | 0.38 | ||
| UR::DataSource::Default | 0.38 | ||
| UR::DataSource::File | Parent class for file-based data sources | 0.38 | |
| UR::DataSource::FileMux | Parent class for datasources which can multiplex many files together | 0.38 | |
| UR::DataSource::Meta | Data source for the MetaDB | 0.38 | |
| UR::DataSource::MySQL | MySQL specific subclass of UR::DataSource::RDBMS | 0.38 | |
| UR::DataSource::Oracle | Oracle specific subclass of UR::DataSource::RDBMS | 0.38 | |
| UR::DataSource::Pg | PostgreSQL specific subclass of UR::DataSource::RDBMS | 0.38 | |
| UR::DataSource::QueryPlan | 0.38 | ||
| UR::DataSource::RDBMS | Abstract base class for RDBMS-type data sources | 0.38 | |
| UR::DataSource::RDBMS::BitmapIndex | metadata about a data source's bitmap indexes | 0.38 | |
| UR::DataSource::RDBMS::Entity | Parent class for all MetaDB-sourced classes | 0.38 | |
| UR::DataSource::RDBMS::FkConstraint | metadata about a data source's foreign keys | 0.38 | |
| UR::DataSource::RDBMS::FkConstraintColumn | metadata about a data source's foreign keys | 0.38 | |
| UR::DataSource::RDBMS::PkConstraintColumn | metadata about a data source's primary keys | 0.38 | |
| UR::DataSource::RDBMS::Table | Object-oriented class for RDBMS table objects. | 0.38 | |
| UR::DataSource::RDBMS::Table::View::Default::Text | View class for RDBMS table objects | 0.38 | |
| UR::DataSource::RDBMS::TableColumn | metadata about a data source's table's columns | 0.38 | |
| UR::DataSource::RDBMS::TableColumn::View::Default::Text | View class for RDBMS column objects | 0.38 | |
| UR::DataSource::RDBMS::UniqueConstraintColumn | metadata about a data source's unique constraints | 0.38 | |
| UR::DataSource::SQLite | base class for datasources using the SQLite3 RDBMS | 0.38 | |
| UR::DataSource::ValueDomain | 0.38 | ||
| UR::Debug | Controls for debugging behavior | 0.38 | |
| UR::DeletedRef | Represents an instance of a no-longer-existent object | 0.38 | |
| UR::Doc::Pod2Html | 0.38 | ||
| UR::Doc::Section | 0.38 | ||
| UR::Doc::Writer | 0.38 | ||
| UR::Doc::Writer::Html | 0.38 | ||
| UR::Doc::Writer::Pod | 0.38 | ||
| UR::Env::UR_COMMAND_DUMP_STATUS_MESSAGES | 0.38 | ||
| UR::Env::UR_CONTEXT_BASE | 0.38 | ||
| UR::Env::UR_CONTEXT_CACHE_SIZE_HIGHWATER | 0.38 | ||
| UR::Env::UR_CONTEXT_CACHE_SIZE_LOWWATER | 0.38 | ||
| UR::Env::UR_CONTEXT_LIBS | 0.38 | ||
| UR::Env::UR_CONTEXT_MONITOR_QUERY | 0.38 | ||
| UR::Env::UR_CONTEXT_ROOT | 0.38 | ||
| UR::Env::UR_DBI_DUMP_STACK_ON_CONNECT | 0.38 | ||
| UR::Env::UR_DBI_EXPLAIN_SQL_CALLSTACK | 0.38 | ||
| UR::Env::UR_DBI_EXPLAIN_SQL_IF | 0.38 | ||
| UR::Env::UR_DBI_EXPLAIN_SQL_MATCH | 0.38 | ||
| UR::Env::UR_DBI_EXPLAIN_SQL_SLOW | 0.38 | ||
| UR::Env::UR_DBI_MONITOR_DML | 0.38 | ||
| UR::Env::UR_DBI_MONITOR_EVERY_FETCH | 0.38 | ||
| UR::Env::UR_DBI_MONITOR_SQL | 0.38 | ||
| UR::Env::UR_DBI_NO_COMMIT | 0.38 | ||
| UR::Env::UR_DBI_SUMMARIZE_SQL | 0.38 | ||
| UR::Env::UR_DEBUG_OBJECT_PRUNING | 0.38 | ||
| UR::Env::UR_DEBUG_OBJECT_RELEASE | 0.38 | ||
| UR::Env::UR_IGNORE | 0.38 | ||
| UR::Env::UR_NO_REQUIRE_USER_VERIFY | 0.38 | ||
| UR::Env::UR_NR_CPU | 0.38 | ||
| UR::Env::UR_STACK_DUMP_ON_DIE | 0.38 | ||
| UR::Env::UR_STACK_DUMP_ON_WARN | 0.38 | ||
| UR::Env::UR_TEST_FILLDB | 0.38 | ||
| UR::Env::UR_TEST_QUIET | 0.38 | ||
| UR::Env::UR_USED_MODS | 0.38 | ||
| UR::Env::UR_USE_ANY | 0.38 | ||
| UR::Env::UR_USE_DUMMY_AUTOGENERATED_IDS | 0.38 | ||
| UR::Exit | methods to allow clean application exits. | 0.38 | |
| UR::ModuleBase | Methods common to all UR classes and object instances. | 0.38 | |
| UR::ModuleBase::Message | |||
| UR::ModuleBuild | a Module::Build subclass with UR extensions | ||
| UR::ModuleConfig | manage dynamic configuration of modules. | 0.38 | |
| UR::ModuleLoader | UR hooks into Class::Autouse | 0.38 | |
| UR::Namespace | Manage collections of packages and classes | 0.38 | |
| UR::Namespace::Command | 0.38 | ||
| UR::Namespace::Command::Base | Top-level Command module for the UR namespace commands | 0.38 | |
| UR::Namespace::Command::Define | 0.38 | ||
| UR::Namespace::Command::Define::Class | 0.38 | ||
| UR::Namespace::Command::Define::Datasource | 0.38 | ||
| UR::Namespace::Command::Define::Datasource::File | 0.38 | ||
| UR::Namespace::Command::Define::Datasource::Mysql | 0.38 | ||
| UR::Namespace::Command::Define::Datasource::Oracle | 0.38 | ||
| UR::Namespace::Command::Define::Datasource::Pg | 0.38 | ||
| UR::Namespace::Command::Define::Datasource::Rdbms | 0.38 | ||
| UR::Namespace::Command::Define::Datasource::RdbmsWithAuth | 0.38 | ||
| UR::Namespace::Command::Define::Datasource::Sqlite | 0.38 | ||
| UR::Namespace::Command::Define::Db | 0.38 | ||
| UR::Namespace::Command::Define::Namespace | 0.38 | ||
| UR::Namespace::Command::Describe | 0.38 | ||
| UR::Namespace::Command::Init | 0.38 | ||
| UR::Namespace::Command::List | 0.38 | ||
| UR::Namespace::Command::List::Classes | 0.38 | ||
| UR::Namespace::Command::List::Modules | 0.38 | ||
| UR::Namespace::Command::List::Objects | 0.38 | ||
| UR::Namespace::Command::Old | 0.38 | ||
| UR::Namespace::Command::Old::DiffRewrite | 0.38 | ||
| UR::Namespace::Command::Old::DiffUpdate | 0.38 | ||
| UR::Namespace::Command::Old::ExportDbicClasses | 0.38 | ||
| UR::Namespace::Command::Old::Info | 0.38 | ||
| UR::Namespace::Command::Old::Redescribe | 0.38 | ||
| UR::Namespace::Command::RunsOnModulesInTree | 0.38 | ||
| UR::Namespace::Command::Sys | 0.38 | ||
| UR::Namespace::Command::Sys::ClassBrowser | 0.38 | ||
| UR::Namespace::Command::Test | 0.38 | ||
| UR::Namespace::Command::Test::Callcount | test callcount - collect callcount data from running tests into one file | 0.38 | |
| UR::Namespace::Command::Test::Callcount::List | 0.38 | ||
| UR::Namespace::Command::Test::Compile | 0.38 | ||
| UR::Namespace::Command::Test::Eval | 0.38 | ||
| UR::Namespace::Command::Test::Run | 0.38 | ||
| UR::Namespace::Command::Test::TrackObjectRelease | 0.38 | ||
| UR::Namespace::Command::Test::Use | 0.38 | ||
| UR::Namespace::Command::Test::Window | 0.38 | ||
| UR::Namespace::Command::Test::Window::Tk | |||
| UR::Namespace::Command::Update | 0.38 | ||
| UR::Namespace::Command::Update::ClassDiagram | 0.38 | ||
| UR::Namespace::Command::Update::ClassesFromDb | 0.38 | ||
| UR::Namespace::Command::Update::Doc | 0.38 | ||
| UR::Namespace::Command::Update::Pod | 0.38 | ||
| UR::Namespace::Command::Update::RenameClass | 0.38 | ||
| UR::Namespace::Command::Update::RewriteClassHeader | 0.38 | ||
| UR::Namespace::Command::Update::SchemaDiagram | 0.38 | ||
| UR::Namespace::Command::Update::TabCompletionSpec | 0.38 | ||
| UR::Namespace::View::SchemaBrowser::CgiApp | View class for metadata via the browser namespace command | 0.38 | |
| UR::Namespace::View::SchemaBrowser::CgiApp::Base | 0.38 | ||
| UR::Namespace::View::SchemaBrowser::CgiApp::Class | 0.38 | ||
| UR::Namespace::View::SchemaBrowser::CgiApp::File | 0.38 | ||
| UR::Namespace::View::SchemaBrowser::CgiApp::Index | 0.38 | ||
| UR::Namespace::View::SchemaBrowser::CgiApp::Schema | 0.38 | ||
| UR::Object | transactional, queryable, process-independent entities | 0.38 | |
| UR::Object::Accessorized | 0.38 | ||
| UR::Object::Command::FetchAndDo | Base class for fetching objects and then performing a function on/with them. | 0.38 | |
| UR::Object::Command::List | Fetches and lists objects in different styles. | 0.38 | |
| UR::Object::Command::List::Csv | Fetches and lists objects in different styles. | ||
| UR::Object::Command::List::Html | |||
| UR::Object::Command::List::Newtext | |||
| UR::Object::Command::List::Pretty | |||
| UR::Object::Command::List::Style | 0.38 | ||
| UR::Object::Command::List::Text | |||
| UR::Object::Command::List::Xml | |||
| UR::Object::Ghost | Abstract class for representing deleted objects not yet committed | 0.38 | |
| UR::Object::Index | Indexing system for retrieving objects by non-id properties | 0.38 | |
| UR::Object::Iterator | API for iterating through objects matching a rule | 0.38 | |
| UR::Object::Join | 0.38 | ||
| UR::Object::Property | Class representing metadata about a class property | 0.38 | |
| UR::Object::Property::View::Default::Text | View class for UR::Object::Property | 0.38 | |
| UR::Object::Property::View::DescriptionLineItem::Text | View class for UR::Object::Property | 0.38 | |
| UR::Object::Property::View::ReferenceDescription::Text | View class for UR::Object::Property | 0.38 | |
| UR::Object::Set | 0.38 | ||
| UR::Object::Set::View::Default::Html | 0.31 | ||
| UR::Object::Set::View::Default::Json | 0.38 | ||
| UR::Object::Set::View::Default::Text | 0.31 | ||
| UR::Object::Set::View::Default::Xml | 0.38 | ||
| UR::Object::Tag | Transitory attribute tags for a UR::Object at a given time. | 0.38 | |
| UR::Object::Type | a meta-class for any class or primitive type | 0.38 | |
| UR::Object::Type::AccessorWriter | Helper module for UR::Object::Type responsible for creating accessors for properties | ||
| UR::Object::Type::AccessorWriter::Product | Implements a calculation accessor which multiplies the values of its properties | 0.38 | |
| UR::Object::Type::AccessorWriter::Sum | Implements a calculation accessor which sums the values of its properties | 0.38 | |
| UR::Object::Type::Initializer | Class definition syntax | ||
| UR::Object::Type::ModuleWriter | Helper module for UR::Object::Type responsible for writing Perl modules | ||
| UR::Object::Type::View::AvailableViews::Json | 0.38 | ||
| UR::Object::Type::View::AvailableViews::Xml | 0.38 | ||
| UR::Object::Type::View::Default::Text | View class for class metaobjects | 0.38 | |
| UR::Object::Type::View::Default::Xml | View class for class metaobjects | 0.38 | |
| UR::Object::Value | 0.38 | ||
| UR::Object::View | a base class for "views" of UR::Objects | 0.38 | |
| UR::Object::View::Aspect | a specification for one aspect of a view | 0.38 | |
| UR::Object::View::Default::Gtk | Gtk adaptor for object views | 0.38 | |
| UR::Object::View::Default::Gtk2 | Gtk2 adaptor for object views | 0.38 | |
| UR::Object::View::Default::Html | represent object state in HTML format | 0.38 | |
| UR::Object::View::Default::Json | 0.38 | ||
| UR::Object::View::Default::Text | object views in text format | 0.38 | |
| UR::Object::View::Default::Xml | represent object state in XML format | 0.38 | |
| UR::Object::View::Default::Xsl | base class for views which use XSL on an XML view to generate content | 0.38 | |
| UR::Object::View::Lister::Text | 0.38 | ||
| UR::Object::View::Static::Html | represent object state in HTML format | 0.38 | |
| UR::Object::View::Toolkit | 0.38 | ||
| UR::Object::View::Toolkit::Text | Declaration of Text as a View toolkit type | 0.38 | |
| UR::Observer | bind callbacks to object changes | 0.38 | |
| UR::Service::JsonRpcServer | A self-contained JSON-RPC server for UR namespaces | 0.38 | |
| UR::Service::RPC::Executer | Base class for modules implementing RPC executers | 0.38 | |
| UR::Service::RPC::Message | Serializable object appropriate for sending RPC messages | 0.38 | |
| UR::Service::RPC::Server | Class for implementing RPC servers | 0.38 | |
| UR::Service::RPC::TcpConnectionListener | 0.38 | ||
| UR::Singleton | Abstract class for implementing singleton objects | 0.38 | |
| UR::Test | 0.38 | ||
| UR::Util | Collection of utility subroutines and methods | 0.38 | |
| UR::Value | 0.38 | ||
| UR::Value::ARRAY | 0.38 | ||
| UR::Value::Blob | 0.38 | ||
| UR::Value::Boolean | 0.38 | ||
| UR::Value::CSV | 0.38 | ||
| UR::Value::DateTime | 0.38 | ||
| UR::Value::Decimal | 0.38 | ||
| UR::Value::DirectoryPath | 0.38 | ||
| UR::Value::FOF | 0.38 | ||
| UR::Value::FilePath | 0.38 | ||
| UR::Value::FilesystemPath | 0.38 | ||
| UR::Value::Float | 0.38 | ||
| UR::Value::HASH | 0.38 | ||
| UR::Value::Integer | 0.38 | ||
| UR::Value::Iterator | 0.38 | ||
| UR::Value::Number | 0.38 | ||
| UR::Value::PerlReference | 0.38 | ||
| UR::Value::SCALAR | 0.38 | ||
| UR::Value::Set | 0.38 | ||
| UR::Value::SloppyPrimitive | 0.38 | ||
| UR::Value::String | 0.38 | ||
| UR::Value::Text | 0.38 | ||
| UR::Value::Timestamp | 0.38 | ||
| UR::Value::URL | 0.38 | ||
| UR::Value::View::Default::Html | |||
| UR::Value::View::Default::Json | |||
| UR::Value::View::Default::Text | |||
| UR::Value::View::Default::Xml | |||
| UR::Vocabulary | 0.38 | ||
| above | auto "use lib" when a module is in the tree of the PWD | 0.02 | |
| class_name | 2 |
| UR::Env | Environment variables that control UR behavior   |
| UR::Manual | Short list of UR's documentation   |
| UR::Manual::Cookbook | Recepies for getting things working   |
| UR::Manual::Metadata | Overview of the metadata classes in UR   |
| UR::Manual::Overview | UR from Ten Thousand Feet   |
| UR::Manual::Presentation | Slides for a presenation on UR   |
| UR::Manual::SchemaDesign | Tips for designing an efficient schema for UR   |
| UR::Manual::Tutorial | Step-by-step guide to building a set of classes for a simple database schema   |
| UR::ObjectV001removed | restores changes removed in UR version 0.01   |
| UR::ObjectV04removed | restores changes removed in UR version 0.04   |
| ur | old redescribe - Outputs class description(s) formatted to the latest standard.   |