From 2191ffba147726658bbaa13e9ba8a9894ab9b6a9 Mon Sep 17 00:00:00 2001 From: Anthony Brummett Date: Thu, 22 Sep 2016 09:40:21 -0500 Subject: [PATCH] Results of 'minil release' Bump version numbers to 0.45 and rearanges the contributor list (again) --- Changes | 2 ++ META.json | 9 ++++++--- 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 +- 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 +- .../Template/PropertyComparison/GreaterOrEqual.pm | 2 +- .../BoolExpr/Template/PropertyComparison/GreaterThan.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/In.pm | 2 +- lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm | 2 +- .../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 +- .../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 +- .../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, 267 insertions(+), 254 deletions(-) diff --git a/Changes b/Changes index e1f23c97..754c2eac 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for UR {{$NEXT}} + +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. Added method fatal_message() to the base class. Acts like diff --git a/META.json b/META.json index 1d979531..00e37948 100644 --- a/META.json +++ b/META.json @@ -105,7 +105,7 @@ "web" : "https://github.com/genome/UR" } }, - "version" : "0.44", + "version" : "0.45", "x_contributors" : [ "josborne ", "thepler ", @@ -154,7 +154,6 @@ "Steven Wallace ", "James Koval ", "Gabriel Sanderson ", - "Eddie Belter ", "Scott Smith ", "Brian Derickson ", "Justin Lolofie ", @@ -171,10 +170,14 @@ "David Morton ", "David Morton ", "Sebastian Heil <(none)>", - "APipe Tester ", "nnutter ", "Nathaniel Nutter ", + "Eddie Belter ", + "Eddie Belter ", + "Jim Eldred ", + "Yanick Champoux ", "Thomas B. Mooney ", + "Thomas B. Mooney ", "Anthony Brummett ", "Anthony Brummett " ] diff --git a/README.md b/README.md index 7aa46275..2088b998 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ UR - rich declarative transactional objects # VERSION -This document describes UR version 0.44 +This document describes UR version 0.45 # SYNOPSIS diff --git a/lib/Command.pm b/lib/Command.pm index f069e7d9..7ce3339e 100644 --- a/lib/Command.pm +++ b/lib/Command.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/Command/Tree.pm b/lib/Command/Tree.pm index 8ecd9b0a..03834b87 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; class Command::Tree { is => 'Command::V2', diff --git a/lib/Command/V1.pm b/lib/Command/V1.pm index 6a6a3b32..f13aa3ee 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/Command/V2.pm b/lib/Command/V2.pm index b95b115d..b912cca5 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; our $entry_point_class; our $entry_point_bin; diff --git a/lib/UR.pm b/lib/UR.pm index 20fa87d6..282a2dd6 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.44"; # UR $VERSION +our $VERSION = "0.45"; # 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.44 +This document describes UR version 0.45 =head1 SYNOPSIS diff --git a/lib/UR/All.pm b/lib/UR/All.pm index fd0be6d1..9bd75871 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; BEGIN { require above; }; use UR; diff --git a/lib/UR/AttributeHandlers.pm b/lib/UR/AttributeHandlers.pm index 5da6061b..e8035c2e 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 5cc7213b..c1345879 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; # readable stringification use overload ('""' => '__display_name__'); diff --git a/lib/UR/BoolExpr/Template.pm b/lib/UR/BoolExpr/Template.pm index 40a4dfb3..e498d627 100644 --- a/lib/UR/BoolExpr/Template.pm +++ b/lib/UR/BoolExpr/Template.pm @@ -66,7 +66,7 @@ UR::Object::Type->define( ] ); -our $VERSION = "0.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 693f260f..b030e4c8 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 e43b1221..a1799cfd 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; require UR; diff --git a/lib/UR/BoolExpr/Template/Or.pm b/lib/UR/BoolExpr/Template/Or.pm index 1601aaf0..d9dd9b0d 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; require UR; diff --git a/lib/UR/BoolExpr/Template/PropertyComparison.pm b/lib/UR/BoolExpr/Template/PropertyComparison.pm index 5774ec3d..94f9ddce 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 7a4e25a2..b199d538 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 4437076e..13195385 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 0badb039..e35b316d 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 37217e10..4443f0d3 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 abbb4f75..b3c1376c 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 85b57fd2..ff1c26a4 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 83873e82..aeee3bc0 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 00995ab8..bbdbc150 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 d6e0e52b..f595a707 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 a8f3fc9b..2f77255b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 07128c45..6d9e38d6 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 de29668f..49ee3ed6 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 69829061..285fa2ef 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 14945fa2..c82fc1ec 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 bc69e3de..362147fe 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 96024489..19fd839b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Util.pm b/lib/UR/BoolExpr/Util.pm index 3653bb84..9a5aca98 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 847ea4a0..7ab7934e 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Context.pm b/lib/UR/Context.pm index c701d18b..e8cc3eaa 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 0f0f1986..94efc0ad 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.44"; # UR $VERSION +our $VERSION = "0.45"; # UR $VERSION use Scalar::Util qw(); diff --git a/lib/UR/Context/DefaultRoot.pm b/lib/UR/Context/DefaultRoot.pm index 7d763468..18a38abd 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 2a67da86..dc209173 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 733d0a04..0ecd2ed1 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 40edf615..2f4f1b46 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 cf8cfa9d..2e505a83 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; require 5.006_000; diff --git a/lib/UR/Context/Root.pm b/lib/UR/Context/Root.pm index e61190fe..a369ae70 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 afba3e2c..f0c07254 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 5a8c3c18..21132b52 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 b8efa9af..7feaa699 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use Data::Dumper; use Time::HiRes; diff --git a/lib/UR/DataSource.pm b/lib/UR/DataSource.pm index 551d7ca4..32d044ec 100644 --- a/lib/UR/DataSource.pm +++ b/lib/UR/DataSource.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use Sys::Hostname; { diff --git a/lib/UR/DataSource/CSV.pm b/lib/UR/DataSource/CSV.pm index 9217a794..c021f257 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use File::Basename; diff --git a/lib/UR/DataSource/Code.pm b/lib/UR/DataSource/Code.pm index 985a9557..ce6e10fb 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use File::Copy qw//; ##- use UR; diff --git a/lib/UR/DataSource/Default.pm b/lib/UR/DataSource/Default.pm index d14dc14f..8e266b88 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 ac4aab42..2d270679 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 6a6d658a..f49b9f18 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; class UR::DataSource::FileMux { is => ['UR::DataSource'], diff --git a/lib/UR/DataSource/Filesystem.pm b/lib/UR/DataSource/Filesystem.pm index e175a9b7..f70794e4 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use File::Basename; use File::Path; diff --git a/lib/UR/DataSource/Meta.pm b/lib/UR/DataSource/Meta.pm index be587389..95bcf231 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 f3b249f2..dfef5bec 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 bc352bc1..8c4e9436 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 b25f5754..823623e1 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 cfa5aa3d..183e2b6f 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 b1243547..6742f222 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 aee3ce2f..f997071a 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 16e6ce7f..ad8c1702 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 afc1344c..9976d82e 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 cb73a5da..5bb5ba45 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 c16b186c..d7f2aab3 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 fdd9968d..18c48869 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 457dbcd9..2797e319 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 0b5c85e0..173fa4ad 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 7499628d..7240973c 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 70b22dda..4be908de 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 550dfc89..582a86fa 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 2797cf06..5fb2e318 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::ValueDomain', diff --git a/lib/UR/Debug.pm b/lib/UR/Debug.pm index da9b065e..bec53970 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; our $verify_indexes = 0; diff --git a/lib/UR/DeletedRef.pm b/lib/UR/DeletedRef.pm index 207a9cca..841d53df 100644 --- a/lib/UR/DeletedRef.pm +++ b/lib/UR/DeletedRef.pm @@ -13,7 +13,7 @@ BEGIN { }; }; -our $VERSION = "0.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; our $all_objects_deleted = {}; diff --git a/lib/UR/Doc/Pod2Html.pm b/lib/UR/Doc/Pod2Html.pm index ac666851..e3c80500 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use Data::Dumper; diff --git a/lib/UR/Doc/Section.pm b/lib/UR/Doc/Section.pm index 51b67730..6bfa0d90 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; class UR::Doc::Section { is => 'UR::Object', diff --git a/lib/UR/Doc/Writer.pm b/lib/UR/Doc/Writer.pm index f9d2c892..f9e594be 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 8f87e42c..2afbeb3c 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 e395f2e1..6df1c612 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 aad1d4c7..926edb69 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 7b814723..bf0baebc 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_BASE.pm b/lib/UR/Env/UR_CONTEXT_BASE.pm index dffe7077..ffbfac28 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 02f81662..f4e70cd2 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 c50a933d..0b7cd2ba 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm b/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm index 7cd8d63d..967ecc6f 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_ROOT.pm b/lib/UR/Env/UR_CONTEXT_ROOT.pm index 2991c009..906f6112 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 d6cf7574..ec20d9b3 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 0ab7c0c3..6be89686 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 1212692c..85974503 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 52d4d6b8..dcffc378 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 36c07981..562b324f 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_DML.pm b/lib/UR/Env/UR_DBI_MONITOR_DML.pm index 73b2d882..1634e6b1 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 64d97cc6..3af341d1 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_SQL.pm b/lib/UR/Env/UR_DBI_MONITOR_SQL.pm index 205ab92f..ddff4c5d 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_NO_COMMIT.pm b/lib/UR/Env/UR_DBI_NO_COMMIT.pm index 3f2b9c54..85a4f53c 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm b/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm index 2e3f53ee..97f5c34b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm b/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm index deef2eea..039157a4 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm b/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm index 8b9d9dae..423b3d03 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm b/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm index f73fa5c6..fe983b91 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm b/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm index 4bdd2d06..da89128c 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_IGNORE.pm b/lib/UR/Env/UR_IGNORE.pm index eba39b2b..3fb4d48d 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 23a2311e..53e737d5 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_NR_CPU.pm b/lib/UR/Env/UR_NR_CPU.pm index bb561e4e..2bcbe74d 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_RUN_LONG_TESTS.pm b/lib/UR/Env/UR_RUN_LONG_TESTS.pm index 8cbdc531..702cbabe 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 db1adde5..3bc3aaee 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 3a424e49..3dfc7b3b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_TEST_QUIET.pm b/lib/UR/Env/UR_TEST_QUIET.pm index d14270ce..f5bc17ce 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USED_LIBS.pm b/lib/UR/Env/UR_USED_LIBS.pm index 541b46d9..ab98ad8e 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USED_MODS.pm b/lib/UR/Env/UR_USED_MODS.pm index 31a5a1d3..c8c36817 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USE_ANY.pm b/lib/UR/Env/UR_USE_ANY.pm index 4f860f78..5e75afd1 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 e359cbcd..79cb19d8 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; 1; diff --git a/lib/UR/Exit.pm b/lib/UR/Exit.pm index edb36a21..0de49f49 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; our (@ISA, @EXPORT, @EXPORT_OK); require Exporter; diff --git a/lib/UR/Iterator.pm b/lib/UR/Iterator.pm index 1a295af4..2972fe83 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; our @CARP_NOT = qw( UR::Object ); diff --git a/lib/UR/ModuleBase.pm b/lib/UR/ModuleBase.pm index b52ad781..61122da3 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; # set up module use Carp; diff --git a/lib/UR/ModuleBuild.pm b/lib/UR/ModuleBuild.pm index 5b1d4259..bc7aa6ba 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.44. +This document describes UR::ModuleBuild version 0.45. =head1 SYNOPOSIS diff --git a/lib/UR/ModuleConfig.pm b/lib/UR/ModuleConfig.pm index 5ee1cd24..7c599549 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; use base qw(UR::ModuleBase); use IO::File; diff --git a/lib/UR/ModuleLoader.pm b/lib/UR/ModuleLoader.pm index 1ebeb1ab..fee605bf 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 6ff864e3..0657f407 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 550681f3..ab143f98 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 f5e585bd..0e34903f 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 228b623d..da755744 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 b5e036cd..f490708c 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 4c033bae..d483ed7f 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 b4e944c4..2a5a4d34 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 5383d728..f500fc51 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 c23accf2..24a3fa72 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 b9e74c83..1c0cfcf2 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 a4f6cd49..896fc4dd 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 9da8dad4..754d353b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 8cd62e0d..e1cff9bf 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use IO::File; diff --git a/lib/UR/Namespace/Command/Define/Db.pm b/lib/UR/Namespace/Command/Define/Db.pm index d5480057..06a3bd2c 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 7cfb35b8..8bfcc0b5 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 e6382cab..b2e69348 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 8b846aec..a75b70c2 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 496f9a82..fd85545c 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 bb20d198..999559be 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 b62a4daf..86096423 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 63b47d6d..b7b8a2e1 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 a64056d3..275f5f62 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 fce8ed25..b85a6b38 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 37c05ed3..6ce2fdce 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 affb088d..2ae68f5a 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 4ad4c5fc..0338500f 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 2251ead4..00c97ef4 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 9e9a3497..c12846f7 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 10e30773..51cd642f 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 57110f2f..37a44e63 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 92c4ed27..1347345e 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 02ff6e4d..ce8108a9 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 4395868f..d0a8cc20 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 63191a04..d4a99634 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 4790778a..19e2deb0 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 c646d603..66200a95 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 ca0d4378..7bb1542e 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 3b4ac7a8..4724e99b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 59466ac1..cb6f19b8 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 a54f326a..5c7bb4ce 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 e8c4d2f0..bd61e756 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 65ab888b..f14af61b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 5975510a..b6ab9754 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 e23abe1f..894a88b5 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 f6e4cdb2..4d955e99 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 318e8ff1..d84c49fc 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 d3dc11a2..0866cb66 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 26340edf..c3bf7232 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use IO::File; use POSIX qw(ENOENT); diff --git a/lib/UR/Object.pm b/lib/UR/Object.pm index 27aa14ee..65140aee 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; # Base object API diff --git a/lib/UR/Object/Accessorized.pm b/lib/UR/Object/Accessorized.pm index 5d5dd297..958f2fbd 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 b97e3670..c9a110c2 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 f1c99394..49f3de93 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 bf5de987..7384650a 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; sub new { my ($class, %args) = @_; diff --git a/lib/UR/Object/Ghost.pm b/lib/UR/Object/Ghost.pm index 0d19f5cd..78adccfa 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; sub _init_subclass { my $class_name = pop; diff --git a/lib/UR/Object/Index.pm b/lib/UR/Object/Index.pm index 170878b4..b5005bf8 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; use base qw(UR::Object); use strict; diff --git a/lib/UR/Object/Iterator.pm b/lib/UR/Object/Iterator.pm index 248a73b1..38651347 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; our @CARP_NOT = qw( UR::Object ); diff --git a/lib/UR/Object/Join.pm b/lib/UR/Object/Join.pm index 33f65e99..6cd02abb 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; our @CARP_NOT = qw( UR::Object::Property ); diff --git a/lib/UR/Object/Property.pm b/lib/UR/Object/Property.pm index 7c09a761..8e1bedee 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 b61e0621..788a5120 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 903f64fd..b962785d 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 580b29f3..d810ef20 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Set.pm b/lib/UR/Object/Set.pm index 3c3ac7c4..bf088159 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 25fdc1ca..3d2a3cab 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 456f6c56..fca19fb0 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 acaec34d..c115779d 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 9962b700..23bf7c07 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 2a5b5979..bee88873 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 8cea32d6..5c75c609 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 54e5f6f3..d5e7ccfd 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 2fb3241d..d71d142a 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 98cc30d2..5e77451b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; sub calculate { my $self = shift; diff --git a/lib/UR/Object/Type/Initializer.pm b/lib/UR/Object/Type/Initializer.pm index f8125bd5..572c1cec 100644 --- a/lib/UR/Object/Type/Initializer.pm +++ b/lib/UR/Object/Type/Initializer.pm @@ -17,7 +17,7 @@ BEGIN { } }; -our $VERSION = "0.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use Carp (); use Sub::Name (); diff --git a/lib/UR/Object/Type/InternalAPI.pm b/lib/UR/Object/Type/InternalAPI.pm index 4dfe54cf..337afa3b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use Sys::Hostname; use Cwd; diff --git a/lib/UR/Object/Type/ModuleWriter.pm b/lib/UR/Object/Type/ModuleWriter.pm index ed9f6c56..72853674 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 6e5ea09a..199fedd2 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 d3825b92..5aad6f99 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 482dc314..25aafb53 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 7ec6636e..3302f05a 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Value.pm b/lib/UR/Object/Value.pm index 5899b36b..b7e6ede2 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; class UR::Object::Value { is => 'UR::Value', diff --git a/lib/UR/Object/View.pm b/lib/UR/Object/View.pm index 38d2c8fc..2f7bcd19 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 1b909a10..75c2fdce 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 a6e8bb20..f6142e98 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 eb7189f3..5453aa14 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 b0892434..15503fdf 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 ce76cba9..3f4d0dbd 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use JSON; diff --git a/lib/UR/Object/View/Default/Text.pm b/lib/UR/Object/View/Default/Text.pm index b639d5a3..50358ebe 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 60108ccf..5e0b5d59 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 009eca23..dd7ff6bb 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 1b3bf1a4..50d1ba5c 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 27bd2084..b0dbb75b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 162abb5b..b9a1c978 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; require UR; diff --git a/lib/UR/Object/View/Toolkit/Text.pm b/lib/UR/Object/View/Toolkit/Text.pm index 7c0d900e..2f5854ae 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/ObjectDeprecated.pm b/lib/UR/ObjectDeprecated.pm index 77aa31c9..c10cf9f5 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use Data::Dumper; use Scalar::Util qw(blessed); diff --git a/lib/UR/ObjectV001removed.pm b/lib/UR/ObjectV001removed.pm index 6e1c8832..cbd2c2d6 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use Data::Dumper; use Scalar::Util qw(blessed); diff --git a/lib/UR/ObjectV04removed.pm b/lib/UR/ObjectV04removed.pm index 007ce165..5c786dbd 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; *get_rule_template = \&template; *rule_template = \&template; diff --git a/lib/UR/Observer.pm b/lib/UR/Observer.pm index eb79f5e0..031711f5 100644 --- a/lib/UR/Observer.pm +++ b/lib/UR/Observer.pm @@ -8,7 +8,7 @@ BEGIN { require UR::Context::Transaction; }; -our $VERSION = "0.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Role.pm b/lib/UR/Role.pm index 2dccd965..f3c03515 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; Class::Autouse->sugar(\&_define_role); diff --git a/lib/UR/Role/Instance.pm b/lib/UR/Role/Instance.pm index 17963d9a..21a7c3e1 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 6b7c4cf7..8f49d009 100644 --- a/lib/UR/Role/MethodModifier.pm +++ b/lib/UR/Role/MethodModifier.pm @@ -2,6 +2,8 @@ package UR::Role::MethodModifier; use strict; use warnings; +our $VERSION = "0.45"; # UR $VERSION + use Carp; use Sub::Install; diff --git a/lib/UR/Role/MethodModifier/After.pm b/lib/UR/Role/MethodModifier/After.pm index 3ddf8de5..7cf73936 100644 --- a/lib/UR/Role/MethodModifier/After.pm +++ b/lib/UR/Role/MethodModifier/After.pm @@ -2,6 +2,8 @@ package UR::Role::MethodModifier::After; use strict; use warnings; +our $VERSION = "0.45"; # UR $VERSION; + use UR; UR::Object::Type->define( diff --git a/lib/UR/Role/MethodModifier/Around.pm b/lib/UR/Role/MethodModifier/Around.pm index 75451384..ed72e010 100644 --- a/lib/UR/Role/MethodModifier/Around.pm +++ b/lib/UR/Role/MethodModifier/Around.pm @@ -2,6 +2,8 @@ package UR::Role::MethodModifier::Around; use strict; use warnings; +our $VERSION = "0.45"; # UR $VERSION; + use UR; UR::Object::Type->define( diff --git a/lib/UR/Role/MethodModifier/Before.pm b/lib/UR/Role/MethodModifier/Before.pm index a3cf4b12..d0acef95 100644 --- a/lib/UR/Role/MethodModifier/Before.pm +++ b/lib/UR/Role/MethodModifier/Before.pm @@ -2,6 +2,8 @@ package UR::Role::MethodModifier::Before; use strict; use warnings; +our $VERSION = "0.45"; # UR $VERSION; + use UR; UR::Object::Type->define( diff --git a/lib/UR/Role/Param.pm b/lib/UR/Role/Param.pm index fe59c84c..1a9f2274 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # UR $VERSION;; my %all_params; diff --git a/lib/UR/Role/Prototype.pm b/lib/UR/Role/Prototype.pm index 8e447fac..bc91ab0c 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 497f0bc7..984f31ee 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.44"; # UR $VERSION;; +our $VERSION = "0.45"; # 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 060dbc51..450d76f2 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 8082d95d..a6c1fcaf 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 aab968a0..8a69eb89 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 d2cc67b7..20c1af52 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 52b7ce47..8af53456 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 3a98dd0b..e11f2c90 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Singleton', diff --git a/lib/UR/Util.pm b/lib/UR/Util.pm index f4ab69e2..e035e0d5 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; use Cwd; use Data::Dumper; use Clone::PP; diff --git a/lib/UR/Value.pm b/lib/UR/Value.pm index 2d348fa3..21b99f17 100644 --- a/lib/UR/Value.pm +++ b/lib/UR/Value.pm @@ -7,7 +7,7 @@ require UR; use List::MoreUtils; -our $VERSION = "0.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; our @CARP_NOT = qw( UR::Context ); diff --git a/lib/UR/Value/ARRAY.pm b/lib/UR/Value/ARRAY.pm index 9a3bc88b..a519c019 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 2a15a056..f466ac43 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 00de4d68..d26c1f32 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 f143b3ed..1d6422c3 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 cff6b70a..5bb86ee6 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 a6ca5593..2d2c465c 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 d1e6188c..64a76a93 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 00506515..b332af75 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 ddd697d4..080dcd84 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 1ba535c8..a8f199a1 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 2fce9995..1ceb422b 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 df551dd8..71cfb7a4 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 6b025853..3b8c5f82 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 f756f5cc..9c3487e8 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 3ba01051..2b2e6339 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 4ef3f1a6..2d249ca6 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 3678e6f8..046ed296 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; sub create { my $class = shift; diff --git a/lib/UR/Value/Number.pm b/lib/UR/Value/Number.pm index d3e4ca0b..4318ac0d 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 8d2dce9c..5f7db77f 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 c793158a..33ea75bf 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 b07d3bd1..e1d2755e 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 974d4e9a..44ddb8e1 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; sub members { my $self = shift; diff --git a/lib/UR/Value/SloppyPrimitive.pm b/lib/UR/Value/SloppyPrimitive.pm index 93f32dc4..3cd27dae 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 97ac11fb..cb9d6bed 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 354c646e..d323b3eb 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 a16460c8..de42cdd9 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # 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 3938301e..ad939c1e 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::URL', diff --git a/lib/UR/Vocabulary.pm b/lib/UR/Vocabulary.pm index 11ea1afe..d2813dd1 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.44"; # UR $VERSION; +our $VERSION = "0.45"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Vocabulary',