From ee00872bfc3fdaa0336e75d2dbefdba50e9e8f73 Mon Sep 17 00:00:00 2001 From: Anthony Brummett Date: Fri, 24 Mar 2017 14:59:10 -0500 Subject: [PATCH 1/5] result of "minil release" --- Changes | 4 ++++ META.json | 6 +++--- README.md | 4 ++-- lib/Command.pm | 2 +- lib/Command/Tree.pm | 2 +- lib/Command/V1.pm | 2 +- lib/Command/V2.pm | 2 +- lib/UR.pm | 4 ++-- lib/UR/All.pm | 2 +- lib/UR/AttributeHandlers.pm | 2 +- lib/UR/BoolExpr.pm | 2 +- lib/UR/BoolExpr/Template.pm | 2 +- lib/UR/BoolExpr/Template/And.pm | 2 +- lib/UR/BoolExpr/Template/Composite.pm | 2 +- lib/UR/BoolExpr/Template/Or.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/Between.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/False.pm | 2 +- .../BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/In.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/Like.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/True.pm | 2 +- lib/UR/BoolExpr/Util.pm | 2 +- lib/UR/Change.pm | 2 +- lib/UR/Context.pm | 2 +- lib/UR/Context/AutoUnloadPool.pm | 2 +- lib/UR/Context/DefaultRoot.pm | 2 +- lib/UR/Context/ImportIterator.pm | 2 +- lib/UR/Context/LoadingIterator.pm | 2 +- lib/UR/Context/ObjectFabricator.pm | 2 +- lib/UR/Context/Process.pm | 2 +- lib/UR/Context/Root.pm | 2 +- lib/UR/Context/Transaction.pm | 2 +- lib/UR/DBI.pm | 2 +- lib/UR/DBI/Report.pm | 2 +- lib/UR/DataSource.pm | 2 +- lib/UR/DataSource/CSV.pm | 2 +- lib/UR/DataSource/Code.pm | 2 +- lib/UR/DataSource/Default.pm | 2 +- lib/UR/DataSource/File.pm | 2 +- lib/UR/DataSource/FileMux.pm | 2 +- lib/UR/DataSource/Filesystem.pm | 2 +- lib/UR/DataSource/Meta.pm | 2 +- lib/UR/DataSource/MySQL.pm | 2 +- lib/UR/DataSource/Oracle.pm | 2 +- lib/UR/DataSource/Pg.pm | 2 +- lib/UR/DataSource/QueryPlan.pm | 2 +- lib/UR/DataSource/RDBMS.pm | 2 +- lib/UR/DataSource/RDBMS/BitmapIndex.pm | 2 +- lib/UR/DataSource/RDBMS/Entity.pm | 2 +- lib/UR/DataSource/RDBMS/FkConstraint.pm | 2 +- lib/UR/DataSource/RDBMS/FkConstraintColumn.pm | 2 +- lib/UR/DataSource/RDBMS/PkConstraintColumn.pm | 2 +- lib/UR/DataSource/RDBMS/Table.pm | 2 +- lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm | 2 +- lib/UR/DataSource/RDBMS/TableColumn.pm | 2 +- lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm | 2 +- lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm | 2 +- lib/UR/DataSource/SQLite.pm | 2 +- lib/UR/DataSource/ValueDomain.pm | 2 +- lib/UR/Debug.pm | 2 +- lib/UR/DeletedRef.pm | 2 +- lib/UR/Doc/Pod2Html.pm | 2 +- lib/UR/Doc/Section.pm | 2 +- lib/UR/Doc/Writer.pm | 2 +- lib/UR/Doc/Writer/Html.pm | 2 +- lib/UR/Doc/Writer/Pod.pm | 2 +- lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm | 2 +- lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm | 2 +- lib/UR/Env/UR_CONTEXT_BASE.pm | 2 +- lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm | 2 +- lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm | 2 +- lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm | 2 +- lib/UR/Env/UR_CONTEXT_ROOT.pm | 2 +- lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm | 2 +- lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm | 2 +- lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm | 2 +- lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm | 2 +- lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm | 2 +- lib/UR/Env/UR_DBI_MONITOR_DML.pm | 2 +- lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm | 2 +- lib/UR/Env/UR_DBI_MONITOR_SQL.pm | 2 +- lib/UR/Env/UR_DBI_NO_COMMIT.pm | 2 +- lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm | 2 +- lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm | 2 +- lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm | 2 +- lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm | 2 +- lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm | 2 +- lib/UR/Env/UR_IGNORE.pm | 2 +- lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm | 2 +- lib/UR/Env/UR_NR_CPU.pm | 2 +- lib/UR/Env/UR_RUN_LONG_TESTS.pm | 2 +- lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm | 2 +- lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm | 2 +- lib/UR/Env/UR_TEST_QUIET.pm | 2 +- lib/UR/Env/UR_USED_LIBS.pm | 2 +- lib/UR/Env/UR_USED_MODS.pm | 2 +- lib/UR/Env/UR_USE_ANY.pm | 2 +- lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm | 2 +- lib/UR/Exit.pm | 2 +- lib/UR/Iterator.pm | 2 +- lib/UR/ModuleBase.pm | 2 +- lib/UR/ModuleBuild.pm | 2 +- lib/UR/ModuleConfig.pm | 2 +- lib/UR/ModuleLoader.pm | 2 +- lib/UR/Namespace.pm | 2 +- lib/UR/Namespace/Command.pm | 2 +- lib/UR/Namespace/Command/Base.pm | 2 +- lib/UR/Namespace/Command/Define.pm | 2 +- lib/UR/Namespace/Command/Define/Class.pm | 2 +- lib/UR/Namespace/Command/Define/Datasource.pm | 2 +- lib/UR/Namespace/Command/Define/Datasource/File.pm | 2 +- lib/UR/Namespace/Command/Define/Datasource/Mysql.pm | 2 +- lib/UR/Namespace/Command/Define/Datasource/Oracle.pm | 2 +- lib/UR/Namespace/Command/Define/Datasource/Pg.pm | 2 +- lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm | 2 +- lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm | 2 +- lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm | 2 +- lib/UR/Namespace/Command/Define/Db.pm | 2 +- lib/UR/Namespace/Command/Define/Namespace.pm | 2 +- lib/UR/Namespace/Command/Init.pm | 2 +- lib/UR/Namespace/Command/List.pm | 2 +- lib/UR/Namespace/Command/List/Classes.pm | 2 +- lib/UR/Namespace/Command/List/Modules.pm | 2 +- lib/UR/Namespace/Command/List/Objects.pm | 2 +- lib/UR/Namespace/Command/Old.pm | 2 +- lib/UR/Namespace/Command/Old/DiffRewrite.pm | 2 +- lib/UR/Namespace/Command/Old/DiffUpdate.pm | 2 +- lib/UR/Namespace/Command/Old/ExportDbicClasses.pm | 2 +- lib/UR/Namespace/Command/Old/Info.pm | 2 +- lib/UR/Namespace/Command/Old/Redescribe.pm | 2 +- lib/UR/Namespace/Command/RunsOnModulesInTree.pm | 2 +- lib/UR/Namespace/Command/Show/Properties.pm | 2 +- lib/UR/Namespace/Command/Sys.pm | 2 +- lib/UR/Namespace/Command/Sys/ClassBrowser.pm | 2 +- lib/UR/Namespace/Command/Test.pm | 2 +- lib/UR/Namespace/Command/Test/Callcount.pm | 2 +- lib/UR/Namespace/Command/Test/Callcount/List.pm | 2 +- lib/UR/Namespace/Command/Test/Compile.pm | 2 +- lib/UR/Namespace/Command/Test/Eval.pm | 2 +- lib/UR/Namespace/Command/Test/Run.pm | 2 +- lib/UR/Namespace/Command/Test/TrackObjectRelease.pm | 2 +- lib/UR/Namespace/Command/Test/Use.pm | 2 +- lib/UR/Namespace/Command/Test/Window.pm | 2 +- lib/UR/Namespace/Command/Update.pm | 2 +- lib/UR/Namespace/Command/Update/ClassDiagram.pm | 2 +- lib/UR/Namespace/Command/Update/ClassesFromDb.pm | 2 +- lib/UR/Namespace/Command/Update/Doc.pm | 2 +- lib/UR/Namespace/Command/Update/Pod.pm | 2 +- lib/UR/Namespace/Command/Update/RenameClass.pm | 2 +- lib/UR/Namespace/Command/Update/RewriteClassHeader.pm | 2 +- lib/UR/Namespace/Command/Update/SchemaDiagram.pm | 2 +- lib/UR/Namespace/Command/Update/TabCompletionSpec.pm | 2 +- lib/UR/Object.pm | 2 +- lib/UR/Object/Accessorized.pm | 2 +- lib/UR/Object/Command/FetchAndDo.pm | 2 +- lib/UR/Object/Command/List.pm | 2 +- lib/UR/Object/Command/List/Style.pm | 2 +- lib/UR/Object/Ghost.pm | 2 +- lib/UR/Object/Index.pm | 2 +- lib/UR/Object/Iterator.pm | 2 +- lib/UR/Object/Join.pm | 2 +- lib/UR/Object/Property.pm | 2 +- lib/UR/Object/Property/View/Default/Text.pm | 2 +- lib/UR/Object/Property/View/DescriptionLineItem/Text.pm | 2 +- lib/UR/Object/Property/View/ReferenceDescription/Text.pm | 2 +- lib/UR/Object/Set.pm | 2 +- lib/UR/Object/Set/View/Default/Html.pm | 2 +- lib/UR/Object/Set/View/Default/Json.pm | 2 +- lib/UR/Object/Set/View/Default/Text.pm | 2 +- lib/UR/Object/Set/View/Default/Xml.pm | 2 +- lib/UR/Object/Tag.pm | 2 +- lib/UR/Object/Type.pm | 2 +- lib/UR/Object/Type/AccessorWriter.pm | 2 +- lib/UR/Object/Type/AccessorWriter/Product.pm | 2 +- lib/UR/Object/Type/AccessorWriter/Sum.pm | 2 +- lib/UR/Object/Type/Initializer.pm | 2 +- lib/UR/Object/Type/InternalAPI.pm | 2 +- lib/UR/Object/Type/ModuleWriter.pm | 2 +- lib/UR/Object/Type/View/AvailableViews/Json.pm | 2 +- lib/UR/Object/Type/View/AvailableViews/Xml.pm | 2 +- lib/UR/Object/Type/View/Default/Text.pm | 2 +- lib/UR/Object/Type/View/Default/Xml.pm | 2 +- lib/UR/Object/Value.pm | 2 +- lib/UR/Object/View.pm | 2 +- lib/UR/Object/View/Aspect.pm | 2 +- lib/UR/Object/View/Default/Gtk.pm | 2 +- lib/UR/Object/View/Default/Gtk2.pm | 2 +- lib/UR/Object/View/Default/Html.pm | 2 +- lib/UR/Object/View/Default/Json.pm | 2 +- lib/UR/Object/View/Default/Text.pm | 2 +- lib/UR/Object/View/Default/Xml.pm | 2 +- lib/UR/Object/View/Default/Xsl.pm | 2 +- lib/UR/Object/View/Lister/Text.pm | 2 +- lib/UR/Object/View/Static/Html.pm | 2 +- lib/UR/Object/View/Toolkit.pm | 2 +- lib/UR/Object/View/Toolkit/Text.pm | 2 +- lib/UR/ObjectDeprecated.pm | 2 +- lib/UR/ObjectV001removed.pm | 2 +- lib/UR/ObjectV04removed.pm | 2 +- lib/UR/Observer.pm | 2 +- lib/UR/Role.pm | 2 +- lib/UR/Role/Instance.pm | 2 +- lib/UR/Role/MethodModifier.pm | 2 +- lib/UR/Role/MethodModifier/After.pm | 2 +- lib/UR/Role/MethodModifier/Around.pm | 2 +- lib/UR/Role/MethodModifier/Before.pm | 2 +- lib/UR/Role/Param.pm | 2 +- lib/UR/Role/Prototype.pm | 2 +- lib/UR/Role/PrototypeWithParams.pm | 2 +- lib/UR/Service/JsonRpcServer.pm | 2 +- lib/UR/Service/RPC/Executer.pm | 2 +- lib/UR/Service/RPC/Message.pm | 2 +- lib/UR/Service/RPC/Server.pm | 2 +- lib/UR/Service/RPC/TcpConnectionListener.pm | 2 +- lib/UR/Singleton.pm | 2 +- lib/UR/Util.pm | 2 +- lib/UR/Value.pm | 2 +- lib/UR/Value/ARRAY.pm | 2 +- lib/UR/Value/Blob.pm | 2 +- lib/UR/Value/Boolean.pm | 2 +- lib/UR/Value/Boolean/View/Default/Text.pm | 2 +- lib/UR/Value/CODE.pm | 2 +- lib/UR/Value/CSV.pm | 2 +- lib/UR/Value/DateTime.pm | 2 +- lib/UR/Value/Decimal.pm | 2 +- lib/UR/Value/DirectoryPath.pm | 2 +- lib/UR/Value/FOF.pm | 2 +- lib/UR/Value/FilePath.pm | 2 +- lib/UR/Value/FilesystemPath.pm | 2 +- lib/UR/Value/Float.pm | 2 +- lib/UR/Value/GLOB.pm | 2 +- lib/UR/Value/HASH.pm | 2 +- lib/UR/Value/Integer.pm | 2 +- lib/UR/Value/Iterator.pm | 2 +- lib/UR/Value/Number.pm | 2 +- lib/UR/Value/PerlReference.pm | 2 +- lib/UR/Value/REF.pm | 2 +- lib/UR/Value/SCALAR.pm | 2 +- lib/UR/Value/Set.pm | 2 +- lib/UR/Value/SloppyPrimitive.pm | 2 +- lib/UR/Value/String.pm | 2 +- lib/UR/Value/Text.pm | 2 +- lib/UR/Value/Timestamp.pm | 2 +- lib/UR/Value/URL.pm | 2 +- lib/UR/Vocabulary.pm | 2 +- 256 files changed, 263 insertions(+), 259 deletions(-) diff --git a/Changes b/Changes index 754c2eac..f12bc953 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for UR {{$NEXT}} +0.46 2017-03-24T19:40:54Z + Documentation fixes + Bug fixes for the mysql data source + 0.45 2016-09-21T22:48:23Z UR now supports Roles. See the docs in UR::Role. -limit and -offset are now handled in the database where possible. diff --git a/META.json b/META.json index 00e37948..df013a89 100644 --- a/META.json +++ b/META.json @@ -105,7 +105,7 @@ "web" : "https://github.com/genome/UR" } }, - "version" : "0.45", + "version" : "0.46", "x_contributors" : [ "josborne ", "thepler ", @@ -173,12 +173,12 @@ "nnutter ", "Nathaniel Nutter ", "Eddie Belter ", - "Eddie Belter ", "Jim Eldred ", "Yanick Champoux ", "Thomas B. Mooney ", "Thomas B. Mooney ", + "Anthony Brummett ", "Anthony Brummett ", - "Anthony Brummett " + "Eddie Belter " ] } diff --git a/README.md b/README.md index 2088b998..47243272 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ UR - rich declarative transactional objects # VERSION -This document describes UR version 0.45 +This document describes UR version 0.46 # SYNOPSIS @@ -325,5 +325,5 @@ for high-throughput genomics. Copyright (C) 2002-2016 Washington University in St. Louis, MO. -This sofware is licensed under the same terms as Perl itself. +This software is licensed under the same terms as Perl itself. See the LICENSE file in this distribution. diff --git a/lib/Command.pm b/lib/Command.pm index 7ce3339e..ae3f5041 100644 --- a/lib/Command.pm +++ b/lib/Command.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/Command/Tree.pm b/lib/Command/Tree.pm index 03834b87..3328ceed 100644 --- a/lib/Command/Tree.pm +++ b/lib/Command/Tree.pm @@ -5,7 +5,7 @@ use warnings; use UR; use File::Basename qw/basename/; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class Command::Tree { is => 'Command::V2', diff --git a/lib/Command/V1.pm b/lib/Command/V1.pm index f13aa3ee..c4ea67bc 100644 --- a/lib/Command/V1.pm +++ b/lib/Command/V1.pm @@ -10,7 +10,7 @@ use Getopt::Long; use Term::ANSIColor qw(); require Text::Wrap; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/Command/V2.pm b/lib/Command/V2.pm index b912cca5..fc0537d7 100644 --- a/lib/Command/V2.pm +++ b/lib/Command/V2.pm @@ -11,7 +11,7 @@ use Getopt::Long; use Command::View::DocMethods; use Command::Dispatch::Shell; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; our $entry_point_class; our $entry_point_bin; diff --git a/lib/UR.pm b/lib/UR.pm index 3da9dd74..8b4e5b66 100644 --- a/lib/UR.pm +++ b/lib/UR.pm @@ -9,7 +9,7 @@ use strict; use warnings FATAL => 'all'; # Set the version at compile time, since some other modules borrow it. -our $VERSION = "0.45"; # UR $VERSION +our $VERSION = "0.46"; # UR $VERSION # Ensure we get detailed errors while starting up. # This is disabled at the bottom of the module. @@ -475,7 +475,7 @@ UR - rich declarative transactional objects =head1 VERSION -This document describes UR version 0.45 +This document describes UR version 0.46 =head1 SYNOPSIS diff --git a/lib/UR/All.pm b/lib/UR/All.pm index 9bd75871..874d2670 100644 --- a/lib/UR/All.pm +++ b/lib/UR/All.pm @@ -3,7 +3,7 @@ package UR::All; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; BEGIN { require above; }; use UR; diff --git a/lib/UR/AttributeHandlers.pm b/lib/UR/AttributeHandlers.pm index e8035c2e..cdb1ee70 100644 --- a/lib/UR/AttributeHandlers.pm +++ b/lib/UR/AttributeHandlers.pm @@ -6,7 +6,7 @@ use attributes; our @CARP_NOT = qw(UR::Namespace); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; # implement's UR's mechanism for sub/variable attributes. my %support_functions = ( diff --git a/lib/UR/BoolExpr.pm b/lib/UR/BoolExpr.pm index 73093ac3..c228cc4b 100644 --- a/lib/UR/BoolExpr.pm +++ b/lib/UR/BoolExpr.pm @@ -10,7 +10,7 @@ require UR; use Carp; our @CARP_NOT = ('UR::Context'); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; # readable stringification use overload ('""' => '__display_name__'); diff --git a/lib/UR/BoolExpr/Template.pm b/lib/UR/BoolExpr/Template.pm index e498d627..d6d4af28 100644 --- a/lib/UR/BoolExpr/Template.pm +++ b/lib/UR/BoolExpr/Template.pm @@ -66,7 +66,7 @@ UR::Object::Type->define( ] ); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; # Borrow from the util package. # This will go away with refactoring. diff --git a/lib/UR/BoolExpr/Template/And.pm b/lib/UR/BoolExpr/Template/And.pm index b030e4c8..e4e2cb35 100644 --- a/lib/UR/BoolExpr/Template/And.pm +++ b/lib/UR/BoolExpr/Template/And.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::And; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/Composite.pm b/lib/UR/BoolExpr/Template/Composite.pm index a1799cfd..e82f5061 100644 --- a/lib/UR/BoolExpr/Template/Composite.pm +++ b/lib/UR/BoolExpr/Template/Composite.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::Composite; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; require UR; diff --git a/lib/UR/BoolExpr/Template/Or.pm b/lib/UR/BoolExpr/Template/Or.pm index d9dd9b0d..d9fa0960 100644 --- a/lib/UR/BoolExpr/Template/Or.pm +++ b/lib/UR/BoolExpr/Template/Or.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::Or; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; require UR; diff --git a/lib/UR/BoolExpr/Template/PropertyComparison.pm b/lib/UR/BoolExpr/Template/PropertyComparison.pm index 94f9ddce..16365ae4 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison.pm @@ -3,7 +3,7 @@ package UR::BoolExpr::Template::PropertyComparison; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; # Define the class metadata. diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm index b199d538..ff8248b7 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm @@ -3,7 +3,7 @@ package UR::BoolExpr::Template::PropertyComparison::Between; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm index 13195385..243c0eae 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::PropertyComparison::Equals; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/False.pm b/lib/UR/BoolExpr/Template/PropertyComparison/False.pm index e35b316d..780fb6b5 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/False.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/False.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::PropertyComparison::False; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm index 4443f0d3..7b64d946 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::GreaterOrEqual; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm index b3c1376c..21668308 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::GreaterThan; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/In.pm b/lib/UR/BoolExpr/Template/PropertyComparison/In.pm index ff1c26a4..2338d3bb 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/In.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/In.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::In; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm index aeee3bc0..8c6b8cfc 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::PropertyComparison::Isa; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm b/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm index bbdbc150..9ac8cebf 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::LessOrEqual; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm b/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm index f595a707..17c6bc3a 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::LessThan; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm index 2f77255b..73a991af 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::Like; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm index 6d9e38d6..40a01aff 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::Matches; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm index 49ee3ed6..49a19b74 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm @@ -3,7 +3,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotBetween; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm index 285fa2ef..69a807a5 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotEquals; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm index c82fc1ec..dcbd4c0a 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotIn; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm index 362147fe..ad0492ee 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotLike; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/True.pm b/lib/UR/BoolExpr/Template/PropertyComparison/True.pm index 19fd839b..f0d5ef5c 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/True.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/True.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::True; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Util.pm b/lib/UR/BoolExpr/Util.pm index 9a5aca98..30a8629a 100644 --- a/lib/UR/BoolExpr/Util.pm +++ b/lib/UR/BoolExpr/Util.pm @@ -6,7 +6,7 @@ package UR::BoolExpr::Util; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Scalar::Util qw(blessed reftype refaddr); use Data::Dumper; diff --git a/lib/UR/Change.pm b/lib/UR/Change.pm index 7ab7934e..d55e89f4 100644 --- a/lib/UR/Change.pm +++ b/lib/UR/Change.pm @@ -7,7 +7,7 @@ use warnings; use IO::File; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Context.pm b/lib/UR/Context.pm index dabea718..2e86b464 100644 --- a/lib/UR/Context.pm +++ b/lib/UR/Context.pm @@ -6,7 +6,7 @@ use Sub::Name; use Scalar::Util; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use UR::Context::ImportIterator; use UR::Context::ObjectFabricator; diff --git a/lib/UR/Context/AutoUnloadPool.pm b/lib/UR/Context/AutoUnloadPool.pm index 549ddaf6..fa58bc59 100644 --- a/lib/UR/Context/AutoUnloadPool.pm +++ b/lib/UR/Context/AutoUnloadPool.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION +our $VERSION = "0.46"; # UR $VERSION use Scalar::Util qw(); diff --git a/lib/UR/Context/DefaultRoot.pm b/lib/UR/Context/DefaultRoot.pm index 18a38abd..5d53e4fa 100644 --- a/lib/UR/Context/DefaultRoot.pm +++ b/lib/UR/Context/DefaultRoot.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Context::DefaultRoot', diff --git a/lib/UR/Context/ImportIterator.pm b/lib/UR/Context/ImportIterator.pm index dc209173..ab3d280d 100644 --- a/lib/UR/Context/ImportIterator.pm +++ b/lib/UR/Context/ImportIterator.pm @@ -8,7 +8,7 @@ package UR::Context; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; # A wrapper around the method of the same name in UR::DataSource::* to iterate over the diff --git a/lib/UR/Context/LoadingIterator.pm b/lib/UR/Context/LoadingIterator.pm index 0ecd2ed1..f765f839 100644 --- a/lib/UR/Context/LoadingIterator.pm +++ b/lib/UR/Context/LoadingIterator.pm @@ -7,7 +7,7 @@ use UR::Context; use List::MoreUtils qw(any); -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; # A helper package for UR::Context to handling queries which require loading # data from outside the current context. It is responsible for collating diff --git a/lib/UR/Context/ObjectFabricator.pm b/lib/UR/Context/ObjectFabricator.pm index 2f4f1b46..7f9f6f85 100644 --- a/lib/UR/Context/ObjectFabricator.pm +++ b/lib/UR/Context/ObjectFabricator.pm @@ -6,7 +6,7 @@ use warnings; use Scalar::Util; use UR::Context; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; # A helper package for UR::Context to keep track of the subrefs used # to create objects from database data diff --git a/lib/UR/Context/Process.pm b/lib/UR/Context/Process.pm index b2de0941..a491e5a0 100644 --- a/lib/UR/Context/Process.pm +++ b/lib/UR/Context/Process.pm @@ -42,7 +42,7 @@ associated with the program and the program version number. package UR::Context::Process; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; require 5.006_000; diff --git a/lib/UR/Context/Root.pm b/lib/UR/Context/Root.pm index a369ae70..555ce01e 100644 --- a/lib/UR/Context/Root.pm +++ b/lib/UR/Context/Root.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Context::Root', diff --git a/lib/UR/Context/Transaction.pm b/lib/UR/Context/Transaction.pm index f0c07254..9ca6ab5e 100644 --- a/lib/UR/Context/Transaction.pm +++ b/lib/UR/Context/Transaction.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Carp qw(croak confess shortmess); use constant TRANSACTION_STATE_OPEN => 'open'; diff --git a/lib/UR/DBI.pm b/lib/UR/DBI.pm index 21132b52..468d63b3 100644 --- a/lib/UR/DBI.pm +++ b/lib/UR/DBI.pm @@ -28,7 +28,7 @@ This module subclasses DBI, and provides a few extra methods useful when using a require 5.006_000; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; # set up module use base qw(Exporter DBI); diff --git a/lib/UR/DBI/Report.pm b/lib/UR/DBI/Report.pm index 7feaa699..3f8e0c08 100644 --- a/lib/UR/DBI/Report.pm +++ b/lib/UR/DBI/Report.pm @@ -27,7 +27,7 @@ use warnings; package UR::DBI::Report; use base 'UR::ModuleBase'; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Data::Dumper; use Time::HiRes; diff --git a/lib/UR/DataSource.pm b/lib/UR/DataSource.pm index 32d044ec..3402c686 100644 --- a/lib/UR/DataSource.pm +++ b/lib/UR/DataSource.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Sys::Hostname; { diff --git a/lib/UR/DataSource/CSV.pm b/lib/UR/DataSource/CSV.pm index c021f257..b2f2fdee 100644 --- a/lib/UR/DataSource/CSV.pm +++ b/lib/UR/DataSource/CSV.pm @@ -25,7 +25,7 @@ use warnings; # with that out of the way... on to the show! require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use File::Basename; diff --git a/lib/UR/DataSource/Code.pm b/lib/UR/DataSource/Code.pm index ce6e10fb..bfc98590 100644 --- a/lib/UR/DataSource/Code.pm +++ b/lib/UR/DataSource/Code.pm @@ -4,7 +4,7 @@ package UR::DataSource::Code; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use File::Copy qw//; ##- use UR; diff --git a/lib/UR/DataSource/Default.pm b/lib/UR/DataSource/Default.pm index 8e266b88..d1515376 100644 --- a/lib/UR/DataSource/Default.pm +++ b/lib/UR/DataSource/Default.pm @@ -5,7 +5,7 @@ package UR::DataSource::Default; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::DataSource::Default { is => ['UR::DataSource','UR::Singleton'], diff --git a/lib/UR/DataSource/File.pm b/lib/UR/DataSource/File.pm index 2d270679..04e05ece 100644 --- a/lib/UR/DataSource/File.pm +++ b/lib/UR/DataSource/File.pm @@ -16,7 +16,7 @@ package UR::DataSource::File; use UR; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Fcntl qw(:DEFAULT :flock); use Errno qw(EINTR EAGAIN EOPNOTSUPP); diff --git a/lib/UR/DataSource/FileMux.pm b/lib/UR/DataSource/FileMux.pm index 6d86b8c3..f8332da8 100644 --- a/lib/UR/DataSource/FileMux.pm +++ b/lib/UR/DataSource/FileMux.pm @@ -5,7 +5,7 @@ package UR::DataSource::FileMux; use UR; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::DataSource::FileMux { is => ['UR::DataSource'], diff --git a/lib/UR/DataSource/Filesystem.pm b/lib/UR/DataSource/Filesystem.pm index d99395b2..b4eb7cbc 100644 --- a/lib/UR/DataSource/Filesystem.pm +++ b/lib/UR/DataSource/Filesystem.pm @@ -3,7 +3,7 @@ package UR::DataSource::Filesystem; use UR; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use File::Basename; use File::Path; diff --git a/lib/UR/DataSource/Meta.pm b/lib/UR/DataSource/Meta.pm index 95bcf231..e5713d9a 100644 --- a/lib/UR/DataSource/Meta.pm +++ b/lib/UR/DataSource/Meta.pm @@ -10,7 +10,7 @@ use version; use DBD::SQLite; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::Meta', diff --git a/lib/UR/DataSource/MySQL.pm b/lib/UR/DataSource/MySQL.pm index 3e2daa24..37f9e428 100644 --- a/lib/UR/DataSource/MySQL.pm +++ b/lib/UR/DataSource/MySQL.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::MySQL', diff --git a/lib/UR/DataSource/Oracle.pm b/lib/UR/DataSource/Oracle.pm index 8c4e9436..7d5fe5d8 100644 --- a/lib/UR/DataSource/Oracle.pm +++ b/lib/UR/DataSource/Oracle.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::Oracle', diff --git a/lib/UR/DataSource/Pg.pm b/lib/UR/DataSource/Pg.pm index 823623e1..25b8ec87 100644 --- a/lib/UR/DataSource/Pg.pm +++ b/lib/UR/DataSource/Pg.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::Pg', diff --git a/lib/UR/DataSource/QueryPlan.pm b/lib/UR/DataSource/QueryPlan.pm index 183e2b6f..0d3ca9c0 100644 --- a/lib/UR/DataSource/QueryPlan.pm +++ b/lib/UR/DataSource/QueryPlan.pm @@ -2,7 +2,7 @@ package UR::DataSource::QueryPlan; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; # this class is an evolving attempt to formalize # the blob of cached value used for query construction diff --git a/lib/UR/DataSource/RDBMS.pm b/lib/UR/DataSource/RDBMS.pm index 75ea2134..dcb8102e 100644 --- a/lib/UR/DataSource/RDBMS.pm +++ b/lib/UR/DataSource/RDBMS.pm @@ -10,7 +10,7 @@ use List::MoreUtils; use File::Basename; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS', diff --git a/lib/UR/DataSource/RDBMS/BitmapIndex.pm b/lib/UR/DataSource/RDBMS/BitmapIndex.pm index f997071a..cf20a413 100644 --- a/lib/UR/DataSource/RDBMS/BitmapIndex.pm +++ b/lib/UR/DataSource/RDBMS/BitmapIndex.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::BitmapIndex; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::BitmapIndex', diff --git a/lib/UR/DataSource/RDBMS/Entity.pm b/lib/UR/DataSource/RDBMS/Entity.pm index ad8c1702..88bee4e3 100644 --- a/lib/UR/DataSource/RDBMS/Entity.pm +++ b/lib/UR/DataSource/RDBMS/Entity.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::Entity; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::Entity', is => ['UR::Entity'], diff --git a/lib/UR/DataSource/RDBMS/FkConstraint.pm b/lib/UR/DataSource/RDBMS/FkConstraint.pm index 9976d82e..3f327de4 100644 --- a/lib/UR/DataSource/RDBMS/FkConstraint.pm +++ b/lib/UR/DataSource/RDBMS/FkConstraint.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::FkConstraint; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::FkConstraint', diff --git a/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm b/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm index 5bb5ba45..7557d22d 100644 --- a/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm +++ b/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::FkConstraintColumn; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::FkConstraintColumn', diff --git a/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm b/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm index d7f2aab3..fae5de2c 100644 --- a/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm +++ b/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::PkConstraintColumn; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::PkConstraintColumn', diff --git a/lib/UR/DataSource/RDBMS/Table.pm b/lib/UR/DataSource/RDBMS/Table.pm index 18c48869..10229f99 100644 --- a/lib/UR/DataSource/RDBMS/Table.pm +++ b/lib/UR/DataSource/RDBMS/Table.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::Table; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::Table', diff --git a/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm b/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm index 2797e319..56520651 100644 --- a/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm +++ b/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::DataSource::RDBMS::Table::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/DataSource/RDBMS/TableColumn.pm b/lib/UR/DataSource/RDBMS/TableColumn.pm index 173fa4ad..aeef9155 100644 --- a/lib/UR/DataSource/RDBMS/TableColumn.pm +++ b/lib/UR/DataSource/RDBMS/TableColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::TableColumn; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::TableColumn', diff --git a/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm b/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm index 7240973c..7a1979c0 100644 --- a/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm +++ b/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::DataSource::RDBMS::TableColumn::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm b/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm index 4be908de..77642d0b 100644 --- a/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm +++ b/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::UniqueConstraintColumn; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::UniqueConstraintColumn', diff --git a/lib/UR/DataSource/SQLite.pm b/lib/UR/DataSource/SQLite.pm index 582a86fa..37b63ea2 100644 --- a/lib/UR/DataSource/SQLite.pm +++ b/lib/UR/DataSource/SQLite.pm @@ -42,7 +42,7 @@ the database is opened. =cut require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::SQLite', diff --git a/lib/UR/DataSource/ValueDomain.pm b/lib/UR/DataSource/ValueDomain.pm index 5fb2e318..06f98a8a 100644 --- a/lib/UR/DataSource/ValueDomain.pm +++ b/lib/UR/DataSource/ValueDomain.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::ValueDomain', diff --git a/lib/UR/Debug.pm b/lib/UR/Debug.pm index bec53970..37a38b96 100644 --- a/lib/UR/Debug.pm +++ b/lib/UR/Debug.pm @@ -3,7 +3,7 @@ package UR::Debug; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; our $verify_indexes = 0; diff --git a/lib/UR/DeletedRef.pm b/lib/UR/DeletedRef.pm index 841d53df..c66e60f5 100644 --- a/lib/UR/DeletedRef.pm +++ b/lib/UR/DeletedRef.pm @@ -13,7 +13,7 @@ BEGIN { }; }; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; our $all_objects_deleted = {}; diff --git a/lib/UR/Doc/Pod2Html.pm b/lib/UR/Doc/Pod2Html.pm index e3c80500..d99c6dcf 100644 --- a/lib/UR/Doc/Pod2Html.pm +++ b/lib/UR/Doc/Pod2Html.pm @@ -3,7 +3,7 @@ package UR::Doc::Pod2Html; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Data::Dumper; diff --git a/lib/UR/Doc/Section.pm b/lib/UR/Doc/Section.pm index 6bfa0d90..b5fd5edd 100644 --- a/lib/UR/Doc/Section.pm +++ b/lib/UR/Doc/Section.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Doc::Section { is => 'UR::Object', diff --git a/lib/UR/Doc/Writer.pm b/lib/UR/Doc/Writer.pm index f9e594be..a87896b5 100644 --- a/lib/UR/Doc/Writer.pm +++ b/lib/UR/Doc/Writer.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Carp qw/croak/; class UR::Doc::Writer { diff --git a/lib/UR/Doc/Writer/Html.pm b/lib/UR/Doc/Writer/Html.pm index 2afbeb3c..32e12ea4 100644 --- a/lib/UR/Doc/Writer/Html.pm +++ b/lib/UR/Doc/Writer/Html.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use UR::Doc::Section; use UR::Doc::Pod2Html; diff --git a/lib/UR/Doc/Writer/Pod.pm b/lib/UR/Doc/Writer/Pod.pm index 6df1c612..44d28ead 100644 --- a/lib/UR/Doc/Writer/Pod.pm +++ b/lib/UR/Doc/Writer/Pod.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use UR::Doc::Section; use Carp qw/croak/; diff --git a/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm b/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm index 926edb69..3cfa65a0 100644 --- a/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm +++ b/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_COMMAND_DUMP_DEBUG_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm b/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm index bf0baebc..652c833f 100644 --- a/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm +++ b/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_COMMAND_DUMP_STATUS_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_BASE.pm b/lib/UR/Env/UR_CONTEXT_BASE.pm index ffbfac28..ffe8d552 100644 --- a/lib/UR/Env/UR_CONTEXT_BASE.pm +++ b/lib/UR/Env/UR_CONTEXT_BASE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_BASE; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm index f4e70cd2..55bf2d59 100644 --- a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm +++ b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_CACHE_SIZE_HIGHWATER; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm index 0b7cd2ba..53d685d0 100644 --- a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm +++ b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_CACHE_SIZE_LOWWATER; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm b/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm index 967ecc6f..1f3161bf 100644 --- a/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm +++ b/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_MONITOR_QUERY; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_ROOT.pm b/lib/UR/Env/UR_CONTEXT_ROOT.pm index 906f6112..b83adf65 100644 --- a/lib/UR/Env/UR_CONTEXT_ROOT.pm +++ b/lib/UR/Env/UR_CONTEXT_ROOT.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_ROOT; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm b/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm index ec20d9b3..69f15266 100644 --- a/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm +++ b/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_DUMP_STACK_ON_CONNECT; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm index 6be89686..8335af89 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_CALLSTACK; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm index 85974503..ad88e11d 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_IF; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm index dcffc378..3375d9da 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_MATCH; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm index 562b324f..ba1d989a 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_SLOW; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_DML.pm b/lib/UR/Env/UR_DBI_MONITOR_DML.pm index 1634e6b1..9a29a3e1 100644 --- a/lib/UR/Env/UR_DBI_MONITOR_DML.pm +++ b/lib/UR/Env/UR_DBI_MONITOR_DML.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_MONITOR_DML; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm b/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm index 3af341d1..e86b3eb3 100644 --- a/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm +++ b/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_MONITOR_EVERY_FETCH; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_SQL.pm b/lib/UR/Env/UR_DBI_MONITOR_SQL.pm index ddff4c5d..5dbe5c22 100644 --- a/lib/UR/Env/UR_DBI_MONITOR_SQL.pm +++ b/lib/UR/Env/UR_DBI_MONITOR_SQL.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_MONITOR_SQL; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_NO_COMMIT.pm b/lib/UR/Env/UR_DBI_NO_COMMIT.pm index 85a4f53c..a31943c9 100644 --- a/lib/UR/Env/UR_DBI_NO_COMMIT.pm +++ b/lib/UR/Env/UR_DBI_NO_COMMIT.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_NO_COMMIT; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm b/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm index 97f5c34b..36d597a0 100644 --- a/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm +++ b/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_SUMMARIZE_SQL; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm b/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm index 039157a4..b6a37d54 100644 --- a/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm +++ b/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DEBUG_OBJECT_PRUNING; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm b/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm index 423b3d03..83c3cd8c 100644 --- a/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm +++ b/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DEBUG_OBJECT_RELEASE; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm b/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm index fe983b91..4c1b3fb2 100644 --- a/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm +++ b/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DUMP_DEBUG_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm b/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm index da89128c..a9e734da 100644 --- a/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm +++ b/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DUMP_STATUS_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_IGNORE.pm b/lib/UR/Env/UR_IGNORE.pm index 3fb4d48d..0f7b5b94 100644 --- a/lib/UR/Env/UR_IGNORE.pm +++ b/lib/UR/Env/UR_IGNORE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_IGNORE; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm b/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm index 53e737d5..de01b9a9 100644 --- a/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm +++ b/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm @@ -2,5 +2,5 @@ package UR::Env::UR_NO_REQUIRE_USER_VERIFY; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_NR_CPU.pm b/lib/UR/Env/UR_NR_CPU.pm index 2bcbe74d..440a2fbf 100644 --- a/lib/UR/Env/UR_NR_CPU.pm +++ b/lib/UR/Env/UR_NR_CPU.pm @@ -2,5 +2,5 @@ package UR::Env::UR_NR_CPU; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_RUN_LONG_TESTS.pm b/lib/UR/Env/UR_RUN_LONG_TESTS.pm index 702cbabe..6f1bd23e 100644 --- a/lib/UR/Env/UR_RUN_LONG_TESTS.pm +++ b/lib/UR/Env/UR_RUN_LONG_TESTS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_RUN_LONG_TESTS; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm b/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm index 3bc3aaee..0d0245d6 100644 --- a/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm +++ b/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_STACK_DUMP_ON_DIE; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm b/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm index 3dfc7b3b..ee08be0b 100644 --- a/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm +++ b/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm @@ -2,5 +2,5 @@ package UR::Env::UR_STACK_DUMP_ON_WARN; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_TEST_QUIET.pm b/lib/UR/Env/UR_TEST_QUIET.pm index f5bc17ce..e8f4750a 100644 --- a/lib/UR/Env/UR_TEST_QUIET.pm +++ b/lib/UR/Env/UR_TEST_QUIET.pm @@ -2,5 +2,5 @@ package UR::Env::UR_TEST_QUIET; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USED_LIBS.pm b/lib/UR/Env/UR_USED_LIBS.pm index ab98ad8e..3ae76b6c 100644 --- a/lib/UR/Env/UR_USED_LIBS.pm +++ b/lib/UR/Env/UR_USED_LIBS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_LIBS; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USED_MODS.pm b/lib/UR/Env/UR_USED_MODS.pm index c8c36817..66e4583f 100644 --- a/lib/UR/Env/UR_USED_MODS.pm +++ b/lib/UR/Env/UR_USED_MODS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_USED_MODS; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USE_ANY.pm b/lib/UR/Env/UR_USE_ANY.pm index 5e75afd1..79de59a0 100644 --- a/lib/UR/Env/UR_USE_ANY.pm +++ b/lib/UR/Env/UR_USE_ANY.pm @@ -2,5 +2,5 @@ package UR::Env::UR_USE_ANY; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm b/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm index 79cb19d8..6a3e88ac 100644 --- a/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm +++ b/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_USE_DUMMY_AUTOGENERATED_IDS; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; 1; diff --git a/lib/UR/Exit.pm b/lib/UR/Exit.pm index 0de49f49..36d0f037 100644 --- a/lib/UR/Exit.pm +++ b/lib/UR/Exit.pm @@ -24,7 +24,7 @@ require 5.006_000; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; our (@ISA, @EXPORT, @EXPORT_OK); require Exporter; diff --git a/lib/UR/Iterator.pm b/lib/UR/Iterator.pm index 2972fe83..31713597 100644 --- a/lib/UR/Iterator.pm +++ b/lib/UR/Iterator.pm @@ -3,7 +3,7 @@ package UR::Iterator; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; our @CARP_NOT = qw( UR::Object ); diff --git a/lib/UR/ModuleBase.pm b/lib/UR/ModuleBase.pm index 3b32f395..8fea5684 100644 --- a/lib/UR/ModuleBase.pm +++ b/lib/UR/ModuleBase.pm @@ -43,7 +43,7 @@ a formal UR class. require 5.006_000; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; # set up module use Carp; diff --git a/lib/UR/ModuleBuild.pm b/lib/UR/ModuleBuild.pm index bc7aa6ba..a69e15f9 100644 --- a/lib/UR/ModuleBuild.pm +++ b/lib/UR/ModuleBuild.pm @@ -71,7 +71,7 @@ UR::ModuleBuild - a Module::Build subclass with UR extensions =head1 VERSION -This document describes UR::ModuleBuild version 0.45. +This document describes UR::ModuleBuild version 0.46. =head1 SYNOPOSIS diff --git a/lib/UR/ModuleConfig.pm b/lib/UR/ModuleConfig.pm index 7c599549..e0cf7283 100644 --- a/lib/UR/ModuleConfig.pm +++ b/lib/UR/ModuleConfig.pm @@ -30,7 +30,7 @@ require 5.006_000; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; use base qw(UR::ModuleBase); use IO::File; diff --git a/lib/UR/ModuleLoader.pm b/lib/UR/ModuleLoader.pm index fee605bf..8f7ae138 100644 --- a/lib/UR/ModuleLoader.pm +++ b/lib/UR/ModuleLoader.pm @@ -4,7 +4,7 @@ package UR::ModuleLoader; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; Class::Autouse->autouse(\&dynamically_load_class); Class::Autouse->autouse(\&dynamically_load_role); diff --git a/lib/UR/Namespace.pm b/lib/UR/Namespace.pm index 0657f407..570486a2 100644 --- a/lib/UR/Namespace.pm +++ b/lib/UR/Namespace.pm @@ -6,7 +6,7 @@ use File::Find; require UR; use UR::AttributeHandlers; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Namespace', diff --git a/lib/UR/Namespace/Command.pm b/lib/UR/Namespace/Command.pm index ab143f98..93bf4135 100644 --- a/lib/UR/Namespace/Command.pm +++ b/lib/UR/Namespace/Command.pm @@ -7,7 +7,7 @@ use warnings; use UR; use UR::Namespace::Command::Base; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Base.pm b/lib/UR/Namespace/Command/Base.pm index 0e34903f..8849d629 100644 --- a/lib/UR/Namespace/Command/Base.pm +++ b/lib/UR/Namespace/Command/Base.pm @@ -7,7 +7,7 @@ use Cwd; use Carp; use File::Find; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define.pm b/lib/UR/Namespace/Command/Define.pm index da755744..f1ad6f75 100644 --- a/lib/UR/Namespace/Command/Define.pm +++ b/lib/UR/Namespace/Command/Define.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Class.pm b/lib/UR/Namespace/Command/Define/Class.pm index f490708c..5835e657 100644 --- a/lib/UR/Namespace/Command/Define/Class.pm +++ b/lib/UR/Namespace/Command/Define/Class.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Define::Class; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Namespace::Command::Define::Class { is => 'UR::Namespace::Command::Base', diff --git a/lib/UR/Namespace/Command/Define/Datasource.pm b/lib/UR/Namespace/Command/Define/Datasource.pm index d483ed7f..4968d3fb 100644 --- a/lib/UR/Namespace/Command/Define/Datasource.pm +++ b/lib/UR/Namespace/Command/Define/Datasource.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Define::Datasource; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/File.pm b/lib/UR/Namespace/Command/Define/Datasource/File.pm index 2a5a4d34..3f81f76a 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/File.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/File.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::File; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; diff --git a/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm b/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm index f500fc51..0690252d 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Mysql; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm b/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm index 24a3fa72..527f7f63 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Oracle; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Pg.pm b/lib/UR/Namespace/Command/Define/Datasource/Pg.pm index 1c0cfcf2..1d2704ac 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Pg.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Pg.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Pg; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm b/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm index 896fc4dd..41429a88 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Rdbms; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; diff --git a/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm b/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm index 754d353b..2a760418 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::RdbmsWithAuth; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm b/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm index e1cff9bf..50f20d7e 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Sqlite; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; diff --git a/lib/UR/Namespace/Command/Define/Db.pm b/lib/UR/Namespace/Command/Define/Db.pm index 06a3bd2c..bd7bcef4 100644 --- a/lib/UR/Namespace/Command/Define/Db.pm +++ b/lib/UR/Namespace/Command/Define/Db.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Db; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; # required to import symbols used below UR::Object::Type->define( diff --git a/lib/UR/Namespace/Command/Define/Namespace.pm b/lib/UR/Namespace/Command/Define/Namespace.pm index 8bfcc0b5..a1e6ff32 100644 --- a/lib/UR/Namespace/Command/Define/Namespace.pm +++ b/lib/UR/Namespace/Command/Define/Namespace.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Namespace; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; UR::Object::Type->define( diff --git a/lib/UR/Namespace/Command/Init.pm b/lib/UR/Namespace/Command/Init.pm index b2e69348..3fa5dd67 100644 --- a/lib/UR/Namespace/Command/Init.pm +++ b/lib/UR/Namespace/Command/Init.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Init; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List.pm b/lib/UR/Namespace/Command/List.pm index a75b70c2..421b6e84 100644 --- a/lib/UR/Namespace/Command/List.pm +++ b/lib/UR/Namespace/Command/List.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::List; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List/Classes.pm b/lib/UR/Namespace/Command/List/Classes.pm index fd85545c..d38a453b 100644 --- a/lib/UR/Namespace/Command/List/Classes.pm +++ b/lib/UR/Namespace/Command/List/Classes.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::List::Classes; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List/Modules.pm b/lib/UR/Namespace/Command/List/Modules.pm index 999559be..3d34a990 100644 --- a/lib/UR/Namespace/Command/List/Modules.pm +++ b/lib/UR/Namespace/Command/List/Modules.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::List::Modules; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List/Objects.pm b/lib/UR/Namespace/Command/List/Objects.pm index 86096423..e355cc7b 100644 --- a/lib/UR/Namespace/Command/List/Objects.pm +++ b/lib/UR/Namespace/Command/List/Objects.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::List::Objects; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use above "UR"; use UR::Object::Command::List; diff --git a/lib/UR/Namespace/Command/Old.pm b/lib/UR/Namespace/Command/Old.pm index b7b8a2e1..65bf534d 100644 --- a/lib/UR/Namespace/Command/Old.pm +++ b/lib/UR/Namespace/Command/Old.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Old; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/DiffRewrite.pm b/lib/UR/Namespace/Command/Old/DiffRewrite.pm index 275f5f62..6b37f5e5 100644 --- a/lib/UR/Namespace/Command/Old/DiffRewrite.pm +++ b/lib/UR/Namespace/Command/Old/DiffRewrite.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Old::DiffRewrite; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/DiffUpdate.pm b/lib/UR/Namespace/Command/Old/DiffUpdate.pm index b85a6b38..b9bd623e 100644 --- a/lib/UR/Namespace/Command/Old/DiffUpdate.pm +++ b/lib/UR/Namespace/Command/Old/DiffUpdate.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Old::DiffUpdate; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm b/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm index 6ce2fdce..e7114893 100644 --- a/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm +++ b/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Old::ExportDbicClasses; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/Info.pm b/lib/UR/Namespace/Command/Old/Info.pm index 2ae68f5a..880a15f5 100644 --- a/lib/UR/Namespace/Command/Old/Info.pm +++ b/lib/UR/Namespace/Command/Old/Info.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Old::Info; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/Redescribe.pm b/lib/UR/Namespace/Command/Old/Redescribe.pm index 0338500f..94760c3c 100644 --- a/lib/UR/Namespace/Command/Old/Redescribe.pm +++ b/lib/UR/Namespace/Command/Old/Redescribe.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Old::Redescribe; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/RunsOnModulesInTree.pm b/lib/UR/Namespace/Command/RunsOnModulesInTree.pm index 00c97ef4..5ee3b1a8 100644 --- a/lib/UR/Namespace/Command/RunsOnModulesInTree.pm +++ b/lib/UR/Namespace/Command/RunsOnModulesInTree.pm @@ -7,7 +7,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Show/Properties.pm b/lib/UR/Namespace/Command/Show/Properties.pm index c12846f7..7f126ad2 100644 --- a/lib/UR/Namespace/Command/Show/Properties.pm +++ b/lib/UR/Namespace/Command/Show/Properties.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Show::Properties; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Sys.pm b/lib/UR/Namespace/Command/Sys.pm index 51cd642f..deed5cb0 100644 --- a/lib/UR/Namespace/Command/Sys.pm +++ b/lib/UR/Namespace/Command/Sys.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Sys; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Sys/ClassBrowser.pm b/lib/UR/Namespace/Command/Sys/ClassBrowser.pm index 8fbcc410..2ba06a7b 100644 --- a/lib/UR/Namespace/Command/Sys/ClassBrowser.pm +++ b/lib/UR/Namespace/Command/Sys/ClassBrowser.pm @@ -22,7 +22,7 @@ use Template; use Plack::Request; use Class::Inspector; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test.pm b/lib/UR/Namespace/Command/Test.pm index 1347345e..b1ed21bf 100644 --- a/lib/UR/Namespace/Command/Test.pm +++ b/lib/UR/Namespace/Command/Test.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Test; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Callcount.pm b/lib/UR/Namespace/Command/Test/Callcount.pm index ce8108a9..0fb89a9f 100644 --- a/lib/UR/Namespace/Command/Test/Callcount.pm +++ b/lib/UR/Namespace/Command/Test/Callcount.pm @@ -5,7 +5,7 @@ use strict; use IO::File; use File::Find; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Callcount/List.pm b/lib/UR/Namespace/Command/Test/Callcount/List.pm index d0a8cc20..1b0d35ba 100644 --- a/lib/UR/Namespace/Command/Test/Callcount/List.pm +++ b/lib/UR/Namespace/Command/Test/Callcount/List.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; # Transient class that represents the file as a datasource our $TheFile = '/dev/null'; # This will be filled in during create() below diff --git a/lib/UR/Namespace/Command/Test/Compile.pm b/lib/UR/Namespace/Command/Test/Compile.pm index d4a99634..243e0e1c 100644 --- a/lib/UR/Namespace/Command/Test/Compile.pm +++ b/lib/UR/Namespace/Command/Test/Compile.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Test::Compile; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Eval.pm b/lib/UR/Namespace/Command/Test/Eval.pm index 19e2deb0..a7df52c0 100644 --- a/lib/UR/Namespace/Command/Test/Eval.pm +++ b/lib/UR/Namespace/Command/Test/Eval.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Test::Eval; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Run.pm b/lib/UR/Namespace/Command/Test/Run.pm index 66200a95..75a804da 100644 --- a/lib/UR/Namespace/Command/Test/Run.pm +++ b/lib/UR/Namespace/Command/Test/Run.pm @@ -12,7 +12,7 @@ use Path::Class; # qw(file dir); use DBI; use Cwd; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use File::Find; use TAP::Harness; diff --git a/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm b/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm index 7bb1542e..baecb196 100644 --- a/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm +++ b/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; class UR::Namespace::Command::Test::TrackObjectRelease { diff --git a/lib/UR/Namespace/Command/Test/Use.pm b/lib/UR/Namespace/Command/Test/Use.pm index 4724e99b..02c51eb5 100644 --- a/lib/UR/Namespace/Command/Test/Use.pm +++ b/lib/UR/Namespace/Command/Test/Use.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Test::Use; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Cwd; use YAML; diff --git a/lib/UR/Namespace/Command/Test/Window.pm b/lib/UR/Namespace/Command/Test/Window.pm index cb6f19b8..eb3ad1a2 100644 --- a/lib/UR/Namespace/Command/Test/Window.pm +++ b/lib/UR/Namespace/Command/Test/Window.pm @@ -6,7 +6,7 @@ use above 'UR'; package UR::Namespace::Command::Test::Window; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update.pm b/lib/UR/Namespace/Command/Update.pm index 5c7bb4ce..aac3c466 100644 --- a/lib/UR/Namespace/Command/Update.pm +++ b/lib/UR/Namespace/Command/Update.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Update; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/ClassDiagram.pm b/lib/UR/Namespace/Command/Update/ClassDiagram.pm index bd61e756..6d589ad8 100644 --- a/lib/UR/Namespace/Command/Update/ClassDiagram.pm +++ b/lib/UR/Namespace/Command/Update/ClassDiagram.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Update::ClassDiagram; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/ClassesFromDb.pm b/lib/UR/Namespace/Command/Update/ClassesFromDb.pm index 6009774b..9c5dcb80 100644 --- a/lib/UR/Namespace/Command/Update/ClassesFromDb.pm +++ b/lib/UR/Namespace/Command/Update/ClassesFromDb.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Update::ClassesFromDb; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Text::Diff; UR::Object::Type->define( diff --git a/lib/UR/Namespace/Command/Update/Doc.pm b/lib/UR/Namespace/Command/Update/Doc.pm index b6ab9754..ec522245 100644 --- a/lib/UR/Namespace/Command/Update/Doc.pm +++ b/lib/UR/Namespace/Command/Update/Doc.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; use File::Basename; diff --git a/lib/UR/Namespace/Command/Update/Pod.pm b/lib/UR/Namespace/Command/Update/Pod.pm index 894a88b5..150ca1f5 100644 --- a/lib/UR/Namespace/Command/Update/Pod.pm +++ b/lib/UR/Namespace/Command/Update/Pod.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; class UR::Namespace::Command::Update::Pod { diff --git a/lib/UR/Namespace/Command/Update/RenameClass.pm b/lib/UR/Namespace/Command/Update/RenameClass.pm index 4d955e99..726940be 100644 --- a/lib/UR/Namespace/Command/Update/RenameClass.pm +++ b/lib/UR/Namespace/Command/Update/RenameClass.pm @@ -5,7 +5,7 @@ package UR::Namespace::Command::Update::RenameClass; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm b/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm index d84c49fc..bff443c8 100644 --- a/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm +++ b/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm @@ -5,7 +5,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/SchemaDiagram.pm b/lib/UR/Namespace/Command/Update/SchemaDiagram.pm index 0866cb66..31a9402d 100644 --- a/lib/UR/Namespace/Command/Update/SchemaDiagram.pm +++ b/lib/UR/Namespace/Command/Update/SchemaDiagram.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Update::SchemaDiagram; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm b/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm index c3bf7232..2fb96164 100644 --- a/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm +++ b/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; use POSIX qw(ENOENT); diff --git a/lib/UR/Object.pm b/lib/UR/Object.pm index b8b6329f..f86e32f4 100644 --- a/lib/UR/Object.pm +++ b/lib/UR/Object.pm @@ -9,7 +9,7 @@ use Scalar::Util qw(looks_like_number refaddr isweak); use List::MoreUtils qw(any); our @ISA = ('UR::ModuleBase'); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; # Base object API diff --git a/lib/UR/Object/Accessorized.pm b/lib/UR/Object/Accessorized.pm index 958f2fbd..6e227cb2 100644 --- a/lib/UR/Object/Accessorized.pm +++ b/lib/UR/Object/Accessorized.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Command/FetchAndDo.pm b/lib/UR/Object/Command/FetchAndDo.pm index c9a110c2..ba18d808 100644 --- a/lib/UR/Object/Command/FetchAndDo.pm +++ b/lib/UR/Object/Command/FetchAndDo.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Data::Dumper; class UR::Object::Command::FetchAndDo { diff --git a/lib/UR/Object/Command/List.pm b/lib/UR/Object/Command/List.pm index 49f3de93..4ed0debc 100644 --- a/lib/UR/Object/Command/List.pm +++ b/lib/UR/Object/Command/List.pm @@ -11,7 +11,7 @@ use List::Util qw(reduce); use Command::V2; use Carp qw(); -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::Command::List { is => 'Command::V2', diff --git a/lib/UR/Object/Command/List/Style.pm b/lib/UR/Object/Command/List/Style.pm index 7384650a..063d4788 100644 --- a/lib/UR/Object/Command/List/Style.pm +++ b/lib/UR/Object/Command/List/Style.pm @@ -1,6 +1,6 @@ package UR::Object::Command::List::Style; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; sub new { my ($class, %args) = @_; diff --git a/lib/UR/Object/Ghost.pm b/lib/UR/Object/Ghost.pm index 78adccfa..d4ad5a8c 100644 --- a/lib/UR/Object/Ghost.pm +++ b/lib/UR/Object/Ghost.pm @@ -10,7 +10,7 @@ package UR::Object::Ghost; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; sub _init_subclass { my $class_name = pop; diff --git a/lib/UR/Object/Index.pm b/lib/UR/Object/Index.pm index b5005bf8..66691a7e 100644 --- a/lib/UR/Object/Index.pm +++ b/lib/UR/Object/Index.pm @@ -1,7 +1,7 @@ # Index for cached objects. package UR::Object::Index; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; use base qw(UR::Object); use strict; diff --git a/lib/UR/Object/Iterator.pm b/lib/UR/Object/Iterator.pm index 38651347..7361f6ab 100644 --- a/lib/UR/Object/Iterator.pm +++ b/lib/UR/Object/Iterator.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; require UR::Iterator; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; our @CARP_NOT = qw( UR::Object ); diff --git a/lib/UR/Object/Join.pm b/lib/UR/Object/Join.pm index 6cd02abb..4fc40f4f 100644 --- a/lib/UR/Object/Join.pm +++ b/lib/UR/Object/Join.pm @@ -2,7 +2,7 @@ package UR::Object::Join; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; our @CARP_NOT = qw( UR::Object::Property ); diff --git a/lib/UR/Object/Property.pm b/lib/UR/Object/Property.pm index 4d66bd92..965aaa43 100644 --- a/lib/UR/Object/Property.pm +++ b/lib/UR/Object/Property.pm @@ -7,7 +7,7 @@ require UR; use Lingua::EN::Inflect; use Class::AutoloadCAN; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; our @CARP_NOT = qw( UR::DataSource::RDBMS UR::Object::Type ); # class_meta and r_class_meta duplicate the functionality if two properties of the same name, diff --git a/lib/UR/Object/Property/View/Default/Text.pm b/lib/UR/Object/Property/View/Default/Text.pm index 788a5120..dc045a4e 100644 --- a/lib/UR/Object/Property/View/Default/Text.pm +++ b/lib/UR/Object/Property/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Property::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm b/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm index b962785d..86251ebe 100644 --- a/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm +++ b/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Property::View::DescriptionLineItem::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Property/View/ReferenceDescription/Text.pm b/lib/UR/Object/Property/View/ReferenceDescription/Text.pm index d810ef20..e1e46bf8 100644 --- a/lib/UR/Object/Property/View/ReferenceDescription/Text.pm +++ b/lib/UR/Object/Property/View/ReferenceDescription/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Property::View::ReferenceDescription::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Set.pm b/lib/UR/Object/Set.pm index bf088159..3fd44dae 100644 --- a/lib/UR/Object/Set.pm +++ b/lib/UR/Object/Set.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; use List::MoreUtils qw(any); -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; our @CARP_NOT = qw( UR::Object::Type ); diff --git a/lib/UR/Object/Set/View/Default/Html.pm b/lib/UR/Object/Set/View/Default/Html.pm index 3d2a3cab..7d91e351 100644 --- a/lib/UR/Object/Set/View/Default/Html.pm +++ b/lib/UR/Object/Set/View/Default/Html.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Html; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::Set::View::Default::Html { is => 'UR::Object::View::Default::Html', diff --git a/lib/UR/Object/Set/View/Default/Json.pm b/lib/UR/Object/Set/View/Default/Json.pm index fca19fb0..6302114b 100644 --- a/lib/UR/Object/Set/View/Default/Json.pm +++ b/lib/UR/Object/Set/View/Default/Json.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Json; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::Set::View::Default::Json { is => 'UR::Object::View::Default::Json', diff --git a/lib/UR/Object/Set/View/Default/Text.pm b/lib/UR/Object/Set/View/Default/Text.pm index c115779d..40e4c746 100644 --- a/lib/UR/Object/Set/View/Default/Text.pm +++ b/lib/UR/Object/Set/View/Default/Text.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::Set::View::Default::Text { is => 'UR::Object::View::Default::Text', diff --git a/lib/UR/Object/Set/View/Default/Xml.pm b/lib/UR/Object/Set/View/Default/Xml.pm index 23bf7c07..bcaec76d 100644 --- a/lib/UR/Object/Set/View/Default/Xml.pm +++ b/lib/UR/Object/Set/View/Default/Xml.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Xml; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::Set::View::Default::Xml { is => 'UR::Object::View::Default::Xml', diff --git a/lib/UR/Object/Tag.pm b/lib/UR/Object/Tag.pm index 42500238..ba7c44e8 100644 --- a/lib/UR/Object/Tag.pm +++ b/lib/UR/Object/Tag.pm @@ -117,7 +117,7 @@ object. require 5.006_000; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; # set up module use base qw(UR::ModuleBase); diff --git a/lib/UR/Object/Type.pm b/lib/UR/Object/Type.pm index 5c75c609..c164488e 100644 --- a/lib/UR/Object/Type.pm +++ b/lib/UR/Object/Type.pm @@ -6,7 +6,7 @@ require UR; # Used during bootstrapping. our @ISA = qw(UR::Object); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; our @CARP_NOT = qw( UR::Object UR::Context UR::ModuleLoader Class::Autouse UR::BoolExpr ); diff --git a/lib/UR/Object/Type/AccessorWriter.pm b/lib/UR/Object/Type/AccessorWriter.pm index 3a58dbfb..7a043b92 100644 --- a/lib/UR/Object/Type/AccessorWriter.pm +++ b/lib/UR/Object/Type/AccessorWriter.pm @@ -6,7 +6,7 @@ package UR::Object::Type; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; #use warnings FATAL => 'all'; use Carp (); diff --git a/lib/UR/Object/Type/AccessorWriter/Product.pm b/lib/UR/Object/Type/AccessorWriter/Product.pm index d71d142a..14530eaf 100644 --- a/lib/UR/Object/Type/AccessorWriter/Product.pm +++ b/lib/UR/Object/Type/AccessorWriter/Product.pm @@ -4,7 +4,7 @@ package UR::Object::Type::AccessorWriter::Product; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; sub calculate { my $self = shift; diff --git a/lib/UR/Object/Type/AccessorWriter/Sum.pm b/lib/UR/Object/Type/AccessorWriter/Sum.pm index 5e77451b..a1a04e6b 100644 --- a/lib/UR/Object/Type/AccessorWriter/Sum.pm +++ b/lib/UR/Object/Type/AccessorWriter/Sum.pm @@ -4,7 +4,7 @@ package UR::Object::Type::AccessorWriter::Sum; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; sub calculate { my $self = shift; diff --git a/lib/UR/Object/Type/Initializer.pm b/lib/UR/Object/Type/Initializer.pm index 572c1cec..917d871c 100644 --- a/lib/UR/Object/Type/Initializer.pm +++ b/lib/UR/Object/Type/Initializer.pm @@ -17,7 +17,7 @@ BEGIN { } }; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Carp (); use Sub::Name (); diff --git a/lib/UR/Object/Type/InternalAPI.pm b/lib/UR/Object/Type/InternalAPI.pm index 337afa3b..ed038479 100644 --- a/lib/UR/Object/Type/InternalAPI.pm +++ b/lib/UR/Object/Type/InternalAPI.pm @@ -3,7 +3,7 @@ use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Sys::Hostname; use Cwd; diff --git a/lib/UR/Object/Type/ModuleWriter.pm b/lib/UR/Object/Type/ModuleWriter.pm index 72853674..43c2cbd8 100644 --- a/lib/UR/Object/Type/ModuleWriter.pm +++ b/lib/UR/Object/Type/ModuleWriter.pm @@ -8,7 +8,7 @@ require UR; use List::MoreUtils qw(first_index); use Scalar::Util qw(looks_like_number); -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; our %meta_classes; our $bootstrapping = 1; diff --git a/lib/UR/Object/Type/View/AvailableViews/Json.pm b/lib/UR/Object/Type/View/AvailableViews/Json.pm index 199fedd2..1203c4e6 100644 --- a/lib/UR/Object/Type/View/AvailableViews/Json.pm +++ b/lib/UR/Object/Type/View/AvailableViews/Json.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use UR::Object::Type::View::AvailableViews::Xml; diff --git a/lib/UR/Object/Type/View/AvailableViews/Xml.pm b/lib/UR/Object/Type/View/AvailableViews/Xml.pm index 5aad6f99..c5624595 100644 --- a/lib/UR/Object/Type/View/AvailableViews/Xml.pm +++ b/lib/UR/Object/Type/View/AvailableViews/Xml.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::Type::View::AvailableViews::Xml { is => 'UR::Object::View::Default::Xml', diff --git a/lib/UR/Object/Type/View/Default/Text.pm b/lib/UR/Object/Type/View/Default/Text.pm index 25aafb53..90a65873 100644 --- a/lib/UR/Object/Type/View/Default/Text.pm +++ b/lib/UR/Object/Type/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Type::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Type/View/Default/Xml.pm b/lib/UR/Object/Type/View/Default/Xml.pm index 3302f05a..5e30a194 100644 --- a/lib/UR/Object/Type/View/Default/Xml.pm +++ b/lib/UR/Object/Type/View/Default/Xml.pm @@ -3,7 +3,7 @@ package UR::Object::Type::View::Default::Xml; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Value.pm b/lib/UR/Object/Value.pm index b7e6ede2..8dbcb9d2 100644 --- a/lib/UR/Object/Value.pm +++ b/lib/UR/Object/Value.pm @@ -3,7 +3,7 @@ package UR::Object::Value; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::Value { is => 'UR::Value', diff --git a/lib/UR/Object/View.pm b/lib/UR/Object/View.pm index 2f7bcd19..9df252da 100644 --- a/lib/UR/Object/View.pm +++ b/lib/UR/Object/View.pm @@ -2,7 +2,7 @@ package UR::Object::View; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::View { has_abstract_constant => [ diff --git a/lib/UR/Object/View/Aspect.pm b/lib/UR/Object/View/Aspect.pm index 75c2fdce..eed71c98 100644 --- a/lib/UR/Object/View/Aspect.pm +++ b/lib/UR/Object/View/Aspect.pm @@ -4,7 +4,7 @@ use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::View::Aspect { id_by => [ diff --git a/lib/UR/Object/View/Default/Gtk.pm b/lib/UR/Object/View/Default/Gtk.pm index f6142e98..1c92f3c2 100644 --- a/lib/UR/Object/View/Default/Gtk.pm +++ b/lib/UR/Object/View/Default/Gtk.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Gtk; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/View/Default/Gtk2.pm b/lib/UR/Object/View/Default/Gtk2.pm index 5453aa14..c660c881 100644 --- a/lib/UR/Object/View/Default/Gtk2.pm +++ b/lib/UR/Object/View/Default/Gtk2.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Gtk2; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::View::Default::Gtk2 { is => 'UR::Object::View', diff --git a/lib/UR/Object/View/Default/Html.pm b/lib/UR/Object/View/Default/Html.pm index 15503fdf..fc86aa0b 100644 --- a/lib/UR/Object/View/Default/Html.pm +++ b/lib/UR/Object/View/Default/Html.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Html; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; class UR::Object::View::Default::Html { diff --git a/lib/UR/Object/View/Default/Json.pm b/lib/UR/Object/View/Default/Json.pm index 3f4d0dbd..5ad559fc 100644 --- a/lib/UR/Object/View/Default/Json.pm +++ b/lib/UR/Object/View/Default/Json.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Json; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use JSON; diff --git a/lib/UR/Object/View/Default/Text.pm b/lib/UR/Object/View/Default/Text.pm index 50358ebe..27927749 100644 --- a/lib/UR/Object/View/Default/Text.pm +++ b/lib/UR/Object/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::View::Default::Text { is => 'UR::Object::View', diff --git a/lib/UR/Object/View/Default/Xml.pm b/lib/UR/Object/View/Default/Xml.pm index 5e0b5d59..779ea886 100644 --- a/lib/UR/Object/View/Default/Xml.pm +++ b/lib/UR/Object/View/Default/Xml.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Xml; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; use XML::Dumper; use XML::LibXML; diff --git a/lib/UR/Object/View/Default/Xsl.pm b/lib/UR/Object/View/Default/Xsl.pm index dd7ff6bb..2ab24498 100644 --- a/lib/UR/Object/View/Default/Xsl.pm +++ b/lib/UR/Object/View/Default/Xsl.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Xsl; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; use XML::LibXML; diff --git a/lib/UR/Object/View/Lister/Text.pm b/lib/UR/Object/View/Lister/Text.pm index 50d1ba5c..d408bf97 100644 --- a/lib/UR/Object/View/Lister/Text.pm +++ b/lib/UR/Object/View/Lister/Text.pm @@ -3,7 +3,7 @@ package UR::Object::View::Lister::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use IO::File; UR::Object::Type->define( diff --git a/lib/UR/Object/View/Static/Html.pm b/lib/UR/Object/View/Static/Html.pm index b0dbb75b..9800d9d3 100644 --- a/lib/UR/Object/View/Static/Html.pm +++ b/lib/UR/Object/View/Static/Html.pm @@ -3,7 +3,7 @@ package UR::Object::View::Static::Html; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Object::View::Static::Html { is => 'UR::Object::View', diff --git a/lib/UR/Object/View/Toolkit.pm b/lib/UR/Object/View/Toolkit.pm index b9a1c978..941eb221 100644 --- a/lib/UR/Object/View/Toolkit.pm +++ b/lib/UR/Object/View/Toolkit.pm @@ -23,7 +23,7 @@ package UR::Object::View::Toolkit; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; require UR; diff --git a/lib/UR/Object/View/Toolkit/Text.pm b/lib/UR/Object/View/Toolkit/Text.pm index 2f5854ae..56698b9f 100644 --- a/lib/UR/Object/View/Toolkit/Text.pm +++ b/lib/UR/Object/View/Toolkit/Text.pm @@ -4,7 +4,7 @@ use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/ObjectDeprecated.pm b/lib/UR/ObjectDeprecated.pm index c10cf9f5..93ce6ed9 100644 --- a/lib/UR/ObjectDeprecated.pm +++ b/lib/UR/ObjectDeprecated.pm @@ -5,7 +5,7 @@ package UR::Object; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Data::Dumper; use Scalar::Util qw(blessed); diff --git a/lib/UR/ObjectV001removed.pm b/lib/UR/ObjectV001removed.pm index cbd2c2d6..e23b51d9 100644 --- a/lib/UR/ObjectV001removed.pm +++ b/lib/UR/ObjectV001removed.pm @@ -23,7 +23,7 @@ only change with major releases number increments. use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Data::Dumper; use Scalar::Util qw(blessed); diff --git a/lib/UR/ObjectV04removed.pm b/lib/UR/ObjectV04removed.pm index 5c786dbd..78b3e20a 100644 --- a/lib/UR/ObjectV04removed.pm +++ b/lib/UR/ObjectV04removed.pm @@ -25,7 +25,7 @@ only change with major releases number increments. package UR::BoolExpr; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; *get_rule_template = \&template; *rule_template = \&template; diff --git a/lib/UR/Observer.pm b/lib/UR/Observer.pm index 031711f5..2da14144 100644 --- a/lib/UR/Observer.pm +++ b/lib/UR/Observer.pm @@ -8,7 +8,7 @@ BEGIN { require UR::Context::Transaction; }; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Role.pm b/lib/UR/Role.pm index 353f2c40..8f14d9fb 100644 --- a/lib/UR/Role.pm +++ b/lib/UR/Role.pm @@ -23,7 +23,7 @@ our @CARP_NOT = qw(UR::Object::Type); use Exporter qw(import); our @EXPORT_OK = qw(before after around); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; Class::Autouse->sugar(\&_define_role); diff --git a/lib/UR/Role/Instance.pm b/lib/UR/Role/Instance.pm index 21a7c3e1..e21cd53c 100644 --- a/lib/UR/Role/Instance.pm +++ b/lib/UR/Role/Instance.pm @@ -3,7 +3,7 @@ package UR::Role::Instance; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Role::Instance', diff --git a/lib/UR/Role/MethodModifier.pm b/lib/UR/Role/MethodModifier.pm index 8f49d009..f2eb50a3 100644 --- a/lib/UR/Role/MethodModifier.pm +++ b/lib/UR/Role/MethodModifier.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION +our $VERSION = "0.46"; # UR $VERSION use Carp; use Sub::Install; diff --git a/lib/UR/Role/MethodModifier/After.pm b/lib/UR/Role/MethodModifier/After.pm index 7cf73936..8e559167 100644 --- a/lib/UR/Role/MethodModifier/After.pm +++ b/lib/UR/Role/MethodModifier/After.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier::After; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use UR; diff --git a/lib/UR/Role/MethodModifier/Around.pm b/lib/UR/Role/MethodModifier/Around.pm index ed72e010..c661bd1b 100644 --- a/lib/UR/Role/MethodModifier/Around.pm +++ b/lib/UR/Role/MethodModifier/Around.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier::Around; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use UR; diff --git a/lib/UR/Role/MethodModifier/Before.pm b/lib/UR/Role/MethodModifier/Before.pm index d0acef95..b63c158e 100644 --- a/lib/UR/Role/MethodModifier/Before.pm +++ b/lib/UR/Role/MethodModifier/Before.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier::Before; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use UR; diff --git a/lib/UR/Role/Param.pm b/lib/UR/Role/Param.pm index d6684e1c..2a048c3a 100644 --- a/lib/UR/Role/Param.pm +++ b/lib/UR/Role/Param.pm @@ -6,7 +6,7 @@ use warnings; use Carp qw(); use Scalar::Util qw(blessed); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; my %all_params; diff --git a/lib/UR/Role/Prototype.pm b/lib/UR/Role/Prototype.pm index bc91ab0c..a17624d3 100644 --- a/lib/UR/Role/Prototype.pm +++ b/lib/UR/Role/Prototype.pm @@ -14,7 +14,7 @@ use List::MoreUtils qw(any); use Carp; our @CARP_NOT = qw(UR::Object::Type); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Role::Prototype', diff --git a/lib/UR/Role/PrototypeWithParams.pm b/lib/UR/Role/PrototypeWithParams.pm index 984f31ee..676fc040 100644 --- a/lib/UR/Role/PrototypeWithParams.pm +++ b/lib/UR/Role/PrototypeWithParams.pm @@ -3,7 +3,7 @@ package UR::Role::PrototypeWithParams; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.46"; # UR $VERSION; # A plain-perl class to represent a role prototype bound to a set of params. # It exists ephemerally as a class is composing its roles when using this diff --git a/lib/UR/Service/JsonRpcServer.pm b/lib/UR/Service/JsonRpcServer.pm index 450d76f2..064792e6 100644 --- a/lib/UR/Service/JsonRpcServer.pm +++ b/lib/UR/Service/JsonRpcServer.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Service/RPC/Executer.pm b/lib/UR/Service/RPC/Executer.pm index 49eb8662..b0e7ef44 100644 --- a/lib/UR/Service/RPC/Executer.pm +++ b/lib/UR/Service/RPC/Executer.pm @@ -4,7 +4,7 @@ use UR; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Service::RPC::Executer { has => [ diff --git a/lib/UR/Service/RPC/Message.pm b/lib/UR/Service/RPC/Message.pm index 8a69eb89..474ff0f9 100644 --- a/lib/UR/Service/RPC/Message.pm +++ b/lib/UR/Service/RPC/Message.pm @@ -6,7 +6,7 @@ use IO::Select; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Service::RPC::Message', diff --git a/lib/UR/Service/RPC/Server.pm b/lib/UR/Service/RPC/Server.pm index 20c1af52..5e726007 100644 --- a/lib/UR/Service/RPC/Server.pm +++ b/lib/UR/Service/RPC/Server.pm @@ -5,7 +5,7 @@ use IO::Select; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; # We're going to be essentially reimplementing an Event queue here. :( diff --git a/lib/UR/Service/RPC/TcpConnectionListener.pm b/lib/UR/Service/RPC/TcpConnectionListener.pm index 8af53456..d34995ca 100644 --- a/lib/UR/Service/RPC/TcpConnectionListener.pm +++ b/lib/UR/Service/RPC/TcpConnectionListener.pm @@ -4,7 +4,7 @@ use UR; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Service::RPC::TcpConnectionListener { is => 'UR::Service::RPC::Executer', diff --git a/lib/UR/Singleton.pm b/lib/UR/Singleton.pm index e11f2c90..8570f8ea 100644 --- a/lib/UR/Singleton.pm +++ b/lib/UR/Singleton.pm @@ -4,7 +4,7 @@ package UR::Singleton; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Singleton', diff --git a/lib/UR/Util.pm b/lib/UR/Util.pm index e035e0d5..1d04ecd0 100644 --- a/lib/UR/Util.pm +++ b/lib/UR/Util.pm @@ -4,7 +4,7 @@ package UR::Util; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; use Cwd; use Data::Dumper; use Clone::PP; diff --git a/lib/UR/Value.pm b/lib/UR/Value.pm index 21b99f17..f6771fe1 100644 --- a/lib/UR/Value.pm +++ b/lib/UR/Value.pm @@ -7,7 +7,7 @@ require UR; use List::MoreUtils; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; our @CARP_NOT = qw( UR::Context ); diff --git a/lib/UR/Value/ARRAY.pm b/lib/UR/Value/ARRAY.pm index a519c019..13f2d4ad 100644 --- a/lib/UR/Value/ARRAY.pm +++ b/lib/UR/Value/ARRAY.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::ARRAY', diff --git a/lib/UR/Value/Blob.pm b/lib/UR/Value/Blob.pm index f466ac43..3fc03329 100644 --- a/lib/UR/Value/Blob.pm +++ b/lib/UR/Value/Blob.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Blob', diff --git a/lib/UR/Value/Boolean.pm b/lib/UR/Value/Boolean.pm index d26c1f32..5d441a76 100644 --- a/lib/UR/Value/Boolean.pm +++ b/lib/UR/Value/Boolean.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Boolean', diff --git a/lib/UR/Value/Boolean/View/Default/Text.pm b/lib/UR/Value/Boolean/View/Default/Text.pm index 1d6422c3..f588d2c8 100644 --- a/lib/UR/Value/Boolean/View/Default/Text.pm +++ b/lib/UR/Value/Boolean/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Value::Boolean::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; class UR::Value::Boolean::View::Default::Text { is => 'UR::Object::View::Default::Text' diff --git a/lib/UR/Value/CODE.pm b/lib/UR/Value/CODE.pm index 5bb86ee6..904d4f7d 100644 --- a/lib/UR/Value/CODE.pm +++ b/lib/UR/Value/CODE.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::CODE', diff --git a/lib/UR/Value/CSV.pm b/lib/UR/Value/CSV.pm index 2d2c465c..3d95abad 100644 --- a/lib/UR/Value/CSV.pm +++ b/lib/UR/Value/CSV.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::CSV', diff --git a/lib/UR/Value/DateTime.pm b/lib/UR/Value/DateTime.pm index 64a76a93..0c32f3f0 100644 --- a/lib/UR/Value/DateTime.pm +++ b/lib/UR/Value/DateTime.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::DateTime', diff --git a/lib/UR/Value/Decimal.pm b/lib/UR/Value/Decimal.pm index b332af75..d58fb232 100644 --- a/lib/UR/Value/Decimal.pm +++ b/lib/UR/Value/Decimal.pm @@ -2,7 +2,7 @@ package UR::Value::Decimal; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Decimal', diff --git a/lib/UR/Value/DirectoryPath.pm b/lib/UR/Value/DirectoryPath.pm index 080dcd84..042f16db 100644 --- a/lib/UR/Value/DirectoryPath.pm +++ b/lib/UR/Value/DirectoryPath.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::DirectoryPath', diff --git a/lib/UR/Value/FOF.pm b/lib/UR/Value/FOF.pm index a8f199a1..606e49ec 100644 --- a/lib/UR/Value/FOF.pm +++ b/lib/UR/Value/FOF.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::FOF', diff --git a/lib/UR/Value/FilePath.pm b/lib/UR/Value/FilePath.pm index 1ceb422b..b79efe2b 100644 --- a/lib/UR/Value/FilePath.pm +++ b/lib/UR/Value/FilePath.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::FilePath', diff --git a/lib/UR/Value/FilesystemPath.pm b/lib/UR/Value/FilesystemPath.pm index 71cfb7a4..c5728511 100644 --- a/lib/UR/Value/FilesystemPath.pm +++ b/lib/UR/Value/FilesystemPath.pm @@ -3,7 +3,7 @@ package UR::Value::FilesystemPath; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::FilesystemPath', diff --git a/lib/UR/Value/Float.pm b/lib/UR/Value/Float.pm index 3b8c5f82..edf49fa6 100644 --- a/lib/UR/Value/Float.pm +++ b/lib/UR/Value/Float.pm @@ -2,7 +2,7 @@ package UR::Value::Float; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Float', diff --git a/lib/UR/Value/GLOB.pm b/lib/UR/Value/GLOB.pm index 9c3487e8..ed234d36 100644 --- a/lib/UR/Value/GLOB.pm +++ b/lib/UR/Value/GLOB.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::GLOB', diff --git a/lib/UR/Value/HASH.pm b/lib/UR/Value/HASH.pm index 2b2e6339..de97f44e 100644 --- a/lib/UR/Value/HASH.pm +++ b/lib/UR/Value/HASH.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::HASH', diff --git a/lib/UR/Value/Integer.pm b/lib/UR/Value/Integer.pm index 2d249ca6..6abe5b5b 100644 --- a/lib/UR/Value/Integer.pm +++ b/lib/UR/Value/Integer.pm @@ -5,7 +5,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Integer', diff --git a/lib/UR/Value/Iterator.pm b/lib/UR/Value/Iterator.pm index 046ed296..93684ac6 100644 --- a/lib/UR/Value/Iterator.pm +++ b/lib/UR/Value/Iterator.pm @@ -3,7 +3,7 @@ package UR::Value::Iterator; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; sub create { my $class = shift; diff --git a/lib/UR/Value/Number.pm b/lib/UR/Value/Number.pm index 4318ac0d..9003d0b2 100644 --- a/lib/UR/Value/Number.pm +++ b/lib/UR/Value/Number.pm @@ -2,7 +2,7 @@ package UR::Value::Number; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Number', diff --git a/lib/UR/Value/PerlReference.pm b/lib/UR/Value/PerlReference.pm index 5f7db77f..00775b02 100644 --- a/lib/UR/Value/PerlReference.pm +++ b/lib/UR/Value/PerlReference.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::PerlReference', diff --git a/lib/UR/Value/REF.pm b/lib/UR/Value/REF.pm index 33ea75bf..fb9661c5 100644 --- a/lib/UR/Value/REF.pm +++ b/lib/UR/Value/REF.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::REF', diff --git a/lib/UR/Value/SCALAR.pm b/lib/UR/Value/SCALAR.pm index e1d2755e..52e9f721 100644 --- a/lib/UR/Value/SCALAR.pm +++ b/lib/UR/Value/SCALAR.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::SCALAR', diff --git a/lib/UR/Value/Set.pm b/lib/UR/Value/Set.pm index 44ddb8e1..a5d67269 100644 --- a/lib/UR/Value/Set.pm +++ b/lib/UR/Value/Set.pm @@ -2,7 +2,7 @@ package UR::Value::Set; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; sub members { my $self = shift; diff --git a/lib/UR/Value/SloppyPrimitive.pm b/lib/UR/Value/SloppyPrimitive.pm index 3cd27dae..a4b1a6a1 100644 --- a/lib/UR/Value/SloppyPrimitive.pm +++ b/lib/UR/Value/SloppyPrimitive.pm @@ -2,7 +2,7 @@ package UR::Value::SloppyPrimitive; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::SloppyPrimitive', diff --git a/lib/UR/Value/String.pm b/lib/UR/Value/String.pm index cb9d6bed..1304ac2b 100644 --- a/lib/UR/Value/String.pm +++ b/lib/UR/Value/String.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::String', diff --git a/lib/UR/Value/Text.pm b/lib/UR/Value/Text.pm index d323b3eb..f161c7f3 100644 --- a/lib/UR/Value/Text.pm +++ b/lib/UR/Value/Text.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Text', diff --git a/lib/UR/Value/Timestamp.pm b/lib/UR/Value/Timestamp.pm index de42cdd9..561e5647 100644 --- a/lib/UR/Value/Timestamp.pm +++ b/lib/UR/Value/Timestamp.pm @@ -2,7 +2,7 @@ package UR::Value::Timestamp; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Timestamp', diff --git a/lib/UR/Value/URL.pm b/lib/UR/Value/URL.pm index ad939c1e..682b0c7f 100644 --- a/lib/UR/Value/URL.pm +++ b/lib/UR/Value/URL.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::URL', diff --git a/lib/UR/Vocabulary.pm b/lib/UR/Vocabulary.pm index d2813dd1..88518a13 100644 --- a/lib/UR/Vocabulary.pm +++ b/lib/UR/Vocabulary.pm @@ -6,7 +6,7 @@ use warnings; use Lingua::EN::Inflect ("PL_V","PL"); require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.46"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Vocabulary', From 50b11ddad215d0ad760992b15b2c30bf64e2b1a4 Mon Sep 17 00:00:00 2001 From: Anthony Brummett Date: Sun, 29 Jul 2018 18:09:18 -0500 Subject: [PATCH 2/5] changes since the last release --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index f12bc953..2a2fa40a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for UR {{$NEXT}} + Fixed test breakage from changes in the JSON serialzer for Views + Fixed test breakage from behavior changes in Perl 5.26 and 5.28 + Other misc bug fixes 0.46 2017-03-24T19:40:54Z Documentation fixes From fd52054004d9c0f42ed77e93760a4df5b0fac583 Mon Sep 17 00:00:00 2001 From: Anthony Brummett Date: Sun, 5 Aug 2018 14:25:15 -0500 Subject: [PATCH 3/5] Don't track META.json - it's part of the build process --- .gitignore | 2 +- META.json | 161 ----------------------------------------------------- 2 files changed, 1 insertion(+), 162 deletions(-) delete mode 100644 META.json diff --git a/.gitignore b/.gitignore index 26210ea4..1f0a2e52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # Minilla /UR-* /.build -!META.json +META.json /Build /MYMETA.json /MYMETA.yml diff --git a/META.json b/META.json deleted file mode 100644 index 6667d28a..00000000 --- a/META.json +++ /dev/null @@ -1,161 +0,0 @@ -{ - "abstract" : "rich declarative transactional objects", - "author" : [ - "UR was built by the software development team at the McDonnell Genome Institute" - ], - "dynamic_config" : 0, - "generated_by" : "Minilla/v3.1.1, CPAN::Meta::Converter version 2.150010", - "license" : [ - "perl_5" - ], - "meta-spec" : { - "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : 2 - }, - "name" : "UR", - "no_index" : { - "directory" : [ - "t", - "xt", - "inc", - "share", - "eg", - "examples", - "author", - "builder" - ] - }, - "prereqs" : { - "configure" : { - "requires" : { - "Module::Build" : "0.4005" - } - }, - "develop" : { - "requires" : { - "CPAN::Uploader" : "0", - "Minilla" : "v1.1.0", - "Test::CPAN::Meta" : "0", - "Test::MinimumVersion::Fast" : "0.04", - "Test::PAUSE::Permissions" : "0.04", - "Test::Pod" : "1.41", - "Test::Spellunker" : "v0.2.7", - "Version::Next" : "0" - } - }, - "runtime" : { - "requires" : { - "Carp" : "0", - "Class::AutoloadCAN" : "0.03", - "Class::Autouse" : "2.0", - "Clone::PP" : "1.02", - "DBD::SQLite" : "1.14", - "DBI" : "1.601", - "Data::Compare" : "0.13", - "Data::UUID" : "0.148", - "Date::Format" : "0", - "Devel::GlobalDestruction" : "0", - "File::Basename" : "2.73", - "File::Path" : "0", - "File::Temp" : "0", - "FreezeThaw" : "0.43", - "Getopt::Complete" : "0.26", - "HTTP::Request" : "0", - "JSON" : "0", - "Lingua::EN::Inflect" : "1.88", - "List::MoreUtils" : "0", - "MRO::Compat" : "0", - "Module::Runtime" : "v0.14.0", - "Path::Class" : "0", - "Plack" : "0", - "Pod::Simple::HTML" : "3.03", - "Pod::Simple::Text" : "2.02", - "Sub::Install" : "0.924", - "Sub::Name" : "0.04", - "Sys::Hostname" : "1.11", - "Template" : "0", - "Text::Diff" : "0.35", - "Text::Glob" : "0", - "YAML" : "0", - "perl" : "v5.8.7", - "version" : "0" - } - }, - "test" : { - "requires" : { - "Test::Deep" : "0", - "Test::Exception" : "0", - "Test::Fatal" : "0", - "Test::Fork" : "0", - "Test::More" : "0.98" - } - } - }, - "release_status" : "unstable", - "resources" : { - "bugtracker" : { - "web" : "https://github.com/genome/UR/issues" - }, - "homepage" : "https://github.com/genome/UR", - "repository" : { - "type" : "git", - "url" : "git://github.com/genome/UR.git", - "web" : "https://github.com/genome/UR" - } - }, - "version" : "0.46", - "x_contributors" : [ - "Adam Coffman ", - "Adam Dukes ", - "Anthony Brummett ", - "Ben Oberkfell ", - "Brian Derickson ", - "Chris Oliver ", - "David Morton ", - "David Morton ", - "Eddie Belter ", - "Eric Clark ", - "Feiyu Du ", - "Gabriel Sanderson ", - "Ian Ferguson ", - "James Koval ", - "Jason Walker ", - "Jim Eldred ", - "Jim Weible ", - "Joshua McMichael ", - "Justin Lolofie ", - "Kyung Kim ", - "Mark Burnett ", - "Mark Johnson ", - "Matt Callaway ", - "Nathaniel Nutter ", - "Neil Bowers ", - "Philip Kimmey ", - "Rob Long ", - "Robert Long ", - "Scott Smith ", - "Sebastian Heil <(none)>", - "Steven Wallace ", - "Susanna Siebert ", - "Thomas B. Mooney ", - "Travis Abbott ", - "Yanick Champoux ", - "apregier ", - "charris ", - "edemello ", - "josborne ", - "jschindl ", - "lcarmich ", - "thepler " - "Eddie Belter ", - "Jim Eldred ", - "Yanick Champoux ", - "Thomas B. Mooney ", - "Thomas B. Mooney ", - "Anthony Brummett ", - "Anthony Brummett ", - "Eddie Belter " - ], - "x_serialization_backend" : "JSON::PP version 2.97001", - "x_static_install" : 0 -} From ee9ac0b8bb3af14a525557c955855bc441bc476f Mon Sep 17 00:00:00 2001 From: Anthony Brummett Date: Sun, 5 Aug 2018 14:31:06 -0500 Subject: [PATCH 4/5] changes list for the debian packages --- ubuntu-lucid/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ubuntu-lucid/changelog b/ubuntu-lucid/changelog index 2beebb88..a4ba87c1 100644 --- a/ubuntu-lucid/changelog +++ b/ubuntu-lucid/changelog @@ -1,3 +1,18 @@ +libur-perl (0.47-1) unstable; urgency=low + + * Fixed test breakage from changes in the JSON serialzer for Views + * Fixed test breakage from behavior changes in Perl 5.26 and 5.28 + * Other misc bug fixes + + -- Anthony Brummett Sun, 5 Aug 2018 14:30:00 -600 + +libur-perl (0.46-1) unstable; urgency=low + + * Documentation fixes + * Bug fixes for the mysql data source + + -- Anthony Brummett Fri, 24 Mar 2017 14:59:00 -600 + libur-perl (0.45-1) unstable; urgency=low * UR now supports Roles. See the docs in UR::Role. From be0b2e04c9666076295894df22d267d5e7634a86 Mon Sep 17 00:00:00 2001 From: Anthony Brummett Date: Mon, 6 Aug 2018 09:28:23 -0500 Subject: [PATCH 5/5] Checking in changes prior to tagging of version 0.47. Changelog diff is: diff --git a/Changes b/Changes index 2a2fa40..30acc7d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for UR {{$NEXT}} + +0.47 2018-08-06T14:26:31Z Fixed test breakage from changes in the JSON serialzer for Views Fixed test breakage from behavior changes in Perl 5.26 and 5.28 Other misc bug fixes --- Build.PL | 19 +++++++++++++++++++ Changes | 2 ++ README.md | 2 +- lib/Command.pm | 2 +- lib/Command/Tree.pm | 2 +- lib/Command/V1.pm | 2 +- lib/Command/V2.pm | 2 +- lib/UR.pm | 4 ++-- lib/UR/All.pm | 2 +- lib/UR/AttributeHandlers.pm | 2 +- lib/UR/BoolExpr.pm | 2 +- lib/UR/BoolExpr/Template.pm | 2 +- lib/UR/BoolExpr/Template/And.pm | 2 +- lib/UR/BoolExpr/Template/Composite.pm | 2 +- lib/UR/BoolExpr/Template/Or.pm | 2 +- .../BoolExpr/Template/PropertyComparison.pm | 2 +- .../Template/PropertyComparison/Between.pm | 2 +- .../Template/PropertyComparison/Equals.pm | 2 +- .../Template/PropertyComparison/False.pm | 2 +- .../PropertyComparison/GreaterOrEqual.pm | 2 +- .../PropertyComparison/GreaterThan.pm | 2 +- .../Template/PropertyComparison/In.pm | 2 +- .../Template/PropertyComparison/Isa.pm | 2 +- .../PropertyComparison/LessOrEqual.pm | 2 +- .../Template/PropertyComparison/LessThan.pm | 2 +- .../Template/PropertyComparison/Like.pm | 2 +- .../Template/PropertyComparison/Matches.pm | 2 +- .../Template/PropertyComparison/NotBetween.pm | 2 +- .../Template/PropertyComparison/NotEquals.pm | 2 +- .../Template/PropertyComparison/NotIn.pm | 2 +- .../Template/PropertyComparison/NotLike.pm | 2 +- .../Template/PropertyComparison/True.pm | 2 +- lib/UR/BoolExpr/Util.pm | 2 +- lib/UR/Change.pm | 2 +- lib/UR/Context.pm | 2 +- lib/UR/Context/AutoUnloadPool.pm | 2 +- lib/UR/Context/DefaultRoot.pm | 2 +- lib/UR/Context/ImportIterator.pm | 2 +- lib/UR/Context/LoadingIterator.pm | 2 +- lib/UR/Context/ObjectFabricator.pm | 2 +- lib/UR/Context/Process.pm | 2 +- lib/UR/Context/Root.pm | 2 +- lib/UR/Context/Transaction.pm | 2 +- lib/UR/DBI.pm | 2 +- lib/UR/DBI/Report.pm | 2 +- lib/UR/DataSource.pm | 2 +- lib/UR/DataSource/CSV.pm | 2 +- lib/UR/DataSource/Code.pm | 2 +- lib/UR/DataSource/Default.pm | 2 +- lib/UR/DataSource/File.pm | 2 +- lib/UR/DataSource/FileMux.pm | 2 +- lib/UR/DataSource/Filesystem.pm | 2 +- lib/UR/DataSource/Meta.pm | 2 +- lib/UR/DataSource/MySQL.pm | 2 +- lib/UR/DataSource/Oracle.pm | 2 +- lib/UR/DataSource/Pg.pm | 2 +- lib/UR/DataSource/QueryPlan.pm | 2 +- lib/UR/DataSource/RDBMS.pm | 2 +- lib/UR/DataSource/RDBMS/BitmapIndex.pm | 2 +- lib/UR/DataSource/RDBMS/Entity.pm | 2 +- lib/UR/DataSource/RDBMS/FkConstraint.pm | 2 +- lib/UR/DataSource/RDBMS/FkConstraintColumn.pm | 2 +- lib/UR/DataSource/RDBMS/PkConstraintColumn.pm | 2 +- lib/UR/DataSource/RDBMS/Table.pm | 2 +- .../RDBMS/Table/View/Default/Text.pm | 2 +- lib/UR/DataSource/RDBMS/TableColumn.pm | 2 +- .../RDBMS/TableColumn/View/Default/Text.pm | 2 +- .../RDBMS/UniqueConstraintColumn.pm | 2 +- lib/UR/DataSource/SQLite.pm | 2 +- lib/UR/DataSource/ValueDomain.pm | 2 +- lib/UR/Debug.pm | 2 +- lib/UR/DeletedRef.pm | 2 +- lib/UR/Doc/Pod2Html.pm | 2 +- lib/UR/Doc/Section.pm | 2 +- lib/UR/Doc/Writer.pm | 2 +- lib/UR/Doc/Writer/Html.pm | 2 +- lib/UR/Doc/Writer/Pod.pm | 2 +- lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm | 2 +- lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm | 2 +- lib/UR/Env/UR_CONTEXT_BASE.pm | 2 +- lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm | 2 +- lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm | 2 +- lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm | 2 +- lib/UR/Env/UR_CONTEXT_ROOT.pm | 2 +- lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm | 2 +- lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm | 2 +- lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm | 2 +- lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm | 2 +- lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm | 2 +- lib/UR/Env/UR_DBI_MONITOR_DML.pm | 2 +- lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm | 2 +- lib/UR/Env/UR_DBI_MONITOR_SQL.pm | 2 +- lib/UR/Env/UR_DBI_NO_COMMIT.pm | 2 +- lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm | 2 +- lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm | 2 +- lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm | 2 +- lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm | 2 +- lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm | 2 +- lib/UR/Env/UR_IGNORE.pm | 2 +- lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm | 2 +- lib/UR/Env/UR_NR_CPU.pm | 2 +- lib/UR/Env/UR_RUN_LONG_TESTS.pm | 2 +- lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm | 2 +- lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm | 2 +- lib/UR/Env/UR_TEST_QUIET.pm | 2 +- lib/UR/Env/UR_USED_LIBS.pm | 2 +- lib/UR/Env/UR_USED_MODS.pm | 2 +- lib/UR/Env/UR_USE_ANY.pm | 2 +- lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm | 2 +- lib/UR/Exit.pm | 2 +- lib/UR/Iterator.pm | 2 +- lib/UR/ModuleBase.pm | 2 +- lib/UR/ModuleBuild.pm | 2 +- lib/UR/ModuleConfig.pm | 2 +- lib/UR/ModuleLoader.pm | 2 +- lib/UR/Namespace.pm | 2 +- lib/UR/Namespace/Command.pm | 2 +- lib/UR/Namespace/Command/Base.pm | 2 +- lib/UR/Namespace/Command/Define.pm | 2 +- lib/UR/Namespace/Command/Define/Class.pm | 2 +- lib/UR/Namespace/Command/Define/Datasource.pm | 2 +- .../Command/Define/Datasource/File.pm | 2 +- .../Command/Define/Datasource/Mysql.pm | 2 +- .../Command/Define/Datasource/Oracle.pm | 2 +- .../Namespace/Command/Define/Datasource/Pg.pm | 2 +- .../Command/Define/Datasource/Rdbms.pm | 2 +- .../Define/Datasource/RdbmsWithAuth.pm | 2 +- .../Command/Define/Datasource/Sqlite.pm | 2 +- lib/UR/Namespace/Command/Define/Db.pm | 2 +- lib/UR/Namespace/Command/Define/Namespace.pm | 2 +- lib/UR/Namespace/Command/Init.pm | 2 +- lib/UR/Namespace/Command/List.pm | 2 +- lib/UR/Namespace/Command/List/Classes.pm | 2 +- lib/UR/Namespace/Command/List/Modules.pm | 2 +- lib/UR/Namespace/Command/List/Objects.pm | 2 +- lib/UR/Namespace/Command/Old.pm | 2 +- lib/UR/Namespace/Command/Old/DiffRewrite.pm | 2 +- lib/UR/Namespace/Command/Old/DiffUpdate.pm | 2 +- .../Command/Old/ExportDbicClasses.pm | 2 +- lib/UR/Namespace/Command/Old/Info.pm | 2 +- lib/UR/Namespace/Command/Old/Redescribe.pm | 2 +- .../Namespace/Command/RunsOnModulesInTree.pm | 2 +- lib/UR/Namespace/Command/Show/Properties.pm | 2 +- lib/UR/Namespace/Command/Sys.pm | 2 +- lib/UR/Namespace/Command/Sys/ClassBrowser.pm | 2 +- lib/UR/Namespace/Command/Test.pm | 2 +- lib/UR/Namespace/Command/Test/Callcount.pm | 2 +- .../Namespace/Command/Test/Callcount/List.pm | 2 +- lib/UR/Namespace/Command/Test/Compile.pm | 2 +- lib/UR/Namespace/Command/Test/Eval.pm | 2 +- lib/UR/Namespace/Command/Test/Run.pm | 2 +- .../Command/Test/TrackObjectRelease.pm | 2 +- lib/UR/Namespace/Command/Test/Use.pm | 2 +- lib/UR/Namespace/Command/Test/Window.pm | 2 +- lib/UR/Namespace/Command/Update.pm | 2 +- .../Namespace/Command/Update/ClassDiagram.pm | 2 +- .../Namespace/Command/Update/ClassesFromDb.pm | 2 +- lib/UR/Namespace/Command/Update/Doc.pm | 2 +- lib/UR/Namespace/Command/Update/Pod.pm | 2 +- .../Namespace/Command/Update/RenameClass.pm | 2 +- .../Command/Update/RewriteClassHeader.pm | 2 +- .../Namespace/Command/Update/SchemaDiagram.pm | 2 +- .../Command/Update/TabCompletionSpec.pm | 2 +- lib/UR/Object.pm | 2 +- lib/UR/Object/Accessorized.pm | 2 +- lib/UR/Object/Command/FetchAndDo.pm | 2 +- lib/UR/Object/Command/List.pm | 2 +- lib/UR/Object/Command/List/Style.pm | 2 +- lib/UR/Object/Ghost.pm | 2 +- lib/UR/Object/Index.pm | 2 +- lib/UR/Object/Iterator.pm | 2 +- lib/UR/Object/Join.pm | 2 +- lib/UR/Object/Property.pm | 2 +- lib/UR/Object/Property/View/Default/Text.pm | 2 +- .../Property/View/DescriptionLineItem/Text.pm | 2 +- .../View/ReferenceDescription/Text.pm | 2 +- lib/UR/Object/Set.pm | 2 +- lib/UR/Object/Set/View/Default/Html.pm | 2 +- lib/UR/Object/Set/View/Default/Json.pm | 2 +- lib/UR/Object/Set/View/Default/Text.pm | 2 +- lib/UR/Object/Set/View/Default/Xml.pm | 2 +- lib/UR/Object/Tag.pm | 2 +- lib/UR/Object/Type.pm | 2 +- lib/UR/Object/Type/AccessorWriter.pm | 2 +- lib/UR/Object/Type/AccessorWriter/Product.pm | 2 +- lib/UR/Object/Type/AccessorWriter/Sum.pm | 2 +- lib/UR/Object/Type/Initializer.pm | 2 +- lib/UR/Object/Type/InternalAPI.pm | 2 +- lib/UR/Object/Type/ModuleWriter.pm | 2 +- .../Object/Type/View/AvailableViews/Json.pm | 2 +- lib/UR/Object/Type/View/AvailableViews/Xml.pm | 2 +- lib/UR/Object/Type/View/Default/Text.pm | 2 +- lib/UR/Object/Type/View/Default/Xml.pm | 2 +- lib/UR/Object/Value.pm | 2 +- lib/UR/Object/View.pm | 2 +- lib/UR/Object/View/Aspect.pm | 2 +- lib/UR/Object/View/Default/Gtk.pm | 2 +- lib/UR/Object/View/Default/Gtk2.pm | 2 +- lib/UR/Object/View/Default/Html.pm | 2 +- lib/UR/Object/View/Default/Json.pm | 2 +- lib/UR/Object/View/Default/Text.pm | 2 +- lib/UR/Object/View/Default/Xml.pm | 2 +- lib/UR/Object/View/Default/Xsl.pm | 2 +- lib/UR/Object/View/Lister/Text.pm | 2 +- lib/UR/Object/View/Static/Html.pm | 2 +- lib/UR/Object/View/Toolkit.pm | 2 +- lib/UR/Object/View/Toolkit/Text.pm | 2 +- lib/UR/ObjectDeprecated.pm | 2 +- lib/UR/ObjectV001removed.pm | 2 +- lib/UR/ObjectV04removed.pm | 2 +- lib/UR/Observer.pm | 2 +- lib/UR/Role.pm | 2 +- lib/UR/Role/Instance.pm | 2 +- lib/UR/Role/MethodModifier.pm | 2 +- lib/UR/Role/MethodModifier/After.pm | 2 +- lib/UR/Role/MethodModifier/Around.pm | 2 +- lib/UR/Role/MethodModifier/Before.pm | 2 +- lib/UR/Role/Param.pm | 2 +- lib/UR/Role/Prototype.pm | 2 +- lib/UR/Role/PrototypeWithParams.pm | 2 +- lib/UR/Service/JsonRpcServer.pm | 2 +- lib/UR/Service/RPC/Executer.pm | 2 +- lib/UR/Service/RPC/Message.pm | 2 +- lib/UR/Service/RPC/Server.pm | 2 +- lib/UR/Service/RPC/TcpConnectionListener.pm | 2 +- lib/UR/Singleton.pm | 2 +- lib/UR/Util.pm | 2 +- lib/UR/Value.pm | 2 +- lib/UR/Value/ARRAY.pm | 2 +- lib/UR/Value/Blob.pm | 2 +- lib/UR/Value/Boolean.pm | 2 +- lib/UR/Value/Boolean/View/Default/Text.pm | 2 +- lib/UR/Value/CODE.pm | 2 +- lib/UR/Value/CSV.pm | 2 +- lib/UR/Value/DateTime.pm | 2 +- lib/UR/Value/Decimal.pm | 2 +- lib/UR/Value/DirectoryPath.pm | 2 +- lib/UR/Value/FOF.pm | 2 +- lib/UR/Value/FilePath.pm | 2 +- lib/UR/Value/FilesystemPath.pm | 2 +- lib/UR/Value/Float.pm | 2 +- lib/UR/Value/GLOB.pm | 2 +- lib/UR/Value/HASH.pm | 2 +- lib/UR/Value/Integer.pm | 2 +- lib/UR/Value/Iterator.pm | 2 +- lib/UR/Value/Number.pm | 2 +- lib/UR/Value/PerlReference.pm | 2 +- lib/UR/Value/REF.pm | 2 +- lib/UR/Value/SCALAR.pm | 2 +- lib/UR/Value/Set.pm | 2 +- lib/UR/Value/SloppyPrimitive.pm | 2 +- lib/UR/Value/String.pm | 2 +- lib/UR/Value/Text.pm | 2 +- lib/UR/Value/Timestamp.pm | 2 +- lib/UR/Value/URL.pm | 2 +- lib/UR/Vocabulary.pm | 2 +- 256 files changed, 276 insertions(+), 255 deletions(-) diff --git a/Build.PL b/Build.PL index ee713b00..bcd45ffb 100644 --- a/Build.PL +++ b/Build.PL @@ -26,34 +26,53 @@ my %args = ( 'Carp' => '0', 'Class::AutoloadCAN' => '0.03', 'Class::Autouse' => '2.0', + 'Class::Inspector' => '0', 'Clone::PP' => '1.02', + 'Cwd' => '0', 'DBD::SQLite' => '1.14', 'DBI' => '1.601', 'Data::Compare' => '0.13', + 'Data::Dumper' => '0', 'Data::UUID' => '0.148', 'Date::Format' => '0', 'Devel::GlobalDestruction' => '0', 'File::Basename' => '2.73', 'File::Path' => '0', + 'File::Spec' => '0', 'File::Temp' => '0', 'FreezeThaw' => '0.43', 'Getopt::Complete' => '0.26', + 'Getopt::Long' => '0', 'HTTP::Request' => '0', + 'IO::Dir' => '0', + 'IO::File' => '0', + 'IO::Handle' => '0', + 'IO::Select' => '0', + 'IO::Socket' => '0', + 'IO::Socket::INET' => '0', 'JSON' => '0', 'Lingua::EN::Inflect' => '1.88', 'List::MoreUtils' => '0', + 'List::Util' => '0', 'MRO::Compat' => '0', 'Module::Runtime' => 'v0.14.0', + 'Net::HTTPServer' => '0', 'Path::Class' => '0', 'Plack' => '0', 'Pod::Simple::HTML' => '3.03', 'Pod::Simple::Text' => '2.02', + 'Scalar::Util' => '0', 'Sub::Install' => '0.924', 'Sub::Name' => '0.04', 'Sys::Hostname' => '1.11', 'Template' => '0', + 'Term::ANSIColor' => '0', 'Text::Diff' => '0.35', 'Text::Glob' => '0', + 'Time::HiRes' => '0', + 'XML::Dumper' => '0', + 'XML::LibXML' => '0', + 'XML::LibXSLT' => '0', 'YAML' => '0', 'perl' => 'v5.8.7', 'version' => '0', diff --git a/Changes b/Changes index 2a2fa40a..30acc7d9 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for UR {{$NEXT}} + +0.47 2018-08-06T14:26:31Z Fixed test breakage from changes in the JSON serialzer for Views Fixed test breakage from behavior changes in Perl 5.26 and 5.28 Other misc bug fixes diff --git a/README.md b/README.md index 22690c4d..7ee4572e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ UR - rich declarative transactional objects # VERSION -This document describes UR version 0.46 +This document describes UR version 0.47 # SYNOPSIS diff --git a/lib/Command.pm b/lib/Command.pm index ae3f5041..a48a53af 100644 --- a/lib/Command.pm +++ b/lib/Command.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/Command/Tree.pm b/lib/Command/Tree.pm index f8c99084..1c68f2a2 100644 --- a/lib/Command/Tree.pm +++ b/lib/Command/Tree.pm @@ -5,7 +5,7 @@ use warnings; use UR; use File::Basename qw/basename/; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class Command::Tree { is => 'Command::V2', diff --git a/lib/Command/V1.pm b/lib/Command/V1.pm index bd3fbf16..3bd59270 100644 --- a/lib/Command/V1.pm +++ b/lib/Command/V1.pm @@ -10,7 +10,7 @@ use Getopt::Long; use Term::ANSIColor qw(); require Text::Wrap; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/Command/V2.pm b/lib/Command/V2.pm index fc0537d7..584f9685 100644 --- a/lib/Command/V2.pm +++ b/lib/Command/V2.pm @@ -11,7 +11,7 @@ use Getopt::Long; use Command::View::DocMethods; use Command::Dispatch::Shell; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our $entry_point_class; our $entry_point_bin; diff --git a/lib/UR.pm b/lib/UR.pm index a620d70d..365a0ce6 100644 --- a/lib/UR.pm +++ b/lib/UR.pm @@ -9,7 +9,7 @@ use strict; use warnings FATAL => 'all'; # Set the version at compile time, since some other modules borrow it. -our $VERSION = "0.46"; # UR $VERSION +our $VERSION = "0.47"; # UR $VERSION # Ensure we get detailed errors while starting up. # This is disabled at the bottom of the module. @@ -475,7 +475,7 @@ UR - rich declarative transactional objects =head1 VERSION -This document describes UR version 0.46 +This document describes UR version 0.47 =head1 SYNOPSIS diff --git a/lib/UR/All.pm b/lib/UR/All.pm index 874d2670..0e3369e4 100644 --- a/lib/UR/All.pm +++ b/lib/UR/All.pm @@ -3,7 +3,7 @@ package UR::All; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; BEGIN { require above; }; use UR; diff --git a/lib/UR/AttributeHandlers.pm b/lib/UR/AttributeHandlers.pm index cdb1ee70..2cf08a9b 100644 --- a/lib/UR/AttributeHandlers.pm +++ b/lib/UR/AttributeHandlers.pm @@ -6,7 +6,7 @@ use attributes; our @CARP_NOT = qw(UR::Namespace); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # implement's UR's mechanism for sub/variable attributes. my %support_functions = ( diff --git a/lib/UR/BoolExpr.pm b/lib/UR/BoolExpr.pm index c228cc4b..e203be3e 100644 --- a/lib/UR/BoolExpr.pm +++ b/lib/UR/BoolExpr.pm @@ -10,7 +10,7 @@ require UR; use Carp; our @CARP_NOT = ('UR::Context'); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # readable stringification use overload ('""' => '__display_name__'); diff --git a/lib/UR/BoolExpr/Template.pm b/lib/UR/BoolExpr/Template.pm index d6d4af28..c7df3e58 100644 --- a/lib/UR/BoolExpr/Template.pm +++ b/lib/UR/BoolExpr/Template.pm @@ -66,7 +66,7 @@ UR::Object::Type->define( ] ); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # Borrow from the util package. # This will go away with refactoring. diff --git a/lib/UR/BoolExpr/Template/And.pm b/lib/UR/BoolExpr/Template/And.pm index e4e2cb35..e3b2088f 100644 --- a/lib/UR/BoolExpr/Template/And.pm +++ b/lib/UR/BoolExpr/Template/And.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::And; use warnings; use strict; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/Composite.pm b/lib/UR/BoolExpr/Template/Composite.pm index e82f5061..a93ff879 100644 --- a/lib/UR/BoolExpr/Template/Composite.pm +++ b/lib/UR/BoolExpr/Template/Composite.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::Composite; use warnings; use strict; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; require UR; diff --git a/lib/UR/BoolExpr/Template/Or.pm b/lib/UR/BoolExpr/Template/Or.pm index d9fa0960..73cea6e7 100644 --- a/lib/UR/BoolExpr/Template/Or.pm +++ b/lib/UR/BoolExpr/Template/Or.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::Or; use warnings; use strict; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; require UR; diff --git a/lib/UR/BoolExpr/Template/PropertyComparison.pm b/lib/UR/BoolExpr/Template/PropertyComparison.pm index 16365ae4..c953e34b 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison.pm @@ -3,7 +3,7 @@ package UR::BoolExpr::Template::PropertyComparison; use warnings; use strict; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # Define the class metadata. diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm index ff8248b7..af742185 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm @@ -3,7 +3,7 @@ package UR::BoolExpr::Template::PropertyComparison::Between; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm index 243c0eae..a074cd5b 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::PropertyComparison::Equals; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/False.pm b/lib/UR/BoolExpr/Template/PropertyComparison/False.pm index 780fb6b5..2df7a242 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/False.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/False.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::PropertyComparison::False; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm index 7b64d946..7f3f2bd0 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::GreaterOrEqual; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm index 21668308..9afab8c9 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::GreaterThan; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/In.pm b/lib/UR/BoolExpr/Template/PropertyComparison/In.pm index 2338d3bb..e5ec9a82 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/In.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/In.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::In; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm index 8c6b8cfc..e36d8613 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::PropertyComparison::Isa; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm b/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm index 9ac8cebf..a8ee6067 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::LessOrEqual; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm b/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm index 17c6bc3a..a2d176e5 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::LessThan; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm index 6b0ed69a..5e021def 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::Like; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm index 40a01aff..9cded918 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::Matches; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm index 49a19b74..482c5b08 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm @@ -3,7 +3,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotBetween; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm index 69a807a5..47de50a6 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotEquals; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm index dcbd4c0a..0defa0a4 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotIn; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm index fe0a3fd7..e9fa9aec 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotLike; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/True.pm b/lib/UR/BoolExpr/Template/PropertyComparison/True.pm index f0d5ef5c..9c1d2bc6 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/True.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/True.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::True; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Util.pm b/lib/UR/BoolExpr/Util.pm index 30a8629a..1ab47bab 100644 --- a/lib/UR/BoolExpr/Util.pm +++ b/lib/UR/BoolExpr/Util.pm @@ -6,7 +6,7 @@ package UR::BoolExpr::Util; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Scalar::Util qw(blessed reftype refaddr); use Data::Dumper; diff --git a/lib/UR/Change.pm b/lib/UR/Change.pm index d55e89f4..9fbe15a0 100644 --- a/lib/UR/Change.pm +++ b/lib/UR/Change.pm @@ -7,7 +7,7 @@ use warnings; use IO::File; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Context.pm b/lib/UR/Context.pm index 2e86b464..c8aef2d6 100644 --- a/lib/UR/Context.pm +++ b/lib/UR/Context.pm @@ -6,7 +6,7 @@ use Sub::Name; use Scalar::Util; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR::Context::ImportIterator; use UR::Context::ObjectFabricator; diff --git a/lib/UR/Context/AutoUnloadPool.pm b/lib/UR/Context/AutoUnloadPool.pm index fa58bc59..9adc0d9e 100644 --- a/lib/UR/Context/AutoUnloadPool.pm +++ b/lib/UR/Context/AutoUnloadPool.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION +our $VERSION = "0.47"; # UR $VERSION use Scalar::Util qw(); diff --git a/lib/UR/Context/DefaultRoot.pm b/lib/UR/Context/DefaultRoot.pm index 5d53e4fa..bea4c433 100644 --- a/lib/UR/Context/DefaultRoot.pm +++ b/lib/UR/Context/DefaultRoot.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Context::DefaultRoot', diff --git a/lib/UR/Context/ImportIterator.pm b/lib/UR/Context/ImportIterator.pm index ea7f99c4..1b0774d4 100644 --- a/lib/UR/Context/ImportIterator.pm +++ b/lib/UR/Context/ImportIterator.pm @@ -8,7 +8,7 @@ package UR::Context; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # A wrapper around the method of the same name in UR::DataSource::* to iterate over the diff --git a/lib/UR/Context/LoadingIterator.pm b/lib/UR/Context/LoadingIterator.pm index f765f839..8f89f641 100644 --- a/lib/UR/Context/LoadingIterator.pm +++ b/lib/UR/Context/LoadingIterator.pm @@ -7,7 +7,7 @@ use UR::Context; use List::MoreUtils qw(any); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # A helper package for UR::Context to handling queries which require loading # data from outside the current context. It is responsible for collating diff --git a/lib/UR/Context/ObjectFabricator.pm b/lib/UR/Context/ObjectFabricator.pm index 7f9f6f85..3d2b78dc 100644 --- a/lib/UR/Context/ObjectFabricator.pm +++ b/lib/UR/Context/ObjectFabricator.pm @@ -6,7 +6,7 @@ use warnings; use Scalar::Util; use UR::Context; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # A helper package for UR::Context to keep track of the subrefs used # to create objects from database data diff --git a/lib/UR/Context/Process.pm b/lib/UR/Context/Process.pm index a491e5a0..8a586c24 100644 --- a/lib/UR/Context/Process.pm +++ b/lib/UR/Context/Process.pm @@ -42,7 +42,7 @@ associated with the program and the program version number. package UR::Context::Process; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; require 5.006_000; diff --git a/lib/UR/Context/Root.pm b/lib/UR/Context/Root.pm index 555ce01e..140b6570 100644 --- a/lib/UR/Context/Root.pm +++ b/lib/UR/Context/Root.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Context::Root', diff --git a/lib/UR/Context/Transaction.pm b/lib/UR/Context/Transaction.pm index 9ca6ab5e..8e23d848 100644 --- a/lib/UR/Context/Transaction.pm +++ b/lib/UR/Context/Transaction.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Carp qw(croak confess shortmess); use constant TRANSACTION_STATE_OPEN => 'open'; diff --git a/lib/UR/DBI.pm b/lib/UR/DBI.pm index 468d63b3..6d7c49d5 100644 --- a/lib/UR/DBI.pm +++ b/lib/UR/DBI.pm @@ -28,7 +28,7 @@ This module subclasses DBI, and provides a few extra methods useful when using a require 5.006_000; use warnings; use strict; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # set up module use base qw(Exporter DBI); diff --git a/lib/UR/DBI/Report.pm b/lib/UR/DBI/Report.pm index 3f8e0c08..603fe004 100644 --- a/lib/UR/DBI/Report.pm +++ b/lib/UR/DBI/Report.pm @@ -27,7 +27,7 @@ use warnings; package UR::DBI::Report; use base 'UR::ModuleBase'; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Data::Dumper; use Time::HiRes; diff --git a/lib/UR/DataSource.pm b/lib/UR/DataSource.pm index 3402c686..d27d8a79 100644 --- a/lib/UR/DataSource.pm +++ b/lib/UR/DataSource.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Sys::Hostname; { diff --git a/lib/UR/DataSource/CSV.pm b/lib/UR/DataSource/CSV.pm index b2f2fdee..e2b4fa36 100644 --- a/lib/UR/DataSource/CSV.pm +++ b/lib/UR/DataSource/CSV.pm @@ -25,7 +25,7 @@ use warnings; # with that out of the way... on to the show! require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use File::Basename; diff --git a/lib/UR/DataSource/Code.pm b/lib/UR/DataSource/Code.pm index bfc98590..e8e2bee7 100644 --- a/lib/UR/DataSource/Code.pm +++ b/lib/UR/DataSource/Code.pm @@ -4,7 +4,7 @@ package UR::DataSource::Code; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use File::Copy qw//; ##- use UR; diff --git a/lib/UR/DataSource/Default.pm b/lib/UR/DataSource/Default.pm index d1515376..3addd636 100644 --- a/lib/UR/DataSource/Default.pm +++ b/lib/UR/DataSource/Default.pm @@ -5,7 +5,7 @@ package UR::DataSource::Default; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::DataSource::Default { is => ['UR::DataSource','UR::Singleton'], diff --git a/lib/UR/DataSource/File.pm b/lib/UR/DataSource/File.pm index 94995f63..bab3f653 100644 --- a/lib/UR/DataSource/File.pm +++ b/lib/UR/DataSource/File.pm @@ -16,7 +16,7 @@ package UR::DataSource::File; use UR; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Fcntl qw(:DEFAULT :flock); use Errno qw(EINTR EAGAIN EOPNOTSUPP); diff --git a/lib/UR/DataSource/FileMux.pm b/lib/UR/DataSource/FileMux.pm index 4c10c32e..3c3de7d4 100644 --- a/lib/UR/DataSource/FileMux.pm +++ b/lib/UR/DataSource/FileMux.pm @@ -5,7 +5,7 @@ package UR::DataSource::FileMux; use UR; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::DataSource::FileMux { is => ['UR::DataSource'], diff --git a/lib/UR/DataSource/Filesystem.pm b/lib/UR/DataSource/Filesystem.pm index b4eb7cbc..b1a767bf 100644 --- a/lib/UR/DataSource/Filesystem.pm +++ b/lib/UR/DataSource/Filesystem.pm @@ -3,7 +3,7 @@ package UR::DataSource::Filesystem; use UR; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use File::Basename; use File::Path; diff --git a/lib/UR/DataSource/Meta.pm b/lib/UR/DataSource/Meta.pm index e5713d9a..0c61a70e 100644 --- a/lib/UR/DataSource/Meta.pm +++ b/lib/UR/DataSource/Meta.pm @@ -10,7 +10,7 @@ use version; use DBD::SQLite; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::Meta', diff --git a/lib/UR/DataSource/MySQL.pm b/lib/UR/DataSource/MySQL.pm index 37f9e428..c92b6a0d 100644 --- a/lib/UR/DataSource/MySQL.pm +++ b/lib/UR/DataSource/MySQL.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::MySQL', diff --git a/lib/UR/DataSource/Oracle.pm b/lib/UR/DataSource/Oracle.pm index 7d5fe5d8..83e0bc85 100644 --- a/lib/UR/DataSource/Oracle.pm +++ b/lib/UR/DataSource/Oracle.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::Oracle', diff --git a/lib/UR/DataSource/Pg.pm b/lib/UR/DataSource/Pg.pm index 25b8ec87..e911b8ff 100644 --- a/lib/UR/DataSource/Pg.pm +++ b/lib/UR/DataSource/Pg.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::Pg', diff --git a/lib/UR/DataSource/QueryPlan.pm b/lib/UR/DataSource/QueryPlan.pm index 0d3ca9c0..252e0d62 100644 --- a/lib/UR/DataSource/QueryPlan.pm +++ b/lib/UR/DataSource/QueryPlan.pm @@ -2,7 +2,7 @@ package UR::DataSource::QueryPlan; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # this class is an evolving attempt to formalize # the blob of cached value used for query construction diff --git a/lib/UR/DataSource/RDBMS.pm b/lib/UR/DataSource/RDBMS.pm index a7693bf6..5e2ab8d3 100644 --- a/lib/UR/DataSource/RDBMS.pm +++ b/lib/UR/DataSource/RDBMS.pm @@ -10,7 +10,7 @@ use List::MoreUtils; use File::Basename; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS', diff --git a/lib/UR/DataSource/RDBMS/BitmapIndex.pm b/lib/UR/DataSource/RDBMS/BitmapIndex.pm index cf20a413..de67398b 100644 --- a/lib/UR/DataSource/RDBMS/BitmapIndex.pm +++ b/lib/UR/DataSource/RDBMS/BitmapIndex.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::BitmapIndex; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::BitmapIndex', diff --git a/lib/UR/DataSource/RDBMS/Entity.pm b/lib/UR/DataSource/RDBMS/Entity.pm index 88bee4e3..78aa588d 100644 --- a/lib/UR/DataSource/RDBMS/Entity.pm +++ b/lib/UR/DataSource/RDBMS/Entity.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::Entity; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::Entity', is => ['UR::Entity'], diff --git a/lib/UR/DataSource/RDBMS/FkConstraint.pm b/lib/UR/DataSource/RDBMS/FkConstraint.pm index 3f327de4..1d4ace37 100644 --- a/lib/UR/DataSource/RDBMS/FkConstraint.pm +++ b/lib/UR/DataSource/RDBMS/FkConstraint.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::FkConstraint; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::FkConstraint', diff --git a/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm b/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm index 7557d22d..8d103c92 100644 --- a/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm +++ b/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::FkConstraintColumn; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::FkConstraintColumn', diff --git a/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm b/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm index fae5de2c..9e500afd 100644 --- a/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm +++ b/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::PkConstraintColumn; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::PkConstraintColumn', diff --git a/lib/UR/DataSource/RDBMS/Table.pm b/lib/UR/DataSource/RDBMS/Table.pm index 10229f99..52243bef 100644 --- a/lib/UR/DataSource/RDBMS/Table.pm +++ b/lib/UR/DataSource/RDBMS/Table.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::Table; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::Table', diff --git a/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm b/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm index 56520651..22cf69ca 100644 --- a/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm +++ b/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::DataSource::RDBMS::Table::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/DataSource/RDBMS/TableColumn.pm b/lib/UR/DataSource/RDBMS/TableColumn.pm index aeef9155..a76c176f 100644 --- a/lib/UR/DataSource/RDBMS/TableColumn.pm +++ b/lib/UR/DataSource/RDBMS/TableColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::TableColumn; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::TableColumn', diff --git a/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm b/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm index 7a1979c0..76fbf89c 100644 --- a/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm +++ b/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::DataSource::RDBMS::TableColumn::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm b/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm index 77642d0b..ae91cdd3 100644 --- a/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm +++ b/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::UniqueConstraintColumn; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::UniqueConstraintColumn', diff --git a/lib/UR/DataSource/SQLite.pm b/lib/UR/DataSource/SQLite.pm index 37b63ea2..45d7f233 100644 --- a/lib/UR/DataSource/SQLite.pm +++ b/lib/UR/DataSource/SQLite.pm @@ -42,7 +42,7 @@ the database is opened. =cut require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::SQLite', diff --git a/lib/UR/DataSource/ValueDomain.pm b/lib/UR/DataSource/ValueDomain.pm index 06f98a8a..df238ea4 100644 --- a/lib/UR/DataSource/ValueDomain.pm +++ b/lib/UR/DataSource/ValueDomain.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::ValueDomain', diff --git a/lib/UR/Debug.pm b/lib/UR/Debug.pm index 37a38b96..42409fbc 100644 --- a/lib/UR/Debug.pm +++ b/lib/UR/Debug.pm @@ -3,7 +3,7 @@ package UR::Debug; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our $verify_indexes = 0; diff --git a/lib/UR/DeletedRef.pm b/lib/UR/DeletedRef.pm index c66e60f5..8d1f1142 100644 --- a/lib/UR/DeletedRef.pm +++ b/lib/UR/DeletedRef.pm @@ -13,7 +13,7 @@ BEGIN { }; }; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our $all_objects_deleted = {}; diff --git a/lib/UR/Doc/Pod2Html.pm b/lib/UR/Doc/Pod2Html.pm index d99c6dcf..090d07e6 100644 --- a/lib/UR/Doc/Pod2Html.pm +++ b/lib/UR/Doc/Pod2Html.pm @@ -3,7 +3,7 @@ package UR::Doc::Pod2Html; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Data::Dumper; diff --git a/lib/UR/Doc/Section.pm b/lib/UR/Doc/Section.pm index b5fd5edd..479db4f5 100644 --- a/lib/UR/Doc/Section.pm +++ b/lib/UR/Doc/Section.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Doc::Section { is => 'UR::Object', diff --git a/lib/UR/Doc/Writer.pm b/lib/UR/Doc/Writer.pm index a87896b5..c39ed13b 100644 --- a/lib/UR/Doc/Writer.pm +++ b/lib/UR/Doc/Writer.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Carp qw/croak/; class UR::Doc::Writer { diff --git a/lib/UR/Doc/Writer/Html.pm b/lib/UR/Doc/Writer/Html.pm index 32e12ea4..b7daa3a2 100644 --- a/lib/UR/Doc/Writer/Html.pm +++ b/lib/UR/Doc/Writer/Html.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR::Doc::Section; use UR::Doc::Pod2Html; diff --git a/lib/UR/Doc/Writer/Pod.pm b/lib/UR/Doc/Writer/Pod.pm index 44d28ead..8f7b20d7 100644 --- a/lib/UR/Doc/Writer/Pod.pm +++ b/lib/UR/Doc/Writer/Pod.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR::Doc::Section; use Carp qw/croak/; diff --git a/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm b/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm index 3cfa65a0..93319962 100644 --- a/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm +++ b/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_COMMAND_DUMP_DEBUG_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm b/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm index 652c833f..936b53ae 100644 --- a/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm +++ b/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_COMMAND_DUMP_STATUS_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_BASE.pm b/lib/UR/Env/UR_CONTEXT_BASE.pm index ffe8d552..2c6f1024 100644 --- a/lib/UR/Env/UR_CONTEXT_BASE.pm +++ b/lib/UR/Env/UR_CONTEXT_BASE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_BASE; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm index 55bf2d59..5dbca109 100644 --- a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm +++ b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_CACHE_SIZE_HIGHWATER; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm index 53d685d0..bfe2e8a5 100644 --- a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm +++ b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_CACHE_SIZE_LOWWATER; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm b/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm index 1f3161bf..2df92872 100644 --- a/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm +++ b/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_MONITOR_QUERY; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_ROOT.pm b/lib/UR/Env/UR_CONTEXT_ROOT.pm index b83adf65..caa3a9b2 100644 --- a/lib/UR/Env/UR_CONTEXT_ROOT.pm +++ b/lib/UR/Env/UR_CONTEXT_ROOT.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_ROOT; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm b/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm index 69f15266..09b5e297 100644 --- a/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm +++ b/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_DUMP_STACK_ON_CONNECT; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm index 8335af89..aa912afb 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_CALLSTACK; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm index ad88e11d..9f3f9113 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_IF; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm index 3375d9da..bef33b71 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_MATCH; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm index ba1d989a..65b7a65f 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_SLOW; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_DML.pm b/lib/UR/Env/UR_DBI_MONITOR_DML.pm index 9a29a3e1..f78bc035 100644 --- a/lib/UR/Env/UR_DBI_MONITOR_DML.pm +++ b/lib/UR/Env/UR_DBI_MONITOR_DML.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_MONITOR_DML; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm b/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm index e86b3eb3..547093cf 100644 --- a/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm +++ b/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_MONITOR_EVERY_FETCH; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_SQL.pm b/lib/UR/Env/UR_DBI_MONITOR_SQL.pm index 5dbe5c22..bd74d286 100644 --- a/lib/UR/Env/UR_DBI_MONITOR_SQL.pm +++ b/lib/UR/Env/UR_DBI_MONITOR_SQL.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_MONITOR_SQL; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_NO_COMMIT.pm b/lib/UR/Env/UR_DBI_NO_COMMIT.pm index a31943c9..35096660 100644 --- a/lib/UR/Env/UR_DBI_NO_COMMIT.pm +++ b/lib/UR/Env/UR_DBI_NO_COMMIT.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_NO_COMMIT; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm b/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm index 36d597a0..4ceaf89a 100644 --- a/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm +++ b/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_SUMMARIZE_SQL; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm b/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm index b6a37d54..c8f0a2d1 100644 --- a/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm +++ b/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DEBUG_OBJECT_PRUNING; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm b/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm index 83c3cd8c..cf121eba 100644 --- a/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm +++ b/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DEBUG_OBJECT_RELEASE; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm b/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm index 4c1b3fb2..3bc70f41 100644 --- a/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm +++ b/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DUMP_DEBUG_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm b/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm index a9e734da..b7478a8a 100644 --- a/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm +++ b/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DUMP_STATUS_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_IGNORE.pm b/lib/UR/Env/UR_IGNORE.pm index 0f7b5b94..09a682dc 100644 --- a/lib/UR/Env/UR_IGNORE.pm +++ b/lib/UR/Env/UR_IGNORE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_IGNORE; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm b/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm index de01b9a9..64fe67d7 100644 --- a/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm +++ b/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm @@ -2,5 +2,5 @@ package UR::Env::UR_NO_REQUIRE_USER_VERIFY; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_NR_CPU.pm b/lib/UR/Env/UR_NR_CPU.pm index 440a2fbf..9c6bcbef 100644 --- a/lib/UR/Env/UR_NR_CPU.pm +++ b/lib/UR/Env/UR_NR_CPU.pm @@ -2,5 +2,5 @@ package UR::Env::UR_NR_CPU; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_RUN_LONG_TESTS.pm b/lib/UR/Env/UR_RUN_LONG_TESTS.pm index 6f1bd23e..abf10e53 100644 --- a/lib/UR/Env/UR_RUN_LONG_TESTS.pm +++ b/lib/UR/Env/UR_RUN_LONG_TESTS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_RUN_LONG_TESTS; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm b/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm index 0d0245d6..2b228065 100644 --- a/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm +++ b/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_STACK_DUMP_ON_DIE; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm b/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm index ee08be0b..a31f8205 100644 --- a/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm +++ b/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm @@ -2,5 +2,5 @@ package UR::Env::UR_STACK_DUMP_ON_WARN; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_TEST_QUIET.pm b/lib/UR/Env/UR_TEST_QUIET.pm index e8f4750a..62d50e07 100644 --- a/lib/UR/Env/UR_TEST_QUIET.pm +++ b/lib/UR/Env/UR_TEST_QUIET.pm @@ -2,5 +2,5 @@ package UR::Env::UR_TEST_QUIET; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USED_LIBS.pm b/lib/UR/Env/UR_USED_LIBS.pm index 3ae76b6c..bc99eb96 100644 --- a/lib/UR/Env/UR_USED_LIBS.pm +++ b/lib/UR/Env/UR_USED_LIBS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_LIBS; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USED_MODS.pm b/lib/UR/Env/UR_USED_MODS.pm index 66e4583f..46ae4bef 100644 --- a/lib/UR/Env/UR_USED_MODS.pm +++ b/lib/UR/Env/UR_USED_MODS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_USED_MODS; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USE_ANY.pm b/lib/UR/Env/UR_USE_ANY.pm index 79de59a0..f03acb5c 100644 --- a/lib/UR/Env/UR_USE_ANY.pm +++ b/lib/UR/Env/UR_USE_ANY.pm @@ -2,5 +2,5 @@ package UR::Env::UR_USE_ANY; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm b/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm index 6a3e88ac..2b2832a8 100644 --- a/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm +++ b/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_USE_DUMMY_AUTOGENERATED_IDS; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Exit.pm b/lib/UR/Exit.pm index 36d0f037..c5908634 100644 --- a/lib/UR/Exit.pm +++ b/lib/UR/Exit.pm @@ -24,7 +24,7 @@ require 5.006_000; use warnings; use strict; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our (@ISA, @EXPORT, @EXPORT_OK); require Exporter; diff --git a/lib/UR/Iterator.pm b/lib/UR/Iterator.pm index 31713597..7545453b 100644 --- a/lib/UR/Iterator.pm +++ b/lib/UR/Iterator.pm @@ -3,7 +3,7 @@ package UR::Iterator; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Object ); diff --git a/lib/UR/ModuleBase.pm b/lib/UR/ModuleBase.pm index ec4d72d2..1a8219a6 100644 --- a/lib/UR/ModuleBase.pm +++ b/lib/UR/ModuleBase.pm @@ -43,7 +43,7 @@ a formal UR class. require 5.006_000; use warnings; use strict; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # set up module use Carp; diff --git a/lib/UR/ModuleBuild.pm b/lib/UR/ModuleBuild.pm index a69e15f9..8abfd9f4 100644 --- a/lib/UR/ModuleBuild.pm +++ b/lib/UR/ModuleBuild.pm @@ -71,7 +71,7 @@ UR::ModuleBuild - a Module::Build subclass with UR extensions =head1 VERSION -This document describes UR::ModuleBuild version 0.46. +This document describes UR::ModuleBuild version 0.47. =head1 SYNOPOSIS diff --git a/lib/UR/ModuleConfig.pm b/lib/UR/ModuleConfig.pm index e0cf7283..41448085 100644 --- a/lib/UR/ModuleConfig.pm +++ b/lib/UR/ModuleConfig.pm @@ -30,7 +30,7 @@ require 5.006_000; use warnings; use strict; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use base qw(UR::ModuleBase); use IO::File; diff --git a/lib/UR/ModuleLoader.pm b/lib/UR/ModuleLoader.pm index 8f7ae138..327819df 100644 --- a/lib/UR/ModuleLoader.pm +++ b/lib/UR/ModuleLoader.pm @@ -4,7 +4,7 @@ package UR::ModuleLoader; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; Class::Autouse->autouse(\&dynamically_load_class); Class::Autouse->autouse(\&dynamically_load_role); diff --git a/lib/UR/Namespace.pm b/lib/UR/Namespace.pm index 0692e41d..bec0c40d 100644 --- a/lib/UR/Namespace.pm +++ b/lib/UR/Namespace.pm @@ -6,7 +6,7 @@ use File::Find; require UR; use UR::AttributeHandlers; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Namespace', diff --git a/lib/UR/Namespace/Command.pm b/lib/UR/Namespace/Command.pm index 93bf4135..7fb5ab76 100644 --- a/lib/UR/Namespace/Command.pm +++ b/lib/UR/Namespace/Command.pm @@ -7,7 +7,7 @@ use warnings; use UR; use UR::Namespace::Command::Base; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Base.pm b/lib/UR/Namespace/Command/Base.pm index 2ba6df13..b1184c06 100644 --- a/lib/UR/Namespace/Command/Base.pm +++ b/lib/UR/Namespace/Command/Base.pm @@ -7,7 +7,7 @@ use Cwd; use Carp; use File::Find; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define.pm b/lib/UR/Namespace/Command/Define.pm index f1ad6f75..62188b1b 100644 --- a/lib/UR/Namespace/Command/Define.pm +++ b/lib/UR/Namespace/Command/Define.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define; use warnings; use strict; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Class.pm b/lib/UR/Namespace/Command/Define/Class.pm index 5835e657..90dc26cd 100644 --- a/lib/UR/Namespace/Command/Define/Class.pm +++ b/lib/UR/Namespace/Command/Define/Class.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Define::Class; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Namespace::Command::Define::Class { is => 'UR::Namespace::Command::Base', diff --git a/lib/UR/Namespace/Command/Define/Datasource.pm b/lib/UR/Namespace/Command/Define/Datasource.pm index fd8ef971..37746845 100644 --- a/lib/UR/Namespace/Command/Define/Datasource.pm +++ b/lib/UR/Namespace/Command/Define/Datasource.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Define::Datasource; use warnings; use strict; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/File.pm b/lib/UR/Namespace/Command/Define/Datasource/File.pm index 3f81f76a..5440646b 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/File.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/File.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::File; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; diff --git a/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm b/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm index 0690252d..abb6cf83 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Mysql; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm b/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm index 527f7f63..e8ef6ad5 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Oracle; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Pg.pm b/lib/UR/Namespace/Command/Define/Datasource/Pg.pm index 1d2704ac..24e6ea2b 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Pg.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Pg.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Pg; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm b/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm index 41429a88..bbcaf796 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Rdbms; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; diff --git a/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm b/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm index 2a760418..f8721147 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::RdbmsWithAuth; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm b/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm index 50f20d7e..d75f5c40 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Sqlite; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; diff --git a/lib/UR/Namespace/Command/Define/Db.pm b/lib/UR/Namespace/Command/Define/Db.pm index bd7bcef4..a2d5177a 100644 --- a/lib/UR/Namespace/Command/Define/Db.pm +++ b/lib/UR/Namespace/Command/Define/Db.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Db; use warnings; use strict; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; # required to import symbols used below UR::Object::Type->define( diff --git a/lib/UR/Namespace/Command/Define/Namespace.pm b/lib/UR/Namespace/Command/Define/Namespace.pm index a1e6ff32..3ce00218 100644 --- a/lib/UR/Namespace/Command/Define/Namespace.pm +++ b/lib/UR/Namespace/Command/Define/Namespace.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Namespace; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; UR::Object::Type->define( diff --git a/lib/UR/Namespace/Command/Init.pm b/lib/UR/Namespace/Command/Init.pm index 3fa5dd67..c2e2abd7 100644 --- a/lib/UR/Namespace/Command/Init.pm +++ b/lib/UR/Namespace/Command/Init.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Init; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List.pm b/lib/UR/Namespace/Command/List.pm index 421b6e84..a7765f41 100644 --- a/lib/UR/Namespace/Command/List.pm +++ b/lib/UR/Namespace/Command/List.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::List; use warnings; use strict; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List/Classes.pm b/lib/UR/Namespace/Command/List/Classes.pm index d38a453b..0100c646 100644 --- a/lib/UR/Namespace/Command/List/Classes.pm +++ b/lib/UR/Namespace/Command/List/Classes.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::List::Classes; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List/Modules.pm b/lib/UR/Namespace/Command/List/Modules.pm index 3d34a990..57e8bc78 100644 --- a/lib/UR/Namespace/Command/List/Modules.pm +++ b/lib/UR/Namespace/Command/List/Modules.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::List::Modules; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List/Objects.pm b/lib/UR/Namespace/Command/List/Objects.pm index e355cc7b..9c2f42a0 100644 --- a/lib/UR/Namespace/Command/List/Objects.pm +++ b/lib/UR/Namespace/Command/List/Objects.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::List::Objects; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use above "UR"; use UR::Object::Command::List; diff --git a/lib/UR/Namespace/Command/Old.pm b/lib/UR/Namespace/Command/Old.pm index 65bf534d..b8e46fb9 100644 --- a/lib/UR/Namespace/Command/Old.pm +++ b/lib/UR/Namespace/Command/Old.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Old; use warnings; use strict; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/DiffRewrite.pm b/lib/UR/Namespace/Command/Old/DiffRewrite.pm index 6b37f5e5..578e245f 100644 --- a/lib/UR/Namespace/Command/Old/DiffRewrite.pm +++ b/lib/UR/Namespace/Command/Old/DiffRewrite.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Old::DiffRewrite; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/DiffUpdate.pm b/lib/UR/Namespace/Command/Old/DiffUpdate.pm index b9bd623e..1c363cc0 100644 --- a/lib/UR/Namespace/Command/Old/DiffUpdate.pm +++ b/lib/UR/Namespace/Command/Old/DiffUpdate.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Old::DiffUpdate; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm b/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm index e7114893..a9ad4d36 100644 --- a/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm +++ b/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Old::ExportDbicClasses; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/Info.pm b/lib/UR/Namespace/Command/Old/Info.pm index 880a15f5..60110e1a 100644 --- a/lib/UR/Namespace/Command/Old/Info.pm +++ b/lib/UR/Namespace/Command/Old/Info.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Old::Info; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/Redescribe.pm b/lib/UR/Namespace/Command/Old/Redescribe.pm index 94760c3c..cf00eeb5 100644 --- a/lib/UR/Namespace/Command/Old/Redescribe.pm +++ b/lib/UR/Namespace/Command/Old/Redescribe.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Old::Redescribe; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/RunsOnModulesInTree.pm b/lib/UR/Namespace/Command/RunsOnModulesInTree.pm index 5ee3b1a8..65fb9f32 100644 --- a/lib/UR/Namespace/Command/RunsOnModulesInTree.pm +++ b/lib/UR/Namespace/Command/RunsOnModulesInTree.pm @@ -7,7 +7,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Show/Properties.pm b/lib/UR/Namespace/Command/Show/Properties.pm index 7f126ad2..2af4f737 100644 --- a/lib/UR/Namespace/Command/Show/Properties.pm +++ b/lib/UR/Namespace/Command/Show/Properties.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Show::Properties; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Sys.pm b/lib/UR/Namespace/Command/Sys.pm index deed5cb0..baea0668 100644 --- a/lib/UR/Namespace/Command/Sys.pm +++ b/lib/UR/Namespace/Command/Sys.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Sys; use warnings; use strict; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Sys/ClassBrowser.pm b/lib/UR/Namespace/Command/Sys/ClassBrowser.pm index 7f9e69b4..d9df9b9b 100644 --- a/lib/UR/Namespace/Command/Sys/ClassBrowser.pm +++ b/lib/UR/Namespace/Command/Sys/ClassBrowser.pm @@ -22,7 +22,7 @@ use Template; use Plack::Request; use Class::Inspector; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test.pm b/lib/UR/Namespace/Command/Test.pm index b1ed21bf..e7cc3aee 100644 --- a/lib/UR/Namespace/Command/Test.pm +++ b/lib/UR/Namespace/Command/Test.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Test; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Callcount.pm b/lib/UR/Namespace/Command/Test/Callcount.pm index 0fb89a9f..e16cffef 100644 --- a/lib/UR/Namespace/Command/Test/Callcount.pm +++ b/lib/UR/Namespace/Command/Test/Callcount.pm @@ -5,7 +5,7 @@ use strict; use IO::File; use File::Find; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Callcount/List.pm b/lib/UR/Namespace/Command/Test/Callcount/List.pm index 1b0d35ba..82edd7a1 100644 --- a/lib/UR/Namespace/Command/Test/Callcount/List.pm +++ b/lib/UR/Namespace/Command/Test/Callcount/List.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # Transient class that represents the file as a datasource our $TheFile = '/dev/null'; # This will be filled in during create() below diff --git a/lib/UR/Namespace/Command/Test/Compile.pm b/lib/UR/Namespace/Command/Test/Compile.pm index 243e0e1c..9a97b113 100644 --- a/lib/UR/Namespace/Command/Test/Compile.pm +++ b/lib/UR/Namespace/Command/Test/Compile.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Test::Compile; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Eval.pm b/lib/UR/Namespace/Command/Test/Eval.pm index a7df52c0..6d3dedfa 100644 --- a/lib/UR/Namespace/Command/Test/Eval.pm +++ b/lib/UR/Namespace/Command/Test/Eval.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Test::Eval; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Run.pm b/lib/UR/Namespace/Command/Test/Run.pm index 75a804da..13d8a760 100644 --- a/lib/UR/Namespace/Command/Test/Run.pm +++ b/lib/UR/Namespace/Command/Test/Run.pm @@ -12,7 +12,7 @@ use Path::Class; # qw(file dir); use DBI; use Cwd; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use File::Find; use TAP::Harness; diff --git a/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm b/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm index baecb196..f1a7afce 100644 --- a/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm +++ b/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; class UR::Namespace::Command::Test::TrackObjectRelease { diff --git a/lib/UR/Namespace/Command/Test/Use.pm b/lib/UR/Namespace/Command/Test/Use.pm index 02c51eb5..09aad7b7 100644 --- a/lib/UR/Namespace/Command/Test/Use.pm +++ b/lib/UR/Namespace/Command/Test/Use.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Test::Use; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Cwd; use YAML; diff --git a/lib/UR/Namespace/Command/Test/Window.pm b/lib/UR/Namespace/Command/Test/Window.pm index eb3ad1a2..fc540915 100644 --- a/lib/UR/Namespace/Command/Test/Window.pm +++ b/lib/UR/Namespace/Command/Test/Window.pm @@ -6,7 +6,7 @@ use above 'UR'; package UR::Namespace::Command::Test::Window; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update.pm b/lib/UR/Namespace/Command/Update.pm index aac3c466..ee8dea04 100644 --- a/lib/UR/Namespace/Command/Update.pm +++ b/lib/UR/Namespace/Command/Update.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Update; use warnings; use strict; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/ClassDiagram.pm b/lib/UR/Namespace/Command/Update/ClassDiagram.pm index 6d589ad8..a77e3e10 100644 --- a/lib/UR/Namespace/Command/Update/ClassDiagram.pm +++ b/lib/UR/Namespace/Command/Update/ClassDiagram.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Update::ClassDiagram; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/ClassesFromDb.pm b/lib/UR/Namespace/Command/Update/ClassesFromDb.pm index 9c5dcb80..eb72d0cb 100644 --- a/lib/UR/Namespace/Command/Update/ClassesFromDb.pm +++ b/lib/UR/Namespace/Command/Update/ClassesFromDb.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Update::ClassesFromDb; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Text::Diff; UR::Object::Type->define( diff --git a/lib/UR/Namespace/Command/Update/Doc.pm b/lib/UR/Namespace/Command/Update/Doc.pm index ec522245..238dff70 100644 --- a/lib/UR/Namespace/Command/Update/Doc.pm +++ b/lib/UR/Namespace/Command/Update/Doc.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; use File::Basename; diff --git a/lib/UR/Namespace/Command/Update/Pod.pm b/lib/UR/Namespace/Command/Update/Pod.pm index 150ca1f5..f6b769e2 100644 --- a/lib/UR/Namespace/Command/Update/Pod.pm +++ b/lib/UR/Namespace/Command/Update/Pod.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; class UR::Namespace::Command::Update::Pod { diff --git a/lib/UR/Namespace/Command/Update/RenameClass.pm b/lib/UR/Namespace/Command/Update/RenameClass.pm index 726940be..b3673633 100644 --- a/lib/UR/Namespace/Command/Update/RenameClass.pm +++ b/lib/UR/Namespace/Command/Update/RenameClass.pm @@ -5,7 +5,7 @@ package UR::Namespace::Command::Update::RenameClass; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm b/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm index bff443c8..edac42df 100644 --- a/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm +++ b/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm @@ -5,7 +5,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/SchemaDiagram.pm b/lib/UR/Namespace/Command/Update/SchemaDiagram.pm index 31a9402d..1752309c 100644 --- a/lib/UR/Namespace/Command/Update/SchemaDiagram.pm +++ b/lib/UR/Namespace/Command/Update/SchemaDiagram.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Update::SchemaDiagram; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm b/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm index 2fb96164..d66c0261 100644 --- a/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm +++ b/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; use POSIX qw(ENOENT); diff --git a/lib/UR/Object.pm b/lib/UR/Object.pm index f86e32f4..bb1f5b38 100644 --- a/lib/UR/Object.pm +++ b/lib/UR/Object.pm @@ -9,7 +9,7 @@ use Scalar::Util qw(looks_like_number refaddr isweak); use List::MoreUtils qw(any); our @ISA = ('UR::ModuleBase'); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # Base object API diff --git a/lib/UR/Object/Accessorized.pm b/lib/UR/Object/Accessorized.pm index 6e227cb2..93ad374a 100644 --- a/lib/UR/Object/Accessorized.pm +++ b/lib/UR/Object/Accessorized.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Command/FetchAndDo.pm b/lib/UR/Object/Command/FetchAndDo.pm index ba18d808..68b3f252 100644 --- a/lib/UR/Object/Command/FetchAndDo.pm +++ b/lib/UR/Object/Command/FetchAndDo.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Data::Dumper; class UR::Object::Command::FetchAndDo { diff --git a/lib/UR/Object/Command/List.pm b/lib/UR/Object/Command/List.pm index 4ed0debc..48de4604 100644 --- a/lib/UR/Object/Command/List.pm +++ b/lib/UR/Object/Command/List.pm @@ -11,7 +11,7 @@ use List::Util qw(reduce); use Command::V2; use Carp qw(); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Command::List { is => 'Command::V2', diff --git a/lib/UR/Object/Command/List/Style.pm b/lib/UR/Object/Command/List/Style.pm index 063d4788..e3cff4e2 100644 --- a/lib/UR/Object/Command/List/Style.pm +++ b/lib/UR/Object/Command/List/Style.pm @@ -1,6 +1,6 @@ package UR::Object::Command::List::Style; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub new { my ($class, %args) = @_; diff --git a/lib/UR/Object/Ghost.pm b/lib/UR/Object/Ghost.pm index d4ad5a8c..d0682fe7 100644 --- a/lib/UR/Object/Ghost.pm +++ b/lib/UR/Object/Ghost.pm @@ -10,7 +10,7 @@ package UR::Object::Ghost; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub _init_subclass { my $class_name = pop; diff --git a/lib/UR/Object/Index.pm b/lib/UR/Object/Index.pm index 66691a7e..c771ec29 100644 --- a/lib/UR/Object/Index.pm +++ b/lib/UR/Object/Index.pm @@ -1,7 +1,7 @@ # Index for cached objects. package UR::Object::Index; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use base qw(UR::Object); use strict; diff --git a/lib/UR/Object/Iterator.pm b/lib/UR/Object/Iterator.pm index 7361f6ab..ef08c4d2 100644 --- a/lib/UR/Object/Iterator.pm +++ b/lib/UR/Object/Iterator.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; require UR::Iterator; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Object ); diff --git a/lib/UR/Object/Join.pm b/lib/UR/Object/Join.pm index 4fc40f4f..e9b3935d 100644 --- a/lib/UR/Object/Join.pm +++ b/lib/UR/Object/Join.pm @@ -2,7 +2,7 @@ package UR::Object::Join; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Object::Property ); diff --git a/lib/UR/Object/Property.pm b/lib/UR/Object/Property.pm index 8bdb6a51..368dee36 100644 --- a/lib/UR/Object/Property.pm +++ b/lib/UR/Object/Property.pm @@ -7,7 +7,7 @@ require UR; use Lingua::EN::Inflect; use Class::AutoloadCAN; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::DataSource::RDBMS UR::Object::Type ); # class_meta and r_class_meta duplicate the functionality if two properties of the same name, diff --git a/lib/UR/Object/Property/View/Default/Text.pm b/lib/UR/Object/Property/View/Default/Text.pm index dc045a4e..aad3dfcf 100644 --- a/lib/UR/Object/Property/View/Default/Text.pm +++ b/lib/UR/Object/Property/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Property::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm b/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm index 86251ebe..b6418a1f 100644 --- a/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm +++ b/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Property::View::DescriptionLineItem::Text; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Property/View/ReferenceDescription/Text.pm b/lib/UR/Object/Property/View/ReferenceDescription/Text.pm index e1e46bf8..6c8b188a 100644 --- a/lib/UR/Object/Property/View/ReferenceDescription/Text.pm +++ b/lib/UR/Object/Property/View/ReferenceDescription/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Property::View::ReferenceDescription::Text; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Set.pm b/lib/UR/Object/Set.pm index 3fd44dae..405b8cf2 100644 --- a/lib/UR/Object/Set.pm +++ b/lib/UR/Object/Set.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; use List::MoreUtils qw(any); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Object::Type ); diff --git a/lib/UR/Object/Set/View/Default/Html.pm b/lib/UR/Object/Set/View/Default/Html.pm index 7d91e351..8a9d8a75 100644 --- a/lib/UR/Object/Set/View/Default/Html.pm +++ b/lib/UR/Object/Set/View/Default/Html.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Html; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Set::View::Default::Html { is => 'UR::Object::View::Default::Html', diff --git a/lib/UR/Object/Set/View/Default/Json.pm b/lib/UR/Object/Set/View/Default/Json.pm index 6302114b..c379567b 100644 --- a/lib/UR/Object/Set/View/Default/Json.pm +++ b/lib/UR/Object/Set/View/Default/Json.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Json; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Set::View::Default::Json { is => 'UR::Object::View::Default::Json', diff --git a/lib/UR/Object/Set/View/Default/Text.pm b/lib/UR/Object/Set/View/Default/Text.pm index 40e4c746..b2c1c738 100644 --- a/lib/UR/Object/Set/View/Default/Text.pm +++ b/lib/UR/Object/Set/View/Default/Text.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Set::View::Default::Text { is => 'UR::Object::View::Default::Text', diff --git a/lib/UR/Object/Set/View/Default/Xml.pm b/lib/UR/Object/Set/View/Default/Xml.pm index bcaec76d..75c24b8f 100644 --- a/lib/UR/Object/Set/View/Default/Xml.pm +++ b/lib/UR/Object/Set/View/Default/Xml.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Xml; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Set::View::Default::Xml { is => 'UR::Object::View::Default::Xml', diff --git a/lib/UR/Object/Tag.pm b/lib/UR/Object/Tag.pm index ba7c44e8..391f99c0 100644 --- a/lib/UR/Object/Tag.pm +++ b/lib/UR/Object/Tag.pm @@ -117,7 +117,7 @@ object. require 5.006_000; use warnings; use strict; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # set up module use base qw(UR::ModuleBase); diff --git a/lib/UR/Object/Type.pm b/lib/UR/Object/Type.pm index c164488e..46726682 100644 --- a/lib/UR/Object/Type.pm +++ b/lib/UR/Object/Type.pm @@ -6,7 +6,7 @@ require UR; # Used during bootstrapping. our @ISA = qw(UR::Object); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Object UR::Context UR::ModuleLoader Class::Autouse UR::BoolExpr ); diff --git a/lib/UR/Object/Type/AccessorWriter.pm b/lib/UR/Object/Type/AccessorWriter.pm index 7a043b92..d4d7ac67 100644 --- a/lib/UR/Object/Type/AccessorWriter.pm +++ b/lib/UR/Object/Type/AccessorWriter.pm @@ -6,7 +6,7 @@ package UR::Object::Type; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; #use warnings FATAL => 'all'; use Carp (); diff --git a/lib/UR/Object/Type/AccessorWriter/Product.pm b/lib/UR/Object/Type/AccessorWriter/Product.pm index 14530eaf..58e1ccb0 100644 --- a/lib/UR/Object/Type/AccessorWriter/Product.pm +++ b/lib/UR/Object/Type/AccessorWriter/Product.pm @@ -4,7 +4,7 @@ package UR::Object::Type::AccessorWriter::Product; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub calculate { my $self = shift; diff --git a/lib/UR/Object/Type/AccessorWriter/Sum.pm b/lib/UR/Object/Type/AccessorWriter/Sum.pm index a1a04e6b..1dc7fc23 100644 --- a/lib/UR/Object/Type/AccessorWriter/Sum.pm +++ b/lib/UR/Object/Type/AccessorWriter/Sum.pm @@ -4,7 +4,7 @@ package UR::Object::Type::AccessorWriter::Sum; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub calculate { my $self = shift; diff --git a/lib/UR/Object/Type/Initializer.pm b/lib/UR/Object/Type/Initializer.pm index 917d871c..bebbd35c 100644 --- a/lib/UR/Object/Type/Initializer.pm +++ b/lib/UR/Object/Type/Initializer.pm @@ -17,7 +17,7 @@ BEGIN { } }; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Carp (); use Sub::Name (); diff --git a/lib/UR/Object/Type/InternalAPI.pm b/lib/UR/Object/Type/InternalAPI.pm index ed038479..3276f46c 100644 --- a/lib/UR/Object/Type/InternalAPI.pm +++ b/lib/UR/Object/Type/InternalAPI.pm @@ -3,7 +3,7 @@ use warnings; use strict; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Sys::Hostname; use Cwd; diff --git a/lib/UR/Object/Type/ModuleWriter.pm b/lib/UR/Object/Type/ModuleWriter.pm index 148ad464..aebdae3c 100644 --- a/lib/UR/Object/Type/ModuleWriter.pm +++ b/lib/UR/Object/Type/ModuleWriter.pm @@ -8,7 +8,7 @@ require UR; use List::MoreUtils qw(first_index); use Scalar::Util qw(looks_like_number); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our %meta_classes; our $bootstrapping = 1; diff --git a/lib/UR/Object/Type/View/AvailableViews/Json.pm b/lib/UR/Object/Type/View/AvailableViews/Json.pm index 1203c4e6..60f29ceb 100644 --- a/lib/UR/Object/Type/View/AvailableViews/Json.pm +++ b/lib/UR/Object/Type/View/AvailableViews/Json.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR::Object::Type::View::AvailableViews::Xml; diff --git a/lib/UR/Object/Type/View/AvailableViews/Xml.pm b/lib/UR/Object/Type/View/AvailableViews/Xml.pm index c5624595..f64bc8f0 100644 --- a/lib/UR/Object/Type/View/AvailableViews/Xml.pm +++ b/lib/UR/Object/Type/View/AvailableViews/Xml.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Type::View::AvailableViews::Xml { is => 'UR::Object::View::Default::Xml', diff --git a/lib/UR/Object/Type/View/Default/Text.pm b/lib/UR/Object/Type/View/Default/Text.pm index 90a65873..7b696cef 100644 --- a/lib/UR/Object/Type/View/Default/Text.pm +++ b/lib/UR/Object/Type/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Type::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Type/View/Default/Xml.pm b/lib/UR/Object/Type/View/Default/Xml.pm index 5e30a194..bc18e58a 100644 --- a/lib/UR/Object/Type/View/Default/Xml.pm +++ b/lib/UR/Object/Type/View/Default/Xml.pm @@ -3,7 +3,7 @@ package UR::Object::Type::View::Default::Xml; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Value.pm b/lib/UR/Object/Value.pm index 8dbcb9d2..7b4107e9 100644 --- a/lib/UR/Object/Value.pm +++ b/lib/UR/Object/Value.pm @@ -3,7 +3,7 @@ package UR::Object::Value; use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Value { is => 'UR::Value', diff --git a/lib/UR/Object/View.pm b/lib/UR/Object/View.pm index 9df252da..97647f82 100644 --- a/lib/UR/Object/View.pm +++ b/lib/UR/Object/View.pm @@ -2,7 +2,7 @@ package UR::Object::View; use warnings; use strict; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::View { has_abstract_constant => [ diff --git a/lib/UR/Object/View/Aspect.pm b/lib/UR/Object/View/Aspect.pm index dc890a23..781ce63f 100644 --- a/lib/UR/Object/View/Aspect.pm +++ b/lib/UR/Object/View/Aspect.pm @@ -4,7 +4,7 @@ use warnings; use strict; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::View::Aspect { id_by => [ diff --git a/lib/UR/Object/View/Default/Gtk.pm b/lib/UR/Object/View/Default/Gtk.pm index 1c92f3c2..a67fb6a5 100644 --- a/lib/UR/Object/View/Default/Gtk.pm +++ b/lib/UR/Object/View/Default/Gtk.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Gtk; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/View/Default/Gtk2.pm b/lib/UR/Object/View/Default/Gtk2.pm index c660c881..e2d88c51 100644 --- a/lib/UR/Object/View/Default/Gtk2.pm +++ b/lib/UR/Object/View/Default/Gtk2.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Gtk2; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::View::Default::Gtk2 { is => 'UR::Object::View', diff --git a/lib/UR/Object/View/Default/Html.pm b/lib/UR/Object/View/Default/Html.pm index fc86aa0b..9a2086d8 100644 --- a/lib/UR/Object/View/Default/Html.pm +++ b/lib/UR/Object/View/Default/Html.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Html; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; class UR::Object::View::Default::Html { diff --git a/lib/UR/Object/View/Default/Json.pm b/lib/UR/Object/View/Default/Json.pm index fd84a384..ccd95fc7 100644 --- a/lib/UR/Object/View/Default/Json.pm +++ b/lib/UR/Object/View/Default/Json.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Json; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use JSON; diff --git a/lib/UR/Object/View/Default/Text.pm b/lib/UR/Object/View/Default/Text.pm index 27927749..0c11f312 100644 --- a/lib/UR/Object/View/Default/Text.pm +++ b/lib/UR/Object/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::View::Default::Text { is => 'UR::Object::View', diff --git a/lib/UR/Object/View/Default/Xml.pm b/lib/UR/Object/View/Default/Xml.pm index 779ea886..cd210b11 100644 --- a/lib/UR/Object/View/Default/Xml.pm +++ b/lib/UR/Object/View/Default/Xml.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Xml; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; use XML::Dumper; use XML::LibXML; diff --git a/lib/UR/Object/View/Default/Xsl.pm b/lib/UR/Object/View/Default/Xsl.pm index 2ab24498..1cb271b6 100644 --- a/lib/UR/Object/View/Default/Xsl.pm +++ b/lib/UR/Object/View/Default/Xsl.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Xsl; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; use XML::LibXML; diff --git a/lib/UR/Object/View/Lister/Text.pm b/lib/UR/Object/View/Lister/Text.pm index d408bf97..8881d050 100644 --- a/lib/UR/Object/View/Lister/Text.pm +++ b/lib/UR/Object/View/Lister/Text.pm @@ -3,7 +3,7 @@ package UR::Object::View::Lister::Text; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; UR::Object::Type->define( diff --git a/lib/UR/Object/View/Static/Html.pm b/lib/UR/Object/View/Static/Html.pm index 9800d9d3..306b3227 100644 --- a/lib/UR/Object/View/Static/Html.pm +++ b/lib/UR/Object/View/Static/Html.pm @@ -3,7 +3,7 @@ package UR::Object::View::Static::Html; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::View::Static::Html { is => 'UR::Object::View', diff --git a/lib/UR/Object/View/Toolkit.pm b/lib/UR/Object/View/Toolkit.pm index 941eb221..41744c06 100644 --- a/lib/UR/Object/View/Toolkit.pm +++ b/lib/UR/Object/View/Toolkit.pm @@ -23,7 +23,7 @@ package UR::Object::View::Toolkit; use warnings; use strict; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; require UR; diff --git a/lib/UR/Object/View/Toolkit/Text.pm b/lib/UR/Object/View/Toolkit/Text.pm index 56698b9f..fea5e6d0 100644 --- a/lib/UR/Object/View/Toolkit/Text.pm +++ b/lib/UR/Object/View/Toolkit/Text.pm @@ -4,7 +4,7 @@ use warnings; use strict; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/ObjectDeprecated.pm b/lib/UR/ObjectDeprecated.pm index 93ce6ed9..9040775d 100644 --- a/lib/UR/ObjectDeprecated.pm +++ b/lib/UR/ObjectDeprecated.pm @@ -5,7 +5,7 @@ package UR::Object; use warnings; use strict; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Data::Dumper; use Scalar::Util qw(blessed); diff --git a/lib/UR/ObjectV001removed.pm b/lib/UR/ObjectV001removed.pm index e23b51d9..b2e3b7c2 100644 --- a/lib/UR/ObjectV001removed.pm +++ b/lib/UR/ObjectV001removed.pm @@ -23,7 +23,7 @@ only change with major releases number increments. use warnings; use strict; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Data::Dumper; use Scalar::Util qw(blessed); diff --git a/lib/UR/ObjectV04removed.pm b/lib/UR/ObjectV04removed.pm index 78b3e20a..eb7e43e3 100644 --- a/lib/UR/ObjectV04removed.pm +++ b/lib/UR/ObjectV04removed.pm @@ -25,7 +25,7 @@ only change with major releases number increments. package UR::BoolExpr; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; *get_rule_template = \&template; *rule_template = \&template; diff --git a/lib/UR/Observer.pm b/lib/UR/Observer.pm index 2da14144..68a9429c 100644 --- a/lib/UR/Observer.pm +++ b/lib/UR/Observer.pm @@ -8,7 +8,7 @@ BEGIN { require UR::Context::Transaction; }; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Role.pm b/lib/UR/Role.pm index ec801926..29f02b68 100644 --- a/lib/UR/Role.pm +++ b/lib/UR/Role.pm @@ -23,7 +23,7 @@ our @CARP_NOT = qw(UR::Object::Type); use Exporter qw(import); our @EXPORT_OK = qw(before after around); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; Class::Autouse->sugar(\&_define_role); diff --git a/lib/UR/Role/Instance.pm b/lib/UR/Role/Instance.pm index e21cd53c..4af37ed4 100644 --- a/lib/UR/Role/Instance.pm +++ b/lib/UR/Role/Instance.pm @@ -3,7 +3,7 @@ package UR::Role::Instance; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Role::Instance', diff --git a/lib/UR/Role/MethodModifier.pm b/lib/UR/Role/MethodModifier.pm index f2eb50a3..04583dd7 100644 --- a/lib/UR/Role/MethodModifier.pm +++ b/lib/UR/Role/MethodModifier.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION +our $VERSION = "0.47"; # UR $VERSION use Carp; use Sub::Install; diff --git a/lib/UR/Role/MethodModifier/After.pm b/lib/UR/Role/MethodModifier/After.pm index 8e559167..80259d09 100644 --- a/lib/UR/Role/MethodModifier/After.pm +++ b/lib/UR/Role/MethodModifier/After.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier::After; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR; diff --git a/lib/UR/Role/MethodModifier/Around.pm b/lib/UR/Role/MethodModifier/Around.pm index c661bd1b..cff8ecb0 100644 --- a/lib/UR/Role/MethodModifier/Around.pm +++ b/lib/UR/Role/MethodModifier/Around.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier::Around; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR; diff --git a/lib/UR/Role/MethodModifier/Before.pm b/lib/UR/Role/MethodModifier/Before.pm index b63c158e..f3985126 100644 --- a/lib/UR/Role/MethodModifier/Before.pm +++ b/lib/UR/Role/MethodModifier/Before.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier::Before; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR; diff --git a/lib/UR/Role/Param.pm b/lib/UR/Role/Param.pm index 2a048c3a..d9f381de 100644 --- a/lib/UR/Role/Param.pm +++ b/lib/UR/Role/Param.pm @@ -6,7 +6,7 @@ use warnings; use Carp qw(); use Scalar::Util qw(blessed); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; my %all_params; diff --git a/lib/UR/Role/Prototype.pm b/lib/UR/Role/Prototype.pm index a17624d3..9897da4f 100644 --- a/lib/UR/Role/Prototype.pm +++ b/lib/UR/Role/Prototype.pm @@ -14,7 +14,7 @@ use List::MoreUtils qw(any); use Carp; our @CARP_NOT = qw(UR::Object::Type); -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Role::Prototype', diff --git a/lib/UR/Role/PrototypeWithParams.pm b/lib/UR/Role/PrototypeWithParams.pm index 676fc040..d23347e7 100644 --- a/lib/UR/Role/PrototypeWithParams.pm +++ b/lib/UR/Role/PrototypeWithParams.pm @@ -3,7 +3,7 @@ package UR::Role::PrototypeWithParams; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # A plain-perl class to represent a role prototype bound to a set of params. # It exists ephemerally as a class is composing its roles when using this diff --git a/lib/UR/Service/JsonRpcServer.pm b/lib/UR/Service/JsonRpcServer.pm index 064792e6..73278108 100644 --- a/lib/UR/Service/JsonRpcServer.pm +++ b/lib/UR/Service/JsonRpcServer.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Service/RPC/Executer.pm b/lib/UR/Service/RPC/Executer.pm index e0c1f0b6..3921afaf 100644 --- a/lib/UR/Service/RPC/Executer.pm +++ b/lib/UR/Service/RPC/Executer.pm @@ -4,7 +4,7 @@ use UR; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Service::RPC::Executer { has => [ diff --git a/lib/UR/Service/RPC/Message.pm b/lib/UR/Service/RPC/Message.pm index 474ff0f9..b33cc560 100644 --- a/lib/UR/Service/RPC/Message.pm +++ b/lib/UR/Service/RPC/Message.pm @@ -6,7 +6,7 @@ use IO::Select; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Service::RPC::Message', diff --git a/lib/UR/Service/RPC/Server.pm b/lib/UR/Service/RPC/Server.pm index 5e726007..5432d05b 100644 --- a/lib/UR/Service/RPC/Server.pm +++ b/lib/UR/Service/RPC/Server.pm @@ -5,7 +5,7 @@ use IO::Select; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # We're going to be essentially reimplementing an Event queue here. :( diff --git a/lib/UR/Service/RPC/TcpConnectionListener.pm b/lib/UR/Service/RPC/TcpConnectionListener.pm index d34995ca..f27c1dcd 100644 --- a/lib/UR/Service/RPC/TcpConnectionListener.pm +++ b/lib/UR/Service/RPC/TcpConnectionListener.pm @@ -4,7 +4,7 @@ use UR; use strict; use warnings; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Service::RPC::TcpConnectionListener { is => 'UR::Service::RPC::Executer', diff --git a/lib/UR/Singleton.pm b/lib/UR/Singleton.pm index 8570f8ea..899e3486 100644 --- a/lib/UR/Singleton.pm +++ b/lib/UR/Singleton.pm @@ -4,7 +4,7 @@ package UR::Singleton; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Singleton', diff --git a/lib/UR/Util.pm b/lib/UR/Util.pm index 7c913929..45031fbc 100644 --- a/lib/UR/Util.pm +++ b/lib/UR/Util.pm @@ -4,7 +4,7 @@ package UR::Util; use warnings; use strict; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Cwd; use Data::Dumper; use Clone::PP; diff --git a/lib/UR/Value.pm b/lib/UR/Value.pm index f6771fe1..48ce3684 100644 --- a/lib/UR/Value.pm +++ b/lib/UR/Value.pm @@ -7,7 +7,7 @@ require UR; use List::MoreUtils; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Context ); diff --git a/lib/UR/Value/ARRAY.pm b/lib/UR/Value/ARRAY.pm index 13f2d4ad..ba65e396 100644 --- a/lib/UR/Value/ARRAY.pm +++ b/lib/UR/Value/ARRAY.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::ARRAY', diff --git a/lib/UR/Value/Blob.pm b/lib/UR/Value/Blob.pm index 3fc03329..5c8b0a17 100644 --- a/lib/UR/Value/Blob.pm +++ b/lib/UR/Value/Blob.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Blob', diff --git a/lib/UR/Value/Boolean.pm b/lib/UR/Value/Boolean.pm index 5d441a76..5c6aca2a 100644 --- a/lib/UR/Value/Boolean.pm +++ b/lib/UR/Value/Boolean.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Boolean', diff --git a/lib/UR/Value/Boolean/View/Default/Text.pm b/lib/UR/Value/Boolean/View/Default/Text.pm index f588d2c8..2b629f6d 100644 --- a/lib/UR/Value/Boolean/View/Default/Text.pm +++ b/lib/UR/Value/Boolean/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Value::Boolean::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Value::Boolean::View::Default::Text { is => 'UR::Object::View::Default::Text' diff --git a/lib/UR/Value/CODE.pm b/lib/UR/Value/CODE.pm index 904d4f7d..c019ad20 100644 --- a/lib/UR/Value/CODE.pm +++ b/lib/UR/Value/CODE.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::CODE', diff --git a/lib/UR/Value/CSV.pm b/lib/UR/Value/CSV.pm index 3d95abad..77d8bda5 100644 --- a/lib/UR/Value/CSV.pm +++ b/lib/UR/Value/CSV.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::CSV', diff --git a/lib/UR/Value/DateTime.pm b/lib/UR/Value/DateTime.pm index 0c32f3f0..27db3cd7 100644 --- a/lib/UR/Value/DateTime.pm +++ b/lib/UR/Value/DateTime.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::DateTime', diff --git a/lib/UR/Value/Decimal.pm b/lib/UR/Value/Decimal.pm index d58fb232..7b8c5aee 100644 --- a/lib/UR/Value/Decimal.pm +++ b/lib/UR/Value/Decimal.pm @@ -2,7 +2,7 @@ package UR::Value::Decimal; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Decimal', diff --git a/lib/UR/Value/DirectoryPath.pm b/lib/UR/Value/DirectoryPath.pm index 042f16db..36d1be01 100644 --- a/lib/UR/Value/DirectoryPath.pm +++ b/lib/UR/Value/DirectoryPath.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::DirectoryPath', diff --git a/lib/UR/Value/FOF.pm b/lib/UR/Value/FOF.pm index 606e49ec..222d6d18 100644 --- a/lib/UR/Value/FOF.pm +++ b/lib/UR/Value/FOF.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::FOF', diff --git a/lib/UR/Value/FilePath.pm b/lib/UR/Value/FilePath.pm index b79efe2b..7f48541f 100644 --- a/lib/UR/Value/FilePath.pm +++ b/lib/UR/Value/FilePath.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::FilePath', diff --git a/lib/UR/Value/FilesystemPath.pm b/lib/UR/Value/FilesystemPath.pm index c5728511..910a3876 100644 --- a/lib/UR/Value/FilesystemPath.pm +++ b/lib/UR/Value/FilesystemPath.pm @@ -3,7 +3,7 @@ package UR::Value::FilesystemPath; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::FilesystemPath', diff --git a/lib/UR/Value/Float.pm b/lib/UR/Value/Float.pm index edf49fa6..b4d2960e 100644 --- a/lib/UR/Value/Float.pm +++ b/lib/UR/Value/Float.pm @@ -2,7 +2,7 @@ package UR::Value::Float; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Float', diff --git a/lib/UR/Value/GLOB.pm b/lib/UR/Value/GLOB.pm index ed234d36..ec83c5ad 100644 --- a/lib/UR/Value/GLOB.pm +++ b/lib/UR/Value/GLOB.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::GLOB', diff --git a/lib/UR/Value/HASH.pm b/lib/UR/Value/HASH.pm index de97f44e..50d92c41 100644 --- a/lib/UR/Value/HASH.pm +++ b/lib/UR/Value/HASH.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::HASH', diff --git a/lib/UR/Value/Integer.pm b/lib/UR/Value/Integer.pm index 6abe5b5b..f656c58f 100644 --- a/lib/UR/Value/Integer.pm +++ b/lib/UR/Value/Integer.pm @@ -5,7 +5,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Integer', diff --git a/lib/UR/Value/Iterator.pm b/lib/UR/Value/Iterator.pm index 93684ac6..d173dc81 100644 --- a/lib/UR/Value/Iterator.pm +++ b/lib/UR/Value/Iterator.pm @@ -3,7 +3,7 @@ package UR::Value::Iterator; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub create { my $class = shift; diff --git a/lib/UR/Value/Number.pm b/lib/UR/Value/Number.pm index a987f6f9..a7bdd332 100644 --- a/lib/UR/Value/Number.pm +++ b/lib/UR/Value/Number.pm @@ -2,7 +2,7 @@ package UR::Value::Number; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Number', diff --git a/lib/UR/Value/PerlReference.pm b/lib/UR/Value/PerlReference.pm index 00775b02..a3e1808e 100644 --- a/lib/UR/Value/PerlReference.pm +++ b/lib/UR/Value/PerlReference.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::PerlReference', diff --git a/lib/UR/Value/REF.pm b/lib/UR/Value/REF.pm index fb9661c5..8bd46c16 100644 --- a/lib/UR/Value/REF.pm +++ b/lib/UR/Value/REF.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::REF', diff --git a/lib/UR/Value/SCALAR.pm b/lib/UR/Value/SCALAR.pm index 52e9f721..5d3450fd 100644 --- a/lib/UR/Value/SCALAR.pm +++ b/lib/UR/Value/SCALAR.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::SCALAR', diff --git a/lib/UR/Value/Set.pm b/lib/UR/Value/Set.pm index a5d67269..b11f3e26 100644 --- a/lib/UR/Value/Set.pm +++ b/lib/UR/Value/Set.pm @@ -2,7 +2,7 @@ package UR::Value::Set; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub members { my $self = shift; diff --git a/lib/UR/Value/SloppyPrimitive.pm b/lib/UR/Value/SloppyPrimitive.pm index a4b1a6a1..1150f9d2 100644 --- a/lib/UR/Value/SloppyPrimitive.pm +++ b/lib/UR/Value/SloppyPrimitive.pm @@ -2,7 +2,7 @@ package UR::Value::SloppyPrimitive; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::SloppyPrimitive', diff --git a/lib/UR/Value/String.pm b/lib/UR/Value/String.pm index 1304ac2b..dccd45c1 100644 --- a/lib/UR/Value/String.pm +++ b/lib/UR/Value/String.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::String', diff --git a/lib/UR/Value/Text.pm b/lib/UR/Value/Text.pm index f161c7f3..350d209c 100644 --- a/lib/UR/Value/Text.pm +++ b/lib/UR/Value/Text.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Text', diff --git a/lib/UR/Value/Timestamp.pm b/lib/UR/Value/Timestamp.pm index 561e5647..67ac22c3 100644 --- a/lib/UR/Value/Timestamp.pm +++ b/lib/UR/Value/Timestamp.pm @@ -2,7 +2,7 @@ package UR::Value::Timestamp; use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Timestamp', diff --git a/lib/UR/Value/URL.pm b/lib/UR/Value/URL.pm index 682b0c7f..20639c23 100644 --- a/lib/UR/Value/URL.pm +++ b/lib/UR/Value/URL.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::URL', diff --git a/lib/UR/Vocabulary.pm b/lib/UR/Vocabulary.pm index 88518a13..d3c6d417 100644 --- a/lib/UR/Vocabulary.pm +++ b/lib/UR/Vocabulary.pm @@ -6,7 +6,7 @@ use warnings; use Lingua::EN::Inflect ("PL_V","PL"); require UR; -our $VERSION = "0.46"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Vocabulary',