From 57c1735a5d78656a57bf30a4345714ad45cd546a Mon Sep 17 00:00:00 2001 From: Anthony Brummett Date: Fri, 28 Oct 2011 13:01:14 -0500 Subject: [PATCH] Update MANIFEST and META.yml for 0.35 --- MANIFEST | 28 +++- META.yml | 465 ++++++++++++++++++++++++++++--------------------------- 2 files changed, 264 insertions(+), 229 deletions(-) diff --git a/MANIFEST b/MANIFEST index 1f75550c..1b4ce4d4 100644 --- a/MANIFEST +++ b/MANIFEST @@ -14,6 +14,7 @@ lib/Command/Test/Tree1/Echo1.pm lib/Command/Test/Tree1/Echo2.pm lib/Command/Tree.pm lib/Command/V1.pm +lib/Command/V1.t lib/Command/V2.pm lib/Command/V2Deprecated.pm lib/Command/View/DocMethods.pm @@ -44,6 +45,7 @@ lib/UR/BoolExpr/Util.pm lib/UR/Change.pm lib/UR/Context.pm lib/UR/Context/DefaultRoot.pm +lib/UR/Context/ImportIterator.pm lib/UR/Context/LoadingIterator.pm lib/UR/Context/ObjectFabricator.pm lib/UR/Context/Process.pm @@ -81,6 +83,7 @@ lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm lib/UR/DataSource/SQLite.pm lib/UR/DataSource/ValueDomain.pm lib/UR/DBI.pm +lib/UR/DBI/Report.pm lib/UR/Debug.pm lib/UR/DeletedRef.pm lib/UR/Doc/Pod2Html.pm @@ -215,6 +218,7 @@ lib/UR/Object/Type/Initializer.pm lib/UR/Object/Type/Initializer.pod lib/UR/Object/Type/InternalAPI.pm lib/UR/Object/Type/ModuleWriter.pm +lib/UR/Object/Type/View/AvailableViews/Xml.pm lib/UR/Object/Type/View/Default/Text.pm lib/UR/Object/Type/View/Default/Xml.pm lib/UR/Object/Value.pm @@ -228,13 +232,13 @@ lib/UR/Object/View/Default/Text.pm lib/UR/Object/View/Default/Xml.pm lib/UR/Object/View/Default/Xsl.pm lib/UR/Object/View/Lister/Text.pm +lib/UR/Object/View/Static/Html.pm lib/UR/Object/View/Toolkit.pm lib/UR/Object/View/Toolkit/Text.pm lib/UR/ObjectDeprecated.pm lib/UR/ObjectV001removed.pm lib/UR/ObjectV04removed.pm lib/UR/Observer.pm -lib/UR/Report.pm lib/UR/Service/json.js lib/UR/Service/JsonRpcServer.pm lib/UR/Service/RPC/Executer.pm @@ -273,6 +277,7 @@ lib/UR/Value/View/Default/Html.pm lib/UR/Value/View/Default/Json.pm lib/UR/Value/View/Default/Text.pm lib/UR/Value/View/Default/Xml.pm +lib/UR/Value/View/Default/Xml.t lib/UR/Vocabulary.pm LICENSE MANIFEST This list of files @@ -389,6 +394,8 @@ t/URT/t/09_create_get_complex2.t t/URT/t/10_accessor_object.t t/URT/t/11_create_with_delegated_property.t t/URT/t/11b_via_to_without_type.t +t/URT/t/11c_create_with_via_property.t +t/URT/t/11d_create_with_single_delegated_property_via_is_many_property.t t/URT/t/12_properties_metadata_query.t t/URT/t/13a_command_message_v1.t t/URT/t/13b_command_message_v2.t @@ -406,6 +413,14 @@ t/URT/t/21b_load_observer_autosubclass.t t/URT/t/21c_load_observer_abstract_parent.t t/URT/t/21d_db_entity_observers.t t/URT/t/22_cached_get_with_subclasses.t +t/URT/t/23_id_class_by_with_bad_data.t +t/URT/t/24_query_by_is_calculated.t +t/URT/t/24_query_by_is_transient.t +t/URT/t/24_query_via_method_call.t +t/URT/t/25_recurse_get.t +t/URT/t/26_indirect_mutator_with_where_via_is_many.t +t/URT/t/27_get_with_limit_offset.t +t/URT/t/28_dont_index_delegated_props.t t/URT/t/29_indirect_calculated_accessor.t t/URT/t/29b_join_calculated_accessor.t t/URT/t/29c_join_indirect_accessor.t @@ -424,6 +439,7 @@ t/URT/t/42_rpc_between_processes.t t/URT/t/43_infer_values_from_rule.t t/URT/t/44_modulewriter.t t/URT/t/45_deleted_subclassed_objects_stay_deleted.t +t/URT/t/45_rollback_deleted_object.t t/URT/t/46_meta_property_relationships.t t/URT/t/47_indirect_is_many_accessor.t t/URT/t/47b_indirect_is_many_accessor_mutable_with_id_class_by.t @@ -435,6 +451,10 @@ t/URT/t/49c_complicated_get_3.t t/URT/t/49d_complicated_get_joining_through_view.t t/URT/t/49e_complicated_get_joining_through_view2.t t/URT/t/49f_complicated_get_indirect_id_by.t +t/URT/t/49g_complicated_get_double_join.t +t/URT/t/49h_complicated_get_double_join.t +t/URT/t/49i_complicated_get_join_through_value_class.t +t/URT/t/49k_complicated_get_joins_with_hangoff_filter.t t/URT/t/50_force_always_reload.t t/URT/t/50_get_and_reload.t t/URT/t/50_unload_and_reload.t @@ -445,6 +465,7 @@ t/URT/t/53_abandoned_iterator.t t/URT/t/54_valid_values.t t/URT/t/55_on_the_fly_metadb.t t/URT/t/56_order_by_returns_items_in_order.t +t/URT/t/56b_order_by_calculated_property.t t/URT/t/57_order_by_merge_new_objects.t t/URT/t/58_order_by_merge_changed_objects.t t/URT/t/59_get_merge_new_objs_with_db.t @@ -461,6 +482,7 @@ t/URT/t/63c_view_with_subviews.t.expected.person.json t/URT/t/63c_view_with_subviews.t.expected.person.text t/URT/t/63c_view_with_subviews.t.expected.person.xml t/URT/t/63d_delete_view.t +t/URT/t/63e_enumerate_available_views.t t/URT/t/64_nullable_foreign_key_handling_on_insert_and_delete.t t/URT/t/65_reload_with_changing_db_data.t t/URT/t/66_nullable_hangoff_data.t @@ -468,6 +490,7 @@ t/URT/t/67_composite_id_with_id_class_by_rt55121.t t/URT/t/68_trapped_death_does_not_stack_trace.t t/URT/t/69_subclassify_by.t t/URT/t/69_subclassify_by_db.t +t/URT/t/70_command_arg_processing.t t/URT/t/70_command_help_text.t t/URT/t/71_ur_value.t t/URT/t/72_command_name_validation.t @@ -495,11 +518,14 @@ t/URT/t/85b_avoid_loading_using_hints.t t/URT/t/86_custom_load.t t/URT/t/86b-custom-load-join.t t/URT/t/87_attributes_have.t +t/URT/t/87_get_by_different_params_updates_query_cache.t t/URT/t/87_is_many_indirect_is_efficient.t +t/URT/t/87a_many_to_many_query_is_efficient.t t/URT/t/87b_is_many_id_class_by_is_efficient.t t/URT/t/87c_query_by_is_many_indirect_is_efficient.t t/URT/t/87d_query_by_is_many_indirect_is_efficient.t t/URT/t/87e_missing_hangoff_data_is_efficient.t +t/URT/t/87f_via_property_joins_to_itself.t t/URT/t/89_loading_with_boolexpr_evaluate.t t/URT/t/90_comparison_value_and_escape_character_to_regex.t t/URT/t/91_object_sets.t diff --git a/META.yml b/META.yml index f7ad0c3f..c9589c87 100644 --- a/META.yml +++ b/META.yml @@ -12,7 +12,7 @@ name: UR provides: Command: file: lib/Command.pm - version: 0.34 + version: 0.35 Command::DynamicSubCommands: file: lib/Command/DynamicSubCommands.pm Command::SubCommandFactory: @@ -29,13 +29,13 @@ provides: file: lib/Command/Test/Tree1/Echo2.pm Command::Tree: file: lib/Command/Tree.pm - version: 0.34 + version: 0.35 Command::V1: file: lib/Command/V1.pm - version: 0.34 + version: 0.35 Command::V2: file: lib/Command/V2.pm - version: 0.34 + version: 0.35 Devel::callsfrom: file: lib/Devel/callcount.pm My::TAP::Parser::Iterator::Process::LSF: @@ -50,476 +50,482 @@ provides: file: lib/UR/Namespace/Command/Test/Run.pm UR: file: lib/UR.pm - version: 0.34 + version: 0.35 UR::All: file: lib/UR/All.pm - version: 0.34 + version: 0.35 UR::BoolExpr: file: lib/UR/BoolExpr.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template: file: lib/UR/BoolExpr/Template.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::And: file: lib/UR/BoolExpr/Template/And.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::Composite: file: lib/UR/BoolExpr/Template/Composite.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::Or: file: lib/UR/BoolExpr/Template/Or.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison: file: lib/UR/BoolExpr/Template/PropertyComparison.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::Between: file: lib/UR/BoolExpr/Template/PropertyComparison/Between.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::Equals: file: lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::False: file: lib/UR/BoolExpr/Template/PropertyComparison/False.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::GreaterOrEqual: file: lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::GreaterThan: file: lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::In: file: lib/UR/BoolExpr/Template/PropertyComparison/In.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::LessOrEqual: file: lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::LessThan: file: lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::Like: file: lib/UR/BoolExpr/Template/PropertyComparison/Like.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::Matches: file: lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::NotEqual: file: lib/UR/BoolExpr/Template/PropertyComparison/NotEqual.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::NotIn: file: lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::NotLike: file: lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Template::PropertyComparison::True: file: lib/UR/BoolExpr/Template/PropertyComparison/True.pm - version: 0.34 + version: 0.35 UR::BoolExpr::Util: file: lib/UR/BoolExpr/Util.pm - version: 0.34 + version: 0.35 UR::Change: file: lib/UR/Change.pm - version: 0.34 + version: 0.35 UR::Context: file: lib/UR/Context.pm - version: 0.34 + version: 0.35 UR::Context::DefaultRoot: file: lib/UR/Context/DefaultRoot.pm - version: 0.34 + version: 0.35 + UR::Context::ImportIterator: + file: lib/UR/Context/ImportIterator.pm + version: 0.35 UR::Context::LoadingIterator: file: lib/UR/Context/LoadingIterator.pm - version: 0.34 + version: 0.35 UR::Context::ObjectFabricator: file: lib/UR/Context/ObjectFabricator.pm - version: 0.34 + version: 0.35 UR::Context::Process: file: lib/UR/Context/Process.pm - version: 0.34 + version: 0.35 UR::Context::Root: file: lib/UR/Context/Root.pm - version: 0.34 + version: 0.35 UR::Context::Transaction: file: lib/UR/Context/Transaction.pm - version: 0.34 + version: 0.35 UR::DBI: file: lib/UR/DBI.pm - version: 0.34 + version: 0.35 + UR::DBI::Report: + file: lib/UR/DBI/Report.pm + version: 0.35 UR::DBI::db: file: lib/UR/DBI.pm UR::DBI::st: file: lib/UR/DBI.pm UR::DataSource: file: lib/UR/DataSource.pm - version: 0.34 + version: 0.35 UR::DataSource::CSV: file: lib/UR/DataSource/CSV.pm - version: 0.34 + version: 0.35 UR::DataSource::Code: file: lib/UR/DataSource/Code.pm - version: 0.34 + version: 0.35 UR::DataSource::Default: file: lib/UR/DataSource/Default.pm - version: 0.34 + version: 0.35 UR::DataSource::File: file: lib/UR/DataSource/File.pm - version: 0.34 + version: 0.35 UR::DataSource::FileMux: file: lib/UR/DataSource/FileMux.pm - version: 0.34 + version: 0.35 UR::DataSource::Meta: file: lib/UR/DataSource/Meta.pm - version: 0.34 + version: 0.35 UR::DataSource::MySQL: file: lib/UR/DataSource/MySQL.pm - version: 0.34 + version: 0.35 UR::DataSource::Oracle: file: lib/UR/DataSource/Oracle.pm - version: 0.34 + version: 0.35 UR::DataSource::Pg: file: lib/UR/DataSource/Pg.pm - version: 0.34 + version: 0.35 UR::DataSource::QueryPlan: file: lib/UR/DataSource/QueryPlan.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS: file: lib/UR/DataSource/RDBMS.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS::BitmapIndex: file: lib/UR/DataSource/RDBMS/BitmapIndex.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS::Entity: file: lib/UR/DataSource/RDBMS/Entity.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS::FkConstraint: file: lib/UR/DataSource/RDBMS/FkConstraint.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS::FkConstraintColumn: file: lib/UR/DataSource/RDBMS/FkConstraintColumn.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS::PkConstraintColumn: file: lib/UR/DataSource/RDBMS/PkConstraintColumn.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS::Table: file: lib/UR/DataSource/RDBMS/Table.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS::Table::View::Default::Text: file: lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS::TableColumn: file: lib/UR/DataSource/RDBMS/TableColumn.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS::TableColumn::View::Default::Text: file: lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm - version: 0.34 + version: 0.35 UR::DataSource::RDBMS::UniqueConstraintColumn: file: lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm - version: 0.34 + version: 0.35 UR::DataSource::SQLite: file: lib/UR/DataSource/SQLite.pm - version: 0.34 + version: 0.35 UR::DataSource::ValueDomain: file: lib/UR/DataSource/ValueDomain.pm - version: 0.34 + version: 0.35 UR::Debug: file: lib/UR/Debug.pm - version: 0.34 + version: 0.35 UR::DeletedRef: file: lib/UR/DeletedRef.pm - version: 0.34 + version: 0.35 UR::Doc::Pod2Html: file: lib/UR/Doc/Pod2Html.pm - version: 0.34 + version: 0.35 UR::Doc::Section: file: lib/UR/Doc/Section.pm - version: 0.34 + version: 0.35 UR::Doc::Writer: file: lib/UR/Doc/Writer.pm - version: 0.34 + version: 0.35 UR::Doc::Writer::Html: file: lib/UR/Doc/Writer/Html.pm - version: 0.34 + version: 0.35 UR::Doc::Writer::Pod: file: lib/UR/Doc/Writer/Pod.pm - version: 0.34 + version: 0.35 UR::Env::UR_COMMAND_DUMP_STATUS_MESSAGES: file: lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm - version: 0.34 + version: 0.35 UR::Env::UR_CONTEXT_BASE: file: lib/UR/Env/UR_CONTEXT_BASE.pm - version: 0.34 + version: 0.35 UR::Env::UR_CONTEXT_CACHE_SIZE_HIGHWATER: file: lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm - version: 0.34 + version: 0.35 UR::Env::UR_CONTEXT_CACHE_SIZE_LOWWATER: file: lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm - version: 0.34 + version: 0.35 UR::Env::UR_CONTEXT_LIBS: file: lib/UR/Env/UR_USED_LIBS.pm - version: 0.34 + version: 0.35 UR::Env::UR_CONTEXT_MONITOR_QUERY: file: lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm - version: 0.34 + version: 0.35 UR::Env::UR_CONTEXT_ROOT: file: lib/UR/Env/UR_CONTEXT_ROOT.pm - version: 0.34 + version: 0.35 UR::Env::UR_DBI_DUMP_STACK_ON_CONNECT: file: lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm - version: 0.34 + version: 0.35 UR::Env::UR_DBI_EXPLAIN_SQL_CALLSTACK: file: lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm - version: 0.34 + version: 0.35 UR::Env::UR_DBI_EXPLAIN_SQL_IF: file: lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm - version: 0.34 + version: 0.35 UR::Env::UR_DBI_EXPLAIN_SQL_MATCH: file: lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm - version: 0.34 + version: 0.35 UR::Env::UR_DBI_EXPLAIN_SQL_SLOW: file: lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm - version: 0.34 + version: 0.35 UR::Env::UR_DBI_MONITOR_DML: file: lib/UR/Env/UR_DBI_MONITOR_DML.pm - version: 0.34 + version: 0.35 UR::Env::UR_DBI_MONITOR_EVERY_FETCH: file: lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm - version: 0.34 + version: 0.35 UR::Env::UR_DBI_MONITOR_SQL: file: lib/UR/Env/UR_DBI_MONITOR_SQL.pm - version: 0.34 + version: 0.35 UR::Env::UR_DBI_NO_COMMIT: file: lib/UR/Env/UR_DBI_NO_COMMIT.pm - version: 0.34 + version: 0.35 UR::Env::UR_DBI_SUMMARIZE_SQL: file: lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm - version: 0.34 + version: 0.35 UR::Env::UR_DEBUG_OBJECT_PRUNING: file: lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm - version: 0.34 + version: 0.35 UR::Env::UR_DEBUG_OBJECT_RELEASE: file: lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm - version: 0.34 + version: 0.35 UR::Env::UR_IGNORE: file: lib/UR/Env/UR_IGNORE.pm - version: 0.34 + version: 0.35 UR::Env::UR_NO_REQUIRE_USER_VERIFY: file: lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm - version: 0.34 + version: 0.35 UR::Env::UR_NR_CPU: file: lib/UR/Env/UR_NR_CPU.pm - version: 0.34 + version: 0.35 UR::Env::UR_STACK_DUMP_ON_DIE: file: lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm - version: 0.34 + version: 0.35 UR::Env::UR_STACK_DUMP_ON_WARN: file: lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm - version: 0.34 + version: 0.35 UR::Env::UR_TEST_FILLDB: file: lib/UR/Env/UR_TEST_FILLDB.pm - version: 0.34 + version: 0.35 UR::Env::UR_TEST_QUIET: file: lib/UR/Env/UR_TEST_QUIET.pm - version: 0.34 + version: 0.35 UR::Env::UR_USED_MODS: file: lib/UR/Env/UR_USED_MODS.pm - version: 0.34 + version: 0.35 UR::Env::UR_USE_ANY: file: lib/UR/Env/UR_USE_ANY.pm - version: 0.34 + version: 0.35 UR::Env::UR_USE_DUMMY_AUTOGENERATED_IDS: file: lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm - version: 0.34 + version: 0.35 UR::Exit: file: lib/UR/Exit.pm - version: 0.34 + version: 0.35 UR::ModuleBase: file: lib/UR/ModuleBase.pm - version: 0.34 + version: 0.35 UR::ModuleBase::Message: file: lib/UR/ModuleBase.pm UR::ModuleBuild: file: lib/UR/ModuleBuild.pm UR::ModuleConfig: file: lib/UR/ModuleConfig.pm - version: 0.34 + version: 0.35 UR::ModuleLoader: file: lib/UR/ModuleLoader.pm - version: 0.34 + version: 0.35 UR::Namespace: file: lib/UR/Namespace.pm - version: 0.34 + version: 0.35 UR::Namespace::Command: file: lib/UR/Namespace/Command.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Base: file: lib/UR/Namespace/Command/Base.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define: file: lib/UR/Namespace/Command/Define.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Class: file: lib/UR/Namespace/Command/Define/Class.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Datasource: file: lib/UR/Namespace/Command/Define/Datasource.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Datasource::File: file: lib/UR/Namespace/Command/Define/Datasource/File.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Datasource::Mysql: file: lib/UR/Namespace/Command/Define/Datasource/Mysql.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Datasource::Oracle: file: lib/UR/Namespace/Command/Define/Datasource/Oracle.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Datasource::Pg: file: lib/UR/Namespace/Command/Define/Datasource/Pg.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Datasource::Rdbms: file: lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Datasource::RdbmsWithAuth: file: lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Datasource::Sqlite: file: lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Db: file: lib/UR/Namespace/Command/Define/Db.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Define::Namespace: file: lib/UR/Namespace/Command/Define/Namespace.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Describe: file: lib/UR/Namespace/Command/Describe.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Init: file: lib/UR/Namespace/Command/Init.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::List: file: lib/UR/Namespace/Command/List.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::List::Classes: file: lib/UR/Namespace/Command/List/Classes.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::List::Modules: file: lib/UR/Namespace/Command/List/Modules.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::List::Objects: file: lib/UR/Namespace/Command/List/Objects.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Old: file: lib/UR/Namespace/Command/Old.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Old::DiffRewrite: file: lib/UR/Namespace/Command/Old/DiffRewrite.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Old::DiffUpdate: file: lib/UR/Namespace/Command/Old/DiffUpdate.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Old::ExportDbicClasses: file: lib/UR/Namespace/Command/Old/ExportDbicClasses.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Old::Info: file: lib/UR/Namespace/Command/Old/Info.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Old::Redescribe: file: lib/UR/Namespace/Command/Old/Redescribe.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::RunsOnModulesInTree: file: lib/UR/Namespace/Command/RunsOnModulesInTree.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Sys: file: lib/UR/Namespace/Command/Sys.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Sys::ClassBrowser: file: lib/UR/Namespace/Command/Sys/ClassBrowser.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Test: file: lib/UR/Namespace/Command/Test.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Test::Callcount: file: lib/UR/Namespace/Command/Test/Callcount.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Test::Callcount::List: file: lib/UR/Namespace/Command/Test/Callcount/List.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Test::Compile: file: lib/UR/Namespace/Command/Test/Compile.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Test::Eval: file: lib/UR/Namespace/Command/Test/Eval.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Test::Run: file: lib/UR/Namespace/Command/Test/Run.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Test::TrackObjectRelease: file: lib/UR/Namespace/Command/Test/TrackObjectRelease.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Test::Use: file: lib/UR/Namespace/Command/Test/Use.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Test::Window: file: lib/UR/Namespace/Command/Test/Window.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Test::Window::Tk: file: lib/UR/Namespace/Command/Test/Window.pm UR::Namespace::Command::Update: file: lib/UR/Namespace/Command/Update.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Update::ClassDiagram: file: lib/UR/Namespace/Command/Update/ClassDiagram.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Update::ClassesFromDb: file: lib/UR/Namespace/Command/Update/ClassesFromDb.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Update::Doc: file: lib/UR/Namespace/Command/Update/Doc.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Update::Pod: file: lib/UR/Namespace/Command/Update/Pod.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Update::RenameClass: file: lib/UR/Namespace/Command/Update/RenameClass.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Update::RewriteClassHeader: file: lib/UR/Namespace/Command/Update/RewriteClassHeader.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Update::SchemaDiagram: file: lib/UR/Namespace/Command/Update/SchemaDiagram.pm - version: 0.34 + version: 0.35 UR::Namespace::Command::Update::TabCompletionSpec: file: lib/UR/Namespace/Command/Update/TabCompletionSpec.pm - version: 0.34 + version: 0.35 UR::Namespace::View::SchemaBrowser::CgiApp: file: lib/UR/Namespace/View/SchemaBrowser/CgiApp.pm - version: 0.34 + version: 0.35 UR::Namespace::View::SchemaBrowser::CgiApp::Base: file: lib/UR/Namespace/View/SchemaBrowser/CgiApp/Base.pm - version: 0.34 + version: 0.35 UR::Namespace::View::SchemaBrowser::CgiApp::Class: file: lib/UR/Namespace/View/SchemaBrowser/CgiApp/Class.pm - version: 0.34 + version: 0.35 UR::Namespace::View::SchemaBrowser::CgiApp::File: file: lib/UR/Namespace/View/SchemaBrowser/CgiApp/File.pm - version: 0.34 + version: 0.35 UR::Namespace::View::SchemaBrowser::CgiApp::Index: file: lib/UR/Namespace/View/SchemaBrowser/CgiApp/Index.pm - version: 0.34 + version: 0.35 UR::Namespace::View::SchemaBrowser::CgiApp::Schema: file: lib/UR/Namespace/View/SchemaBrowser/CgiApp/Schema.pm - version: 0.34 + version: 0.35 UR::Object: file: lib/UR/Object.pm - version: 0.34 + version: 0.35 UR::Object::Accessorized: file: lib/UR/Object/Accessorized.pm - version: 0.34 + version: 0.35 UR::Object::Command::FetchAndDo: file: lib/UR/Object/Command/FetchAndDo.pm - version: 0.34 + version: 0.35 UR::Object::Command::List: file: lib/UR/Object/Command/List.pm - version: 0.34 + version: 0.35 UR::Object::Command::List::Csv: file: lib/UR/Object/Command/List/Style.pm UR::Object::Command::List::Html: @@ -530,215 +536,218 @@ provides: file: lib/UR/Object/Command/List/Style.pm UR::Object::Command::List::Style: file: lib/UR/Object/Command/List/Style.pm - version: 0.34 + version: 0.35 UR::Object::Command::List::Text: file: lib/UR/Object/Command/List/Style.pm UR::Object::Command::List::Xml: file: lib/UR/Object/Command/List/Style.pm UR::Object::Ghost: file: lib/UR/Object/Ghost.pm - version: 0.34 + version: 0.35 UR::Object::Index: file: lib/UR/Object/Index.pm - version: 0.34 + version: 0.35 UR::Object::Iterator: file: lib/UR/Object/Iterator.pm - version: 0.34 + version: 0.35 UR::Object::Join: file: lib/UR/Object/Join.pm - version: 0.34 + version: 0.35 UR::Object::Property: file: lib/UR/Object/Property.pm - version: 0.34 + version: 0.35 UR::Object::Property::View::Default::Text: file: lib/UR/Object/Property/View/Default/Text.pm - version: 0.34 + version: 0.35 UR::Object::Property::View::DescriptionLineItem::Text: file: lib/UR/Object/Property/View/DescriptionLineItem/Text.pm - version: 0.34 + version: 0.35 UR::Object::Property::View::ReferenceDescription::Text: file: lib/UR/Object/Property/View/ReferenceDescription/Text.pm - version: 0.34 + version: 0.35 UR::Object::Set: file: lib/UR/Object/Set.pm - version: 0.34 + version: 0.35 UR::Object::Set::View::Default::Html: file: lib/UR/Object/Set/View/Default/Html.pm version: 0.31 UR::Object::Set::View::Default::Json: file: lib/UR/Object/Set/View/Default/Json.pm - version: 0.34 + version: 0.35 UR::Object::Set::View::Default::Text: file: lib/UR/Object/Set/View/Default/Text.pm version: 0.31 UR::Object::Set::View::Default::Xml: file: lib/UR/Object/Set/View/Default/Xml.pm - version: 0.34 + version: 0.35 UR::Object::Tag: file: lib/UR/Object/Tag.pm - version: 0.34 + version: 0.35 UR::Object::Type: file: lib/UR/Object/Type.pm - version: 0.34 + version: 0.35 UR::Object::Type::AccessorWriter: file: lib/UR/Object/Type/AccessorWriter.pm UR::Object::Type::AccessorWriter::Product: file: lib/UR/Object/Type/AccessorWriter/Product.pm - version: 0.34 + version: 0.35 UR::Object::Type::AccessorWriter::Sum: file: lib/UR/Object/Type/AccessorWriter/Sum.pm - version: 0.34 + version: 0.35 UR::Object::Type::Initializer: file: lib/UR/Object/Type/Initializer.pm UR::Object::Type::ModuleWriter: file: lib/UR/Object/Type/ModuleWriter.pm + UR::Object::Type::View::AvailableViews::Xml: + file: lib/UR/Object/Type/View/AvailableViews/Xml.pm + version: 0.35 UR::Object::Type::View::Default::Text: file: lib/UR/Object/Type/View/Default/Text.pm - version: 0.34 + version: 0.35 UR::Object::Type::View::Default::Xml: file: lib/UR/Object/Type/View/Default/Xml.pm - version: 0.34 + version: 0.35 UR::Object::Value: file: lib/UR/Object/Value.pm - version: 0.34 + version: 0.35 UR::Object::View: file: lib/UR/Object/View.pm - version: 0.34 + version: 0.35 UR::Object::View::Aspect: file: lib/UR/Object/View/Aspect.pm - version: 0.34 + version: 0.35 UR::Object::View::Default::Gtk: file: lib/UR/Object/View/Default/Gtk.pm - version: 0.34 + version: 0.35 UR::Object::View::Default::Gtk2: file: lib/UR/Object/View/Default/Gtk2.pm - version: 0.34 + version: 0.35 UR::Object::View::Default::Html: file: lib/UR/Object/View/Default/Html.pm - version: 0.34 + version: 0.35 UR::Object::View::Default::Json: file: lib/UR/Object/View/Default/Json.pm - version: 0.34 + version: 0.35 UR::Object::View::Default::Text: file: lib/UR/Object/View/Default/Text.pm - version: 0.34 + version: 0.35 UR::Object::View::Default::Xml: file: lib/UR/Object/View/Default/Xml.pm - version: 0.34 + version: 0.35 UR::Object::View::Default::Xsl: file: lib/UR/Object/View/Default/Xsl.pm - version: 0.34 + version: 0.35 UR::Object::View::Lister::Text: file: lib/UR/Object/View/Lister/Text.pm - version: 0.34 + version: 0.35 + UR::Object::View::Static::Html: + file: lib/UR/Object/View/Static/Html.pm + version: 0.35 UR::Object::View::Toolkit: file: lib/UR/Object/View/Toolkit.pm - version: 0.34 + version: 0.35 UR::Object::View::Toolkit::Text: file: lib/UR/Object/View/Toolkit/Text.pm - version: 0.34 + version: 0.35 UR::Observer: file: lib/UR/Observer.pm - version: 0.34 - UR::Report: - file: lib/UR/Report.pm - version: 0.34 + version: 0.35 UR::Service::JsonRpcServer: file: lib/UR/Service/JsonRpcServer.pm - version: 0.34 + version: 0.35 UR::Service::RPC::Executer: file: lib/UR/Service/RPC/Executer.pm - version: 0.34 + version: 0.35 UR::Service::RPC::Message: file: lib/UR/Service/RPC/Message.pm - version: 0.34 + version: 0.35 UR::Service::RPC::Server: file: lib/UR/Service/RPC/Server.pm - version: 0.34 + version: 0.35 UR::Service::RPC::TcpConnectionListener: file: lib/UR/Service/RPC/TcpConnectionListener.pm - version: 0.34 + version: 0.35 UR::Singleton: file: lib/UR/Singleton.pm - version: 0.34 + version: 0.35 UR::Test: file: lib/UR/Test.pm - version: 0.34 + version: 0.35 UR::Util: file: lib/UR/Util.pm - version: 0.34 + version: 0.35 UR::Value: file: lib/UR/Value.pm - version: 0.34 + version: 0.35 UR::Value::ARRAY: file: lib/UR/Value/ARRAY.pm - version: 0.34 + version: 0.35 UR::Value::Blob: file: lib/UR/Value/Blob.pm - version: 0.34 + version: 0.35 UR::Value::Boolean: file: lib/UR/Value/Boolean.pm - version: 0.34 + version: 0.35 UR::Value::CSV: file: lib/UR/Value/CSV.pm - version: 0.34 + version: 0.35 UR::Value::DateTime: file: lib/UR/Value/DateTime.pm - version: 0.34 + version: 0.35 UR::Value::Decimal: file: lib/UR/Value/Decimal.pm - version: 0.34 + version: 0.35 UR::Value::DirectoryPath: file: lib/UR/Value/DirectoryPath.pm - version: 0.34 + version: 0.35 UR::Value::FOF: file: lib/UR/Value/FOF.pm - version: 0.34 + version: 0.35 UR::Value::FilePath: file: lib/UR/Value/FilePath.pm - version: 0.34 + version: 0.35 UR::Value::FilesystemPath: file: lib/UR/Value/FilesystemPath.pm - version: 0.34 + version: 0.35 UR::Value::Float: file: lib/UR/Value/Float.pm - version: 0.34 + version: 0.35 UR::Value::HASH: file: lib/UR/Value/HASH.pm - version: 0.34 + version: 0.35 UR::Value::Integer: file: lib/UR/Value/Integer.pm - version: 0.34 + version: 0.35 UR::Value::Iterator: file: lib/UR/Value/Iterator.pm - version: 0.34 + version: 0.35 UR::Value::Number: file: lib/UR/Value/Number.pm - version: 0.34 + version: 0.35 UR::Value::PerlReference: file: lib/UR/Value/PerlReference.pm - version: 0.34 + version: 0.35 UR::Value::SCALAR: file: lib/UR/Value/SCALAR.pm - version: 0.34 + version: 0.35 UR::Value::Set: file: lib/UR/Value/Set.pm - version: 0.34 + version: 0.35 UR::Value::SloppyPrimitive: file: lib/UR/Value/SloppyPrimitive.pm - version: 0.34 + version: 0.35 UR::Value::String: file: lib/UR/Value/String.pm - version: 0.34 + version: 0.35 UR::Value::Text: file: lib/UR/Value/Text.pm - version: 0.34 + version: 0.35 UR::Value::Timestamp: file: lib/UR/Value/Timestamp.pm - version: 0.34 + version: 0.35 UR::Value::URL: file: lib/UR/Value/URL.pm - version: 0.34 + version: 0.35 UR::Value::View::Default::Html: file: lib/UR/Value/View/Default/Html.pm UR::Value::View::Default::Json: @@ -749,7 +758,7 @@ provides: file: lib/UR/Value/View/Default/Xml.pm UR::Vocabulary: file: lib/UR/Vocabulary.pm - version: 0.34 + version: 0.35 above: file: lib/above.pm class_name: @@ -769,7 +778,7 @@ requires: Date::Format: '' File::Basename: 2.73 FreezeThaw: 0.43 - Getopt::Complete: v0.20 + Getopt::Complete: 0.26 JSON: '' Lingua::EN::Inflect: 1.88 Net::HTTPServer: '' @@ -790,4 +799,4 @@ requires: version: '' resources: license: http://dev.perl.org/licenses/ -version: 0.34 +version: 0.35