diff --git a/.gitignore b/.gitignore index 26210ea4..1f0a2e52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # Minilla /UR-* /.build -!META.json +META.json /Build /MYMETA.json /MYMETA.yml diff --git a/Build.PL b/Build.PL index ee713b00..bcd45ffb 100644 --- a/Build.PL +++ b/Build.PL @@ -26,34 +26,53 @@ my %args = ( 'Carp' => '0', 'Class::AutoloadCAN' => '0.03', 'Class::Autouse' => '2.0', + 'Class::Inspector' => '0', 'Clone::PP' => '1.02', + 'Cwd' => '0', 'DBD::SQLite' => '1.14', 'DBI' => '1.601', 'Data::Compare' => '0.13', + 'Data::Dumper' => '0', 'Data::UUID' => '0.148', 'Date::Format' => '0', 'Devel::GlobalDestruction' => '0', 'File::Basename' => '2.73', 'File::Path' => '0', + 'File::Spec' => '0', 'File::Temp' => '0', 'FreezeThaw' => '0.43', 'Getopt::Complete' => '0.26', + 'Getopt::Long' => '0', 'HTTP::Request' => '0', + 'IO::Dir' => '0', + 'IO::File' => '0', + 'IO::Handle' => '0', + 'IO::Select' => '0', + 'IO::Socket' => '0', + 'IO::Socket::INET' => '0', 'JSON' => '0', 'Lingua::EN::Inflect' => '1.88', 'List::MoreUtils' => '0', + 'List::Util' => '0', 'MRO::Compat' => '0', 'Module::Runtime' => 'v0.14.0', + 'Net::HTTPServer' => '0', 'Path::Class' => '0', 'Plack' => '0', 'Pod::Simple::HTML' => '3.03', 'Pod::Simple::Text' => '2.02', + 'Scalar::Util' => '0', 'Sub::Install' => '0.924', 'Sub::Name' => '0.04', 'Sys::Hostname' => '1.11', 'Template' => '0', + 'Term::ANSIColor' => '0', 'Text::Diff' => '0.35', 'Text::Glob' => '0', + 'Time::HiRes' => '0', + 'XML::Dumper' => '0', + 'XML::LibXML' => '0', + 'XML::LibXSLT' => '0', 'YAML' => '0', 'perl' => 'v5.8.7', 'version' => '0', diff --git a/Changes b/Changes index 754c2eac..30acc7d9 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,15 @@ Revision history for UR {{$NEXT}} +0.47 2018-08-06T14:26:31Z + Fixed test breakage from changes in the JSON serialzer for Views + Fixed test breakage from behavior changes in Perl 5.26 and 5.28 + Other misc bug fixes + +0.46 2017-03-24T19:40:54Z + Documentation fixes + Bug fixes for the mysql data source + 0.45 2016-09-21T22:48:23Z UR now supports Roles. See the docs in UR::Role. -limit and -offset are now handled in the database where possible. diff --git a/META.json b/META.json deleted file mode 100644 index 66dd8c2f..00000000 --- a/META.json +++ /dev/null @@ -1,153 +0,0 @@ -{ - "abstract" : "rich declarative transactional objects", - "author" : [ - "UR was built by the software development team at the McDonnell Genome Institute" - ], - "dynamic_config" : 0, - "generated_by" : "Minilla/v3.1.1, CPAN::Meta::Converter version 2.150010", - "license" : [ - "perl_5" - ], - "meta-spec" : { - "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : 2 - }, - "name" : "UR", - "no_index" : { - "directory" : [ - "t", - "xt", - "inc", - "share", - "eg", - "examples", - "author", - "builder" - ] - }, - "prereqs" : { - "configure" : { - "requires" : { - "Module::Build" : "0.4005" - } - }, - "develop" : { - "requires" : { - "CPAN::Uploader" : "0", - "Minilla" : "v1.1.0", - "Test::CPAN::Meta" : "0", - "Test::MinimumVersion::Fast" : "0.04", - "Test::PAUSE::Permissions" : "0.04", - "Test::Pod" : "1.41", - "Test::Spellunker" : "v0.2.7", - "Version::Next" : "0" - } - }, - "runtime" : { - "requires" : { - "Carp" : "0", - "Class::AutoloadCAN" : "0.03", - "Class::Autouse" : "2.0", - "Clone::PP" : "1.02", - "DBD::SQLite" : "1.14", - "DBI" : "1.601", - "Data::Compare" : "0.13", - "Data::UUID" : "0.148", - "Date::Format" : "0", - "Devel::GlobalDestruction" : "0", - "File::Basename" : "2.73", - "File::Path" : "0", - "File::Temp" : "0", - "FreezeThaw" : "0.43", - "Getopt::Complete" : "0.26", - "HTTP::Request" : "0", - "JSON" : "0", - "Lingua::EN::Inflect" : "1.88", - "List::MoreUtils" : "0", - "MRO::Compat" : "0", - "Module::Runtime" : "v0.14.0", - "Path::Class" : "0", - "Plack" : "0", - "Pod::Simple::HTML" : "3.03", - "Pod::Simple::Text" : "2.02", - "Sub::Install" : "0.924", - "Sub::Name" : "0.04", - "Sys::Hostname" : "1.11", - "Template" : "0", - "Text::Diff" : "0.35", - "Text::Glob" : "0", - "YAML" : "0", - "perl" : "v5.8.7", - "version" : "0" - } - }, - "test" : { - "requires" : { - "Test::Deep" : "0", - "Test::Exception" : "0", - "Test::Fatal" : "0", - "Test::Fork" : "0", - "Test::More" : "0.98" - } - } - }, - "release_status" : "unstable", - "resources" : { - "bugtracker" : { - "web" : "https://github.com/genome/UR/issues" - }, - "homepage" : "https://github.com/genome/UR", - "repository" : { - "type" : "git", - "url" : "git://github.com/genome/UR.git", - "web" : "https://github.com/genome/UR" - } - }, - "version" : "0.45", - "x_contributors" : [ - "Adam Coffman ", - "Adam Dukes ", - "Anthony Brummett ", - "Ben Oberkfell ", - "Brian Derickson ", - "Chris Oliver ", - "David Morton ", - "David Morton ", - "Eddie Belter ", - "Eric Clark ", - "Feiyu Du ", - "Gabriel Sanderson ", - "Ian Ferguson ", - "James Koval ", - "Jason Walker ", - "Jim Eldred ", - "Jim Weible ", - "Joshua McMichael ", - "Justin Lolofie ", - "Kyung Kim ", - "Mark Burnett ", - "Mark Johnson ", - "Matt Callaway ", - "Nathaniel Nutter ", - "Neil Bowers ", - "Philip Kimmey ", - "Rob Long ", - "Robert Long ", - "Scott Smith ", - "Sebastian Heil <(none)>", - "Steven Wallace ", - "Susanna Siebert ", - "Thomas B. Mooney ", - "Travis Abbott ", - "Yanick Champoux ", - "apregier ", - "charris ", - "edemello ", - "josborne ", - "jschindl ", - "lcarmich ", - "thepler " - ], - "x_serialization_backend" : "JSON::PP version 2.97001", - "x_static_install" : 0 -} diff --git a/README.md b/README.md index 55551503..7ee4572e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ UR - rich declarative transactional objects # VERSION -This document describes UR version 0.45 +This document describes UR version 0.47 # SYNOPSIS diff --git a/lib/Command.pm b/lib/Command.pm index 7ce3339e..a48a53af 100644 --- a/lib/Command.pm +++ b/lib/Command.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/Command/Tree.pm b/lib/Command/Tree.pm index fcc69b84..1c68f2a2 100644 --- a/lib/Command/Tree.pm +++ b/lib/Command/Tree.pm @@ -5,7 +5,7 @@ use warnings; use UR; use File::Basename qw/basename/; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class Command::Tree { is => 'Command::V2', diff --git a/lib/Command/V1.pm b/lib/Command/V1.pm index db4abeba..3bd59270 100644 --- a/lib/Command/V1.pm +++ b/lib/Command/V1.pm @@ -10,7 +10,7 @@ use Getopt::Long; use Term::ANSIColor qw(); require Text::Wrap; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/Command/V2.pm b/lib/Command/V2.pm index b912cca5..584f9685 100644 --- a/lib/Command/V2.pm +++ b/lib/Command/V2.pm @@ -11,7 +11,7 @@ use Getopt::Long; use Command::View::DocMethods; use Command::Dispatch::Shell; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our $entry_point_class; our $entry_point_bin; diff --git a/lib/UR.pm b/lib/UR.pm index d0ff775b..365a0ce6 100644 --- a/lib/UR.pm +++ b/lib/UR.pm @@ -9,7 +9,7 @@ use strict; use warnings FATAL => 'all'; # Set the version at compile time, since some other modules borrow it. -our $VERSION = "0.45"; # UR $VERSION +our $VERSION = "0.47"; # UR $VERSION # Ensure we get detailed errors while starting up. # This is disabled at the bottom of the module. @@ -475,7 +475,7 @@ UR - rich declarative transactional objects =head1 VERSION -This document describes UR version 0.45 +This document describes UR version 0.47 =head1 SYNOPSIS diff --git a/lib/UR/All.pm b/lib/UR/All.pm index 9bd75871..0e3369e4 100644 --- a/lib/UR/All.pm +++ b/lib/UR/All.pm @@ -3,7 +3,7 @@ package UR::All; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; BEGIN { require above; }; use UR; diff --git a/lib/UR/AttributeHandlers.pm b/lib/UR/AttributeHandlers.pm index e8035c2e..2cf08a9b 100644 --- a/lib/UR/AttributeHandlers.pm +++ b/lib/UR/AttributeHandlers.pm @@ -6,7 +6,7 @@ use attributes; our @CARP_NOT = qw(UR::Namespace); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; # implement's UR's mechanism for sub/variable attributes. my %support_functions = ( diff --git a/lib/UR/BoolExpr.pm b/lib/UR/BoolExpr.pm index 73093ac3..e203be3e 100644 --- a/lib/UR/BoolExpr.pm +++ b/lib/UR/BoolExpr.pm @@ -10,7 +10,7 @@ require UR; use Carp; our @CARP_NOT = ('UR::Context'); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; # readable stringification use overload ('""' => '__display_name__'); diff --git a/lib/UR/BoolExpr/Template.pm b/lib/UR/BoolExpr/Template.pm index e498d627..c7df3e58 100644 --- a/lib/UR/BoolExpr/Template.pm +++ b/lib/UR/BoolExpr/Template.pm @@ -66,7 +66,7 @@ UR::Object::Type->define( ] ); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; # Borrow from the util package. # This will go away with refactoring. diff --git a/lib/UR/BoolExpr/Template/And.pm b/lib/UR/BoolExpr/Template/And.pm index b030e4c8..e3b2088f 100644 --- a/lib/UR/BoolExpr/Template/And.pm +++ b/lib/UR/BoolExpr/Template/And.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::And; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/Composite.pm b/lib/UR/BoolExpr/Template/Composite.pm index a1799cfd..a93ff879 100644 --- a/lib/UR/BoolExpr/Template/Composite.pm +++ b/lib/UR/BoolExpr/Template/Composite.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::Composite; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; require UR; diff --git a/lib/UR/BoolExpr/Template/Or.pm b/lib/UR/BoolExpr/Template/Or.pm index d9dd9b0d..73cea6e7 100644 --- a/lib/UR/BoolExpr/Template/Or.pm +++ b/lib/UR/BoolExpr/Template/Or.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::Or; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; require UR; diff --git a/lib/UR/BoolExpr/Template/PropertyComparison.pm b/lib/UR/BoolExpr/Template/PropertyComparison.pm index 94f9ddce..c953e34b 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison.pm @@ -3,7 +3,7 @@ package UR::BoolExpr::Template::PropertyComparison; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; # Define the class metadata. diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm index b199d538..af742185 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Between.pm @@ -3,7 +3,7 @@ package UR::BoolExpr::Template::PropertyComparison::Between; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm index 13195385..a074cd5b 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::PropertyComparison::Equals; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/False.pm b/lib/UR/BoolExpr/Template/PropertyComparison/False.pm index e35b316d..2df7a242 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/False.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/False.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::PropertyComparison::False; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm index 4443f0d3..7f3f2bd0 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterOrEqual.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::GreaterOrEqual; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm index b3c1376c..9afab8c9 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/GreaterThan.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::GreaterThan; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/In.pm b/lib/UR/BoolExpr/Template/PropertyComparison/In.pm index ff1c26a4..e5ec9a82 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/In.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/In.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::In; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm index aeee3bc0..e36d8613 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Isa.pm @@ -2,7 +2,7 @@ package UR::BoolExpr::Template::PropertyComparison::Isa; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm b/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm index bbdbc150..a8ee6067 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/LessOrEqual.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::LessOrEqual; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm b/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm index f595a707..a2d176e5 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/LessThan.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::LessThan; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm index b1efeb66..5e021def 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Like.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::Like; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm b/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm index 6d9e38d6..9cded918 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/Matches.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::Matches; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm index 49ee3ed6..482c5b08 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm @@ -3,7 +3,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotBetween; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm index 285fa2ef..47de50a6 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotEquals; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm index c82fc1ec..0defa0a4 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotIn.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotIn; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm b/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm index c998a673..e9fa9aec 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/NotLike.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::NotLike; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Template/PropertyComparison/True.pm b/lib/UR/BoolExpr/Template/PropertyComparison/True.pm index 19fd839b..9c1d2bc6 100644 --- a/lib/UR/BoolExpr/Template/PropertyComparison/True.pm +++ b/lib/UR/BoolExpr/Template/PropertyComparison/True.pm @@ -4,7 +4,7 @@ package UR::BoolExpr::Template::PropertyComparison::True; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/BoolExpr/Util.pm b/lib/UR/BoolExpr/Util.pm index 9a5aca98..1ab47bab 100644 --- a/lib/UR/BoolExpr/Util.pm +++ b/lib/UR/BoolExpr/Util.pm @@ -6,7 +6,7 @@ package UR::BoolExpr::Util; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Scalar::Util qw(blessed reftype refaddr); use Data::Dumper; diff --git a/lib/UR/Change.pm b/lib/UR/Change.pm index 7ab7934e..9fbe15a0 100644 --- a/lib/UR/Change.pm +++ b/lib/UR/Change.pm @@ -7,7 +7,7 @@ use warnings; use IO::File; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Context.pm b/lib/UR/Context.pm index dabea718..c8aef2d6 100644 --- a/lib/UR/Context.pm +++ b/lib/UR/Context.pm @@ -6,7 +6,7 @@ use Sub::Name; use Scalar::Util; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR::Context::ImportIterator; use UR::Context::ObjectFabricator; diff --git a/lib/UR/Context/AutoUnloadPool.pm b/lib/UR/Context/AutoUnloadPool.pm index 549ddaf6..9adc0d9e 100644 --- a/lib/UR/Context/AutoUnloadPool.pm +++ b/lib/UR/Context/AutoUnloadPool.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION +our $VERSION = "0.47"; # UR $VERSION use Scalar::Util qw(); diff --git a/lib/UR/Context/DefaultRoot.pm b/lib/UR/Context/DefaultRoot.pm index 18a38abd..bea4c433 100644 --- a/lib/UR/Context/DefaultRoot.pm +++ b/lib/UR/Context/DefaultRoot.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Context::DefaultRoot', diff --git a/lib/UR/Context/ImportIterator.pm b/lib/UR/Context/ImportIterator.pm index 0d35bc62..1b0774d4 100644 --- a/lib/UR/Context/ImportIterator.pm +++ b/lib/UR/Context/ImportIterator.pm @@ -8,7 +8,7 @@ package UR::Context; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # A wrapper around the method of the same name in UR::DataSource::* to iterate over the diff --git a/lib/UR/Context/LoadingIterator.pm b/lib/UR/Context/LoadingIterator.pm index 0ecd2ed1..8f89f641 100644 --- a/lib/UR/Context/LoadingIterator.pm +++ b/lib/UR/Context/LoadingIterator.pm @@ -7,7 +7,7 @@ use UR::Context; use List::MoreUtils qw(any); -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # A helper package for UR::Context to handling queries which require loading # data from outside the current context. It is responsible for collating diff --git a/lib/UR/Context/ObjectFabricator.pm b/lib/UR/Context/ObjectFabricator.pm index 2f4f1b46..3d2b78dc 100644 --- a/lib/UR/Context/ObjectFabricator.pm +++ b/lib/UR/Context/ObjectFabricator.pm @@ -6,7 +6,7 @@ use warnings; use Scalar::Util; use UR::Context; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # A helper package for UR::Context to keep track of the subrefs used # to create objects from database data diff --git a/lib/UR/Context/Process.pm b/lib/UR/Context/Process.pm index b2de0941..8a586c24 100644 --- a/lib/UR/Context/Process.pm +++ b/lib/UR/Context/Process.pm @@ -42,7 +42,7 @@ associated with the program and the program version number. package UR::Context::Process; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; require 5.006_000; diff --git a/lib/UR/Context/Root.pm b/lib/UR/Context/Root.pm index a369ae70..140b6570 100644 --- a/lib/UR/Context/Root.pm +++ b/lib/UR/Context/Root.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Context::Root', diff --git a/lib/UR/Context/Transaction.pm b/lib/UR/Context/Transaction.pm index f0c07254..8e23d848 100644 --- a/lib/UR/Context/Transaction.pm +++ b/lib/UR/Context/Transaction.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Carp qw(croak confess shortmess); use constant TRANSACTION_STATE_OPEN => 'open'; diff --git a/lib/UR/DBI.pm b/lib/UR/DBI.pm index 21132b52..6d7c49d5 100644 --- a/lib/UR/DBI.pm +++ b/lib/UR/DBI.pm @@ -28,7 +28,7 @@ This module subclasses DBI, and provides a few extra methods useful when using a require 5.006_000; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; # set up module use base qw(Exporter DBI); diff --git a/lib/UR/DBI/Report.pm b/lib/UR/DBI/Report.pm index 7feaa699..603fe004 100644 --- a/lib/UR/DBI/Report.pm +++ b/lib/UR/DBI/Report.pm @@ -27,7 +27,7 @@ use warnings; package UR::DBI::Report; use base 'UR::ModuleBase'; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Data::Dumper; use Time::HiRes; diff --git a/lib/UR/DataSource.pm b/lib/UR/DataSource.pm index 32d044ec..d27d8a79 100644 --- a/lib/UR/DataSource.pm +++ b/lib/UR/DataSource.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Sys::Hostname; { diff --git a/lib/UR/DataSource/CSV.pm b/lib/UR/DataSource/CSV.pm index c021f257..e2b4fa36 100644 --- a/lib/UR/DataSource/CSV.pm +++ b/lib/UR/DataSource/CSV.pm @@ -25,7 +25,7 @@ use warnings; # with that out of the way... on to the show! require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use File::Basename; diff --git a/lib/UR/DataSource/Code.pm b/lib/UR/DataSource/Code.pm index ce6e10fb..e8e2bee7 100644 --- a/lib/UR/DataSource/Code.pm +++ b/lib/UR/DataSource/Code.pm @@ -4,7 +4,7 @@ package UR::DataSource::Code; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use File::Copy qw//; ##- use UR; diff --git a/lib/UR/DataSource/Default.pm b/lib/UR/DataSource/Default.pm index 8e266b88..3addd636 100644 --- a/lib/UR/DataSource/Default.pm +++ b/lib/UR/DataSource/Default.pm @@ -5,7 +5,7 @@ package UR::DataSource::Default; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::DataSource::Default { is => ['UR::DataSource','UR::Singleton'], diff --git a/lib/UR/DataSource/File.pm b/lib/UR/DataSource/File.pm index adf3f7df..bab3f653 100644 --- a/lib/UR/DataSource/File.pm +++ b/lib/UR/DataSource/File.pm @@ -16,7 +16,7 @@ package UR::DataSource::File; use UR; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Fcntl qw(:DEFAULT :flock); use Errno qw(EINTR EAGAIN EOPNOTSUPP); diff --git a/lib/UR/DataSource/FileMux.pm b/lib/UR/DataSource/FileMux.pm index 3f130f86..3c3de7d4 100644 --- a/lib/UR/DataSource/FileMux.pm +++ b/lib/UR/DataSource/FileMux.pm @@ -5,7 +5,7 @@ package UR::DataSource::FileMux; use UR; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::DataSource::FileMux { is => ['UR::DataSource'], diff --git a/lib/UR/DataSource/Filesystem.pm b/lib/UR/DataSource/Filesystem.pm index d99395b2..b1a767bf 100644 --- a/lib/UR/DataSource/Filesystem.pm +++ b/lib/UR/DataSource/Filesystem.pm @@ -3,7 +3,7 @@ package UR::DataSource::Filesystem; use UR; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use File::Basename; use File::Path; diff --git a/lib/UR/DataSource/Meta.pm b/lib/UR/DataSource/Meta.pm index 95bcf231..0c61a70e 100644 --- a/lib/UR/DataSource/Meta.pm +++ b/lib/UR/DataSource/Meta.pm @@ -10,7 +10,7 @@ use version; use DBD::SQLite; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::Meta', diff --git a/lib/UR/DataSource/MySQL.pm b/lib/UR/DataSource/MySQL.pm index 3e2daa24..c92b6a0d 100644 --- a/lib/UR/DataSource/MySQL.pm +++ b/lib/UR/DataSource/MySQL.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::MySQL', diff --git a/lib/UR/DataSource/Oracle.pm b/lib/UR/DataSource/Oracle.pm index 8c4e9436..83e0bc85 100644 --- a/lib/UR/DataSource/Oracle.pm +++ b/lib/UR/DataSource/Oracle.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::Oracle', diff --git a/lib/UR/DataSource/Pg.pm b/lib/UR/DataSource/Pg.pm index 823623e1..e911b8ff 100644 --- a/lib/UR/DataSource/Pg.pm +++ b/lib/UR/DataSource/Pg.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::Pg', diff --git a/lib/UR/DataSource/QueryPlan.pm b/lib/UR/DataSource/QueryPlan.pm index 183e2b6f..252e0d62 100644 --- a/lib/UR/DataSource/QueryPlan.pm +++ b/lib/UR/DataSource/QueryPlan.pm @@ -2,7 +2,7 @@ package UR::DataSource::QueryPlan; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # this class is an evolving attempt to formalize # the blob of cached value used for query construction diff --git a/lib/UR/DataSource/RDBMS.pm b/lib/UR/DataSource/RDBMS.pm index c424ec87..5e2ab8d3 100644 --- a/lib/UR/DataSource/RDBMS.pm +++ b/lib/UR/DataSource/RDBMS.pm @@ -10,7 +10,7 @@ use List::MoreUtils; use File::Basename; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS', diff --git a/lib/UR/DataSource/RDBMS/BitmapIndex.pm b/lib/UR/DataSource/RDBMS/BitmapIndex.pm index f997071a..de67398b 100644 --- a/lib/UR/DataSource/RDBMS/BitmapIndex.pm +++ b/lib/UR/DataSource/RDBMS/BitmapIndex.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::BitmapIndex; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::BitmapIndex', diff --git a/lib/UR/DataSource/RDBMS/Entity.pm b/lib/UR/DataSource/RDBMS/Entity.pm index ad8c1702..78aa588d 100644 --- a/lib/UR/DataSource/RDBMS/Entity.pm +++ b/lib/UR/DataSource/RDBMS/Entity.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::Entity; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::Entity', is => ['UR::Entity'], diff --git a/lib/UR/DataSource/RDBMS/FkConstraint.pm b/lib/UR/DataSource/RDBMS/FkConstraint.pm index 9976d82e..1d4ace37 100644 --- a/lib/UR/DataSource/RDBMS/FkConstraint.pm +++ b/lib/UR/DataSource/RDBMS/FkConstraint.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::FkConstraint; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::FkConstraint', diff --git a/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm b/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm index 5bb5ba45..8d103c92 100644 --- a/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm +++ b/lib/UR/DataSource/RDBMS/FkConstraintColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::FkConstraintColumn; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::FkConstraintColumn', diff --git a/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm b/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm index d7f2aab3..9e500afd 100644 --- a/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm +++ b/lib/UR/DataSource/RDBMS/PkConstraintColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::PkConstraintColumn; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::PkConstraintColumn', diff --git a/lib/UR/DataSource/RDBMS/Table.pm b/lib/UR/DataSource/RDBMS/Table.pm index 18c48869..52243bef 100644 --- a/lib/UR/DataSource/RDBMS/Table.pm +++ b/lib/UR/DataSource/RDBMS/Table.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::Table; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::Table', diff --git a/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm b/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm index 2797e319..22cf69ca 100644 --- a/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm +++ b/lib/UR/DataSource/RDBMS/Table/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::DataSource::RDBMS::Table::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/DataSource/RDBMS/TableColumn.pm b/lib/UR/DataSource/RDBMS/TableColumn.pm index 173fa4ad..a76c176f 100644 --- a/lib/UR/DataSource/RDBMS/TableColumn.pm +++ b/lib/UR/DataSource/RDBMS/TableColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::TableColumn; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::TableColumn', diff --git a/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm b/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm index 7240973c..76fbf89c 100644 --- a/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm +++ b/lib/UR/DataSource/RDBMS/TableColumn/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::DataSource::RDBMS::TableColumn::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm b/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm index 4be908de..ae91cdd3 100644 --- a/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm +++ b/lib/UR/DataSource/RDBMS/UniqueConstraintColumn.pm @@ -4,7 +4,7 @@ use warnings; package UR::DataSource::RDBMS::UniqueConstraintColumn; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::RDBMS::UniqueConstraintColumn', diff --git a/lib/UR/DataSource/SQLite.pm b/lib/UR/DataSource/SQLite.pm index 582a86fa..45d7f233 100644 --- a/lib/UR/DataSource/SQLite.pm +++ b/lib/UR/DataSource/SQLite.pm @@ -42,7 +42,7 @@ the database is opened. =cut require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::SQLite', diff --git a/lib/UR/DataSource/ValueDomain.pm b/lib/UR/DataSource/ValueDomain.pm index 5fb2e318..df238ea4 100644 --- a/lib/UR/DataSource/ValueDomain.pm +++ b/lib/UR/DataSource/ValueDomain.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::DataSource::ValueDomain', diff --git a/lib/UR/Debug.pm b/lib/UR/Debug.pm index bec53970..42409fbc 100644 --- a/lib/UR/Debug.pm +++ b/lib/UR/Debug.pm @@ -3,7 +3,7 @@ package UR::Debug; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our $verify_indexes = 0; diff --git a/lib/UR/DeletedRef.pm b/lib/UR/DeletedRef.pm index 841d53df..8d1f1142 100644 --- a/lib/UR/DeletedRef.pm +++ b/lib/UR/DeletedRef.pm @@ -13,7 +13,7 @@ BEGIN { }; }; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our $all_objects_deleted = {}; diff --git a/lib/UR/Doc/Pod2Html.pm b/lib/UR/Doc/Pod2Html.pm index e3c80500..090d07e6 100644 --- a/lib/UR/Doc/Pod2Html.pm +++ b/lib/UR/Doc/Pod2Html.pm @@ -3,7 +3,7 @@ package UR::Doc::Pod2Html; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Data::Dumper; diff --git a/lib/UR/Doc/Section.pm b/lib/UR/Doc/Section.pm index 6bfa0d90..479db4f5 100644 --- a/lib/UR/Doc/Section.pm +++ b/lib/UR/Doc/Section.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Doc::Section { is => 'UR::Object', diff --git a/lib/UR/Doc/Writer.pm b/lib/UR/Doc/Writer.pm index f9e594be..c39ed13b 100644 --- a/lib/UR/Doc/Writer.pm +++ b/lib/UR/Doc/Writer.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Carp qw/croak/; class UR::Doc::Writer { diff --git a/lib/UR/Doc/Writer/Html.pm b/lib/UR/Doc/Writer/Html.pm index 2afbeb3c..b7daa3a2 100644 --- a/lib/UR/Doc/Writer/Html.pm +++ b/lib/UR/Doc/Writer/Html.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR::Doc::Section; use UR::Doc::Pod2Html; diff --git a/lib/UR/Doc/Writer/Pod.pm b/lib/UR/Doc/Writer/Pod.pm index 6df1c612..8f7b20d7 100644 --- a/lib/UR/Doc/Writer/Pod.pm +++ b/lib/UR/Doc/Writer/Pod.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR::Doc::Section; use Carp qw/croak/; diff --git a/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm b/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm index 926edb69..93319962 100644 --- a/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm +++ b/lib/UR/Env/UR_COMMAND_DUMP_DEBUG_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_COMMAND_DUMP_DEBUG_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm b/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm index bf0baebc..936b53ae 100644 --- a/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm +++ b/lib/UR/Env/UR_COMMAND_DUMP_STATUS_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_COMMAND_DUMP_STATUS_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_BASE.pm b/lib/UR/Env/UR_CONTEXT_BASE.pm index ffbfac28..2c6f1024 100644 --- a/lib/UR/Env/UR_CONTEXT_BASE.pm +++ b/lib/UR/Env/UR_CONTEXT_BASE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_BASE; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm index f4e70cd2..5dbca109 100644 --- a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm +++ b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_HIGHWATER.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_CACHE_SIZE_HIGHWATER; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm index 0b7cd2ba..bfe2e8a5 100644 --- a/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm +++ b/lib/UR/Env/UR_CONTEXT_CACHE_SIZE_LOWWATER.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_CACHE_SIZE_LOWWATER; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm b/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm index 967ecc6f..2df92872 100644 --- a/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm +++ b/lib/UR/Env/UR_CONTEXT_MONITOR_QUERY.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_MONITOR_QUERY; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_CONTEXT_ROOT.pm b/lib/UR/Env/UR_CONTEXT_ROOT.pm index 906f6112..caa3a9b2 100644 --- a/lib/UR/Env/UR_CONTEXT_ROOT.pm +++ b/lib/UR/Env/UR_CONTEXT_ROOT.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_ROOT; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm b/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm index ec20d9b3..09b5e297 100644 --- a/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm +++ b/lib/UR/Env/UR_DBI_DUMP_STACK_ON_CONNECT.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_DUMP_STACK_ON_CONNECT; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm index 6be89686..aa912afb 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_CALLSTACK.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_CALLSTACK; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm index 85974503..9f3f9113 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_IF.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_IF; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm index dcffc378..bef33b71 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_MATCH.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_MATCH; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm index 562b324f..65b7a65f 100644 --- a/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm +++ b/lib/UR/Env/UR_DBI_EXPLAIN_SQL_SLOW.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_EXPLAIN_SQL_SLOW; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_DML.pm b/lib/UR/Env/UR_DBI_MONITOR_DML.pm index 1634e6b1..f78bc035 100644 --- a/lib/UR/Env/UR_DBI_MONITOR_DML.pm +++ b/lib/UR/Env/UR_DBI_MONITOR_DML.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_MONITOR_DML; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm b/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm index 3af341d1..547093cf 100644 --- a/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm +++ b/lib/UR/Env/UR_DBI_MONITOR_EVERY_FETCH.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_MONITOR_EVERY_FETCH; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_MONITOR_SQL.pm b/lib/UR/Env/UR_DBI_MONITOR_SQL.pm index ddff4c5d..bd74d286 100644 --- a/lib/UR/Env/UR_DBI_MONITOR_SQL.pm +++ b/lib/UR/Env/UR_DBI_MONITOR_SQL.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_MONITOR_SQL; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_NO_COMMIT.pm b/lib/UR/Env/UR_DBI_NO_COMMIT.pm index 85a4f53c..35096660 100644 --- a/lib/UR/Env/UR_DBI_NO_COMMIT.pm +++ b/lib/UR/Env/UR_DBI_NO_COMMIT.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_NO_COMMIT; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm b/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm index 97f5c34b..4ceaf89a 100644 --- a/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm +++ b/lib/UR/Env/UR_DBI_SUMMARIZE_SQL.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DBI_SUMMARIZE_SQL; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm b/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm index 039157a4..c8f0a2d1 100644 --- a/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm +++ b/lib/UR/Env/UR_DEBUG_OBJECT_PRUNING.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DEBUG_OBJECT_PRUNING; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm b/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm index 423b3d03..cf121eba 100644 --- a/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm +++ b/lib/UR/Env/UR_DEBUG_OBJECT_RELEASE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DEBUG_OBJECT_RELEASE; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm b/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm index fe983b91..3bc70f41 100644 --- a/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm +++ b/lib/UR/Env/UR_DUMP_DEBUG_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DUMP_DEBUG_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm b/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm index da89128c..b7478a8a 100644 --- a/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm +++ b/lib/UR/Env/UR_DUMP_STATUS_MESSAGES.pm @@ -2,5 +2,5 @@ package UR::Env::UR_DUMP_STATUS_MESSAGES; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_IGNORE.pm b/lib/UR/Env/UR_IGNORE.pm index 3fb4d48d..09a682dc 100644 --- a/lib/UR/Env/UR_IGNORE.pm +++ b/lib/UR/Env/UR_IGNORE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_IGNORE; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm b/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm index 53e737d5..64fe67d7 100644 --- a/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm +++ b/lib/UR/Env/UR_NO_REQUIRE_USER_VERIFY.pm @@ -2,5 +2,5 @@ package UR::Env::UR_NO_REQUIRE_USER_VERIFY; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_NR_CPU.pm b/lib/UR/Env/UR_NR_CPU.pm index 2bcbe74d..9c6bcbef 100644 --- a/lib/UR/Env/UR_NR_CPU.pm +++ b/lib/UR/Env/UR_NR_CPU.pm @@ -2,5 +2,5 @@ package UR::Env::UR_NR_CPU; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_RUN_LONG_TESTS.pm b/lib/UR/Env/UR_RUN_LONG_TESTS.pm index 702cbabe..abf10e53 100644 --- a/lib/UR/Env/UR_RUN_LONG_TESTS.pm +++ b/lib/UR/Env/UR_RUN_LONG_TESTS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_RUN_LONG_TESTS; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm b/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm index 3bc3aaee..2b228065 100644 --- a/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm +++ b/lib/UR/Env/UR_STACK_DUMP_ON_DIE.pm @@ -2,5 +2,5 @@ package UR::Env::UR_STACK_DUMP_ON_DIE; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm b/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm index 3dfc7b3b..a31f8205 100644 --- a/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm +++ b/lib/UR/Env/UR_STACK_DUMP_ON_WARN.pm @@ -2,5 +2,5 @@ package UR::Env::UR_STACK_DUMP_ON_WARN; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_TEST_QUIET.pm b/lib/UR/Env/UR_TEST_QUIET.pm index f5bc17ce..62d50e07 100644 --- a/lib/UR/Env/UR_TEST_QUIET.pm +++ b/lib/UR/Env/UR_TEST_QUIET.pm @@ -2,5 +2,5 @@ package UR::Env::UR_TEST_QUIET; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USED_LIBS.pm b/lib/UR/Env/UR_USED_LIBS.pm index ab98ad8e..bc99eb96 100644 --- a/lib/UR/Env/UR_USED_LIBS.pm +++ b/lib/UR/Env/UR_USED_LIBS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_CONTEXT_LIBS; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USED_MODS.pm b/lib/UR/Env/UR_USED_MODS.pm index c8c36817..46ae4bef 100644 --- a/lib/UR/Env/UR_USED_MODS.pm +++ b/lib/UR/Env/UR_USED_MODS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_USED_MODS; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USE_ANY.pm b/lib/UR/Env/UR_USE_ANY.pm index 5e75afd1..f03acb5c 100644 --- a/lib/UR/Env/UR_USE_ANY.pm +++ b/lib/UR/Env/UR_USE_ANY.pm @@ -2,5 +2,5 @@ package UR::Env::UR_USE_ANY; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm b/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm index 79cb19d8..2b2832a8 100644 --- a/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm +++ b/lib/UR/Env/UR_USE_DUMMY_AUTOGENERATED_IDS.pm @@ -2,5 +2,5 @@ package UR::Env::UR_USE_DUMMY_AUTOGENERATED_IDS; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; 1; diff --git a/lib/UR/Exit.pm b/lib/UR/Exit.pm index 0de49f49..c5908634 100644 --- a/lib/UR/Exit.pm +++ b/lib/UR/Exit.pm @@ -24,7 +24,7 @@ require 5.006_000; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; our (@ISA, @EXPORT, @EXPORT_OK); require Exporter; diff --git a/lib/UR/Iterator.pm b/lib/UR/Iterator.pm index 2972fe83..7545453b 100644 --- a/lib/UR/Iterator.pm +++ b/lib/UR/Iterator.pm @@ -3,7 +3,7 @@ package UR::Iterator; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Object ); diff --git a/lib/UR/ModuleBase.pm b/lib/UR/ModuleBase.pm index dd71756f..1a8219a6 100644 --- a/lib/UR/ModuleBase.pm +++ b/lib/UR/ModuleBase.pm @@ -43,7 +43,7 @@ a formal UR class. require 5.006_000; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; # set up module use Carp; diff --git a/lib/UR/ModuleBuild.pm b/lib/UR/ModuleBuild.pm index bc7aa6ba..8abfd9f4 100644 --- a/lib/UR/ModuleBuild.pm +++ b/lib/UR/ModuleBuild.pm @@ -71,7 +71,7 @@ UR::ModuleBuild - a Module::Build subclass with UR extensions =head1 VERSION -This document describes UR::ModuleBuild version 0.45. +This document describes UR::ModuleBuild version 0.47. =head1 SYNOPOSIS diff --git a/lib/UR/ModuleConfig.pm b/lib/UR/ModuleConfig.pm index 7c599549..41448085 100644 --- a/lib/UR/ModuleConfig.pm +++ b/lib/UR/ModuleConfig.pm @@ -30,7 +30,7 @@ require 5.006_000; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; use base qw(UR::ModuleBase); use IO::File; diff --git a/lib/UR/ModuleLoader.pm b/lib/UR/ModuleLoader.pm index fee605bf..327819df 100644 --- a/lib/UR/ModuleLoader.pm +++ b/lib/UR/ModuleLoader.pm @@ -4,7 +4,7 @@ package UR::ModuleLoader; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; Class::Autouse->autouse(\&dynamically_load_class); Class::Autouse->autouse(\&dynamically_load_role); diff --git a/lib/UR/Namespace.pm b/lib/UR/Namespace.pm index 14028c17..bec0c40d 100644 --- a/lib/UR/Namespace.pm +++ b/lib/UR/Namespace.pm @@ -6,7 +6,7 @@ use File::Find; require UR; use UR::AttributeHandlers; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Namespace', diff --git a/lib/UR/Namespace/Command.pm b/lib/UR/Namespace/Command.pm index ab143f98..7fb5ab76 100644 --- a/lib/UR/Namespace/Command.pm +++ b/lib/UR/Namespace/Command.pm @@ -7,7 +7,7 @@ use warnings; use UR; use UR::Namespace::Command::Base; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Base.pm b/lib/UR/Namespace/Command/Base.pm index e841c2af..b1184c06 100644 --- a/lib/UR/Namespace/Command/Base.pm +++ b/lib/UR/Namespace/Command/Base.pm @@ -7,7 +7,7 @@ use Cwd; use Carp; use File::Find; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define.pm b/lib/UR/Namespace/Command/Define.pm index da755744..62188b1b 100644 --- a/lib/UR/Namespace/Command/Define.pm +++ b/lib/UR/Namespace/Command/Define.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Class.pm b/lib/UR/Namespace/Command/Define/Class.pm index f490708c..90dc26cd 100644 --- a/lib/UR/Namespace/Command/Define/Class.pm +++ b/lib/UR/Namespace/Command/Define/Class.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Define::Class; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Namespace::Command::Define::Class { is => 'UR::Namespace::Command::Base', diff --git a/lib/UR/Namespace/Command/Define/Datasource.pm b/lib/UR/Namespace/Command/Define/Datasource.pm index 1c79f1ee..37746845 100644 --- a/lib/UR/Namespace/Command/Define/Datasource.pm +++ b/lib/UR/Namespace/Command/Define/Datasource.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Define::Datasource; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/File.pm b/lib/UR/Namespace/Command/Define/Datasource/File.pm index 2a5a4d34..5440646b 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/File.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/File.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::File; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; diff --git a/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm b/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm index f500fc51..abb6cf83 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Mysql.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Mysql; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm b/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm index 24a3fa72..e8ef6ad5 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Oracle.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Oracle; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Pg.pm b/lib/UR/Namespace/Command/Define/Datasource/Pg.pm index 1c0cfcf2..24e6ea2b 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Pg.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Pg.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Pg; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm b/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm index 896fc4dd..bbcaf796 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Rdbms.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Rdbms; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; diff --git a/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm b/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm index 754d353b..f8721147 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/RdbmsWithAuth.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::RdbmsWithAuth; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm b/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm index e1cff9bf..d75f5c40 100644 --- a/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm +++ b/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Datasource::Sqlite; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; diff --git a/lib/UR/Namespace/Command/Define/Db.pm b/lib/UR/Namespace/Command/Define/Db.pm index 06a3bd2c..a2d5177a 100644 --- a/lib/UR/Namespace/Command/Define/Db.pm +++ b/lib/UR/Namespace/Command/Define/Db.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Db; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; # required to import symbols used below UR::Object::Type->define( diff --git a/lib/UR/Namespace/Command/Define/Namespace.pm b/lib/UR/Namespace/Command/Define/Namespace.pm index 8bfcc0b5..3ce00218 100644 --- a/lib/UR/Namespace/Command/Define/Namespace.pm +++ b/lib/UR/Namespace/Command/Define/Namespace.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Define::Namespace; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; UR::Object::Type->define( diff --git a/lib/UR/Namespace/Command/Init.pm b/lib/UR/Namespace/Command/Init.pm index b2e69348..c2e2abd7 100644 --- a/lib/UR/Namespace/Command/Init.pm +++ b/lib/UR/Namespace/Command/Init.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Init; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List.pm b/lib/UR/Namespace/Command/List.pm index a75b70c2..a7765f41 100644 --- a/lib/UR/Namespace/Command/List.pm +++ b/lib/UR/Namespace/Command/List.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::List; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List/Classes.pm b/lib/UR/Namespace/Command/List/Classes.pm index fd85545c..0100c646 100644 --- a/lib/UR/Namespace/Command/List/Classes.pm +++ b/lib/UR/Namespace/Command/List/Classes.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::List::Classes; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List/Modules.pm b/lib/UR/Namespace/Command/List/Modules.pm index 999559be..57e8bc78 100644 --- a/lib/UR/Namespace/Command/List/Modules.pm +++ b/lib/UR/Namespace/Command/List/Modules.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::List::Modules; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/List/Objects.pm b/lib/UR/Namespace/Command/List/Objects.pm index 86096423..9c2f42a0 100644 --- a/lib/UR/Namespace/Command/List/Objects.pm +++ b/lib/UR/Namespace/Command/List/Objects.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::List::Objects; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use above "UR"; use UR::Object::Command::List; diff --git a/lib/UR/Namespace/Command/Old.pm b/lib/UR/Namespace/Command/Old.pm index b7b8a2e1..b8e46fb9 100644 --- a/lib/UR/Namespace/Command/Old.pm +++ b/lib/UR/Namespace/Command/Old.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Old; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/DiffRewrite.pm b/lib/UR/Namespace/Command/Old/DiffRewrite.pm index 275f5f62..578e245f 100644 --- a/lib/UR/Namespace/Command/Old/DiffRewrite.pm +++ b/lib/UR/Namespace/Command/Old/DiffRewrite.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Old::DiffRewrite; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/DiffUpdate.pm b/lib/UR/Namespace/Command/Old/DiffUpdate.pm index b85a6b38..1c363cc0 100644 --- a/lib/UR/Namespace/Command/Old/DiffUpdate.pm +++ b/lib/UR/Namespace/Command/Old/DiffUpdate.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Old::DiffUpdate; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm b/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm index 6ce2fdce..a9ad4d36 100644 --- a/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm +++ b/lib/UR/Namespace/Command/Old/ExportDbicClasses.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Old::ExportDbicClasses; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/Info.pm b/lib/UR/Namespace/Command/Old/Info.pm index 2ae68f5a..60110e1a 100644 --- a/lib/UR/Namespace/Command/Old/Info.pm +++ b/lib/UR/Namespace/Command/Old/Info.pm @@ -3,7 +3,7 @@ package UR::Namespace::Command::Old::Info; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Old/Redescribe.pm b/lib/UR/Namespace/Command/Old/Redescribe.pm index 0338500f..cf00eeb5 100644 --- a/lib/UR/Namespace/Command/Old/Redescribe.pm +++ b/lib/UR/Namespace/Command/Old/Redescribe.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Old::Redescribe; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/RunsOnModulesInTree.pm b/lib/UR/Namespace/Command/RunsOnModulesInTree.pm index 00c97ef4..65fb9f32 100644 --- a/lib/UR/Namespace/Command/RunsOnModulesInTree.pm +++ b/lib/UR/Namespace/Command/RunsOnModulesInTree.pm @@ -7,7 +7,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Show/Properties.pm b/lib/UR/Namespace/Command/Show/Properties.pm index c12846f7..2af4f737 100644 --- a/lib/UR/Namespace/Command/Show/Properties.pm +++ b/lib/UR/Namespace/Command/Show/Properties.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Show::Properties; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Sys.pm b/lib/UR/Namespace/Command/Sys.pm index 51cd642f..baea0668 100644 --- a/lib/UR/Namespace/Command/Sys.pm +++ b/lib/UR/Namespace/Command/Sys.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Sys; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Sys/ClassBrowser.pm b/lib/UR/Namespace/Command/Sys/ClassBrowser.pm index 9d282548..d9df9b9b 100644 --- a/lib/UR/Namespace/Command/Sys/ClassBrowser.pm +++ b/lib/UR/Namespace/Command/Sys/ClassBrowser.pm @@ -22,7 +22,7 @@ use Template; use Plack::Request; use Class::Inspector; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test.pm b/lib/UR/Namespace/Command/Test.pm index 1347345e..e7cc3aee 100644 --- a/lib/UR/Namespace/Command/Test.pm +++ b/lib/UR/Namespace/Command/Test.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Test; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Callcount.pm b/lib/UR/Namespace/Command/Test/Callcount.pm index ce8108a9..e16cffef 100644 --- a/lib/UR/Namespace/Command/Test/Callcount.pm +++ b/lib/UR/Namespace/Command/Test/Callcount.pm @@ -5,7 +5,7 @@ use strict; use IO::File; use File::Find; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Callcount/List.pm b/lib/UR/Namespace/Command/Test/Callcount/List.pm index d0a8cc20..82edd7a1 100644 --- a/lib/UR/Namespace/Command/Test/Callcount/List.pm +++ b/lib/UR/Namespace/Command/Test/Callcount/List.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # Transient class that represents the file as a datasource our $TheFile = '/dev/null'; # This will be filled in during create() below diff --git a/lib/UR/Namespace/Command/Test/Compile.pm b/lib/UR/Namespace/Command/Test/Compile.pm index d4a99634..9a97b113 100644 --- a/lib/UR/Namespace/Command/Test/Compile.pm +++ b/lib/UR/Namespace/Command/Test/Compile.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Test::Compile; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Eval.pm b/lib/UR/Namespace/Command/Test/Eval.pm index 19e2deb0..6d3dedfa 100644 --- a/lib/UR/Namespace/Command/Test/Eval.pm +++ b/lib/UR/Namespace/Command/Test/Eval.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Test::Eval; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Test/Run.pm b/lib/UR/Namespace/Command/Test/Run.pm index 66200a95..13d8a760 100644 --- a/lib/UR/Namespace/Command/Test/Run.pm +++ b/lib/UR/Namespace/Command/Test/Run.pm @@ -12,7 +12,7 @@ use Path::Class; # qw(file dir); use DBI; use Cwd; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use File::Find; use TAP::Harness; diff --git a/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm b/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm index 7bb1542e..f1a7afce 100644 --- a/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm +++ b/lib/UR/Namespace/Command/Test/TrackObjectRelease.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; class UR::Namespace::Command::Test::TrackObjectRelease { diff --git a/lib/UR/Namespace/Command/Test/Use.pm b/lib/UR/Namespace/Command/Test/Use.pm index 4724e99b..09aad7b7 100644 --- a/lib/UR/Namespace/Command/Test/Use.pm +++ b/lib/UR/Namespace/Command/Test/Use.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Test::Use; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Cwd; use YAML; diff --git a/lib/UR/Namespace/Command/Test/Window.pm b/lib/UR/Namespace/Command/Test/Window.pm index cb6f19b8..fc540915 100644 --- a/lib/UR/Namespace/Command/Test/Window.pm +++ b/lib/UR/Namespace/Command/Test/Window.pm @@ -6,7 +6,7 @@ use above 'UR'; package UR::Namespace::Command::Test::Window; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update.pm b/lib/UR/Namespace/Command/Update.pm index 5c7bb4ce..ee8dea04 100644 --- a/lib/UR/Namespace/Command/Update.pm +++ b/lib/UR/Namespace/Command/Update.pm @@ -2,7 +2,7 @@ package UR::Namespace::Command::Update; use warnings; use strict; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/ClassDiagram.pm b/lib/UR/Namespace/Command/Update/ClassDiagram.pm index bd61e756..a77e3e10 100644 --- a/lib/UR/Namespace/Command/Update/ClassDiagram.pm +++ b/lib/UR/Namespace/Command/Update/ClassDiagram.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Update::ClassDiagram; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/ClassesFromDb.pm b/lib/UR/Namespace/Command/Update/ClassesFromDb.pm index 6009774b..eb72d0cb 100644 --- a/lib/UR/Namespace/Command/Update/ClassesFromDb.pm +++ b/lib/UR/Namespace/Command/Update/ClassesFromDb.pm @@ -4,7 +4,7 @@ package UR::Namespace::Command::Update::ClassesFromDb; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Text::Diff; UR::Object::Type->define( diff --git a/lib/UR/Namespace/Command/Update/Doc.pm b/lib/UR/Namespace/Command/Update/Doc.pm index b6ab9754..238dff70 100644 --- a/lib/UR/Namespace/Command/Update/Doc.pm +++ b/lib/UR/Namespace/Command/Update/Doc.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; use File::Basename; diff --git a/lib/UR/Namespace/Command/Update/Pod.pm b/lib/UR/Namespace/Command/Update/Pod.pm index 894a88b5..f6b769e2 100644 --- a/lib/UR/Namespace/Command/Update/Pod.pm +++ b/lib/UR/Namespace/Command/Update/Pod.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; class UR::Namespace::Command::Update::Pod { diff --git a/lib/UR/Namespace/Command/Update/RenameClass.pm b/lib/UR/Namespace/Command/Update/RenameClass.pm index 4d955e99..b3673633 100644 --- a/lib/UR/Namespace/Command/Update/RenameClass.pm +++ b/lib/UR/Namespace/Command/Update/RenameClass.pm @@ -5,7 +5,7 @@ package UR::Namespace::Command::Update::RenameClass; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm b/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm index d84c49fc..edac42df 100644 --- a/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm +++ b/lib/UR/Namespace/Command/Update/RewriteClassHeader.pm @@ -5,7 +5,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/SchemaDiagram.pm b/lib/UR/Namespace/Command/Update/SchemaDiagram.pm index 0866cb66..1752309c 100644 --- a/lib/UR/Namespace/Command/Update/SchemaDiagram.pm +++ b/lib/UR/Namespace/Command/Update/SchemaDiagram.pm @@ -6,7 +6,7 @@ package UR::Namespace::Command::Update::SchemaDiagram; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm b/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm index c3bf7232..d66c0261 100644 --- a/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm +++ b/lib/UR/Namespace/Command/Update/TabCompletionSpec.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; use POSIX qw(ENOENT); diff --git a/lib/UR/Object.pm b/lib/UR/Object.pm index b8b6329f..bb1f5b38 100644 --- a/lib/UR/Object.pm +++ b/lib/UR/Object.pm @@ -9,7 +9,7 @@ use Scalar::Util qw(looks_like_number refaddr isweak); use List::MoreUtils qw(any); our @ISA = ('UR::ModuleBase'); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; # Base object API diff --git a/lib/UR/Object/Accessorized.pm b/lib/UR/Object/Accessorized.pm index 958f2fbd..93ad374a 100644 --- a/lib/UR/Object/Accessorized.pm +++ b/lib/UR/Object/Accessorized.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Command/FetchAndDo.pm b/lib/UR/Object/Command/FetchAndDo.pm index c9a110c2..68b3f252 100644 --- a/lib/UR/Object/Command/FetchAndDo.pm +++ b/lib/UR/Object/Command/FetchAndDo.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Data::Dumper; class UR::Object::Command::FetchAndDo { diff --git a/lib/UR/Object/Command/List.pm b/lib/UR/Object/Command/List.pm index 49f3de93..48de4604 100644 --- a/lib/UR/Object/Command/List.pm +++ b/lib/UR/Object/Command/List.pm @@ -11,7 +11,7 @@ use List::Util qw(reduce); use Command::V2; use Carp qw(); -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Command::List { is => 'Command::V2', diff --git a/lib/UR/Object/Command/List/Style.pm b/lib/UR/Object/Command/List/Style.pm index 7384650a..e3cff4e2 100644 --- a/lib/UR/Object/Command/List/Style.pm +++ b/lib/UR/Object/Command/List/Style.pm @@ -1,6 +1,6 @@ package UR::Object::Command::List::Style; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub new { my ($class, %args) = @_; diff --git a/lib/UR/Object/Ghost.pm b/lib/UR/Object/Ghost.pm index 78adccfa..d0682fe7 100644 --- a/lib/UR/Object/Ghost.pm +++ b/lib/UR/Object/Ghost.pm @@ -10,7 +10,7 @@ package UR::Object::Ghost; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub _init_subclass { my $class_name = pop; diff --git a/lib/UR/Object/Index.pm b/lib/UR/Object/Index.pm index b5005bf8..c771ec29 100644 --- a/lib/UR/Object/Index.pm +++ b/lib/UR/Object/Index.pm @@ -1,7 +1,7 @@ # Index for cached objects. package UR::Object::Index; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; use base qw(UR::Object); use strict; diff --git a/lib/UR/Object/Iterator.pm b/lib/UR/Object/Iterator.pm index 38651347..ef08c4d2 100644 --- a/lib/UR/Object/Iterator.pm +++ b/lib/UR/Object/Iterator.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; require UR::Iterator; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Object ); diff --git a/lib/UR/Object/Join.pm b/lib/UR/Object/Join.pm index 6cd02abb..e9b3935d 100644 --- a/lib/UR/Object/Join.pm +++ b/lib/UR/Object/Join.pm @@ -2,7 +2,7 @@ package UR::Object::Join; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Object::Property ); diff --git a/lib/UR/Object/Property.pm b/lib/UR/Object/Property.pm index 1b10a500..368dee36 100644 --- a/lib/UR/Object/Property.pm +++ b/lib/UR/Object/Property.pm @@ -7,7 +7,7 @@ require UR; use Lingua::EN::Inflect; use Class::AutoloadCAN; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::DataSource::RDBMS UR::Object::Type ); # class_meta and r_class_meta duplicate the functionality if two properties of the same name, diff --git a/lib/UR/Object/Property/View/Default/Text.pm b/lib/UR/Object/Property/View/Default/Text.pm index 788a5120..aad3dfcf 100644 --- a/lib/UR/Object/Property/View/Default/Text.pm +++ b/lib/UR/Object/Property/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Property::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm b/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm index b962785d..b6418a1f 100644 --- a/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm +++ b/lib/UR/Object/Property/View/DescriptionLineItem/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Property::View::DescriptionLineItem::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Property/View/ReferenceDescription/Text.pm b/lib/UR/Object/Property/View/ReferenceDescription/Text.pm index d810ef20..6c8b188a 100644 --- a/lib/UR/Object/Property/View/ReferenceDescription/Text.pm +++ b/lib/UR/Object/Property/View/ReferenceDescription/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Property::View::ReferenceDescription::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Set.pm b/lib/UR/Object/Set.pm index bf088159..405b8cf2 100644 --- a/lib/UR/Object/Set.pm +++ b/lib/UR/Object/Set.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; use List::MoreUtils qw(any); -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Object::Type ); diff --git a/lib/UR/Object/Set/View/Default/Html.pm b/lib/UR/Object/Set/View/Default/Html.pm index 3d2a3cab..8a9d8a75 100644 --- a/lib/UR/Object/Set/View/Default/Html.pm +++ b/lib/UR/Object/Set/View/Default/Html.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Html; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Set::View::Default::Html { is => 'UR::Object::View::Default::Html', diff --git a/lib/UR/Object/Set/View/Default/Json.pm b/lib/UR/Object/Set/View/Default/Json.pm index fca19fb0..c379567b 100644 --- a/lib/UR/Object/Set/View/Default/Json.pm +++ b/lib/UR/Object/Set/View/Default/Json.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Json; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Set::View::Default::Json { is => 'UR::Object::View::Default::Json', diff --git a/lib/UR/Object/Set/View/Default/Text.pm b/lib/UR/Object/Set/View/Default/Text.pm index c115779d..b2c1c738 100644 --- a/lib/UR/Object/Set/View/Default/Text.pm +++ b/lib/UR/Object/Set/View/Default/Text.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Set::View::Default::Text { is => 'UR::Object::View::Default::Text', diff --git a/lib/UR/Object/Set/View/Default/Xml.pm b/lib/UR/Object/Set/View/Default/Xml.pm index 23bf7c07..75c24b8f 100644 --- a/lib/UR/Object/Set/View/Default/Xml.pm +++ b/lib/UR/Object/Set/View/Default/Xml.pm @@ -4,7 +4,7 @@ package UR::Object::Set::View::Default::Xml; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Set::View::Default::Xml { is => 'UR::Object::View::Default::Xml', diff --git a/lib/UR/Object/Tag.pm b/lib/UR/Object/Tag.pm index 42500238..391f99c0 100644 --- a/lib/UR/Object/Tag.pm +++ b/lib/UR/Object/Tag.pm @@ -117,7 +117,7 @@ object. require 5.006_000; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # set up module use base qw(UR::ModuleBase); diff --git a/lib/UR/Object/Type.pm b/lib/UR/Object/Type.pm index 5c75c609..46726682 100644 --- a/lib/UR/Object/Type.pm +++ b/lib/UR/Object/Type.pm @@ -6,7 +6,7 @@ require UR; # Used during bootstrapping. our @ISA = qw(UR::Object); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Object UR::Context UR::ModuleLoader Class::Autouse UR::BoolExpr ); diff --git a/lib/UR/Object/Type/AccessorWriter.pm b/lib/UR/Object/Type/AccessorWriter.pm index 3a58dbfb..d4d7ac67 100644 --- a/lib/UR/Object/Type/AccessorWriter.pm +++ b/lib/UR/Object/Type/AccessorWriter.pm @@ -6,7 +6,7 @@ package UR::Object::Type; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; #use warnings FATAL => 'all'; use Carp (); diff --git a/lib/UR/Object/Type/AccessorWriter/Product.pm b/lib/UR/Object/Type/AccessorWriter/Product.pm index d71d142a..58e1ccb0 100644 --- a/lib/UR/Object/Type/AccessorWriter/Product.pm +++ b/lib/UR/Object/Type/AccessorWriter/Product.pm @@ -4,7 +4,7 @@ package UR::Object::Type::AccessorWriter::Product; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub calculate { my $self = shift; diff --git a/lib/UR/Object/Type/AccessorWriter/Sum.pm b/lib/UR/Object/Type/AccessorWriter/Sum.pm index 5e77451b..1dc7fc23 100644 --- a/lib/UR/Object/Type/AccessorWriter/Sum.pm +++ b/lib/UR/Object/Type/AccessorWriter/Sum.pm @@ -4,7 +4,7 @@ package UR::Object::Type::AccessorWriter::Sum; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub calculate { my $self = shift; diff --git a/lib/UR/Object/Type/Initializer.pm b/lib/UR/Object/Type/Initializer.pm index 572c1cec..bebbd35c 100644 --- a/lib/UR/Object/Type/Initializer.pm +++ b/lib/UR/Object/Type/Initializer.pm @@ -17,7 +17,7 @@ BEGIN { } }; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Carp (); use Sub::Name (); diff --git a/lib/UR/Object/Type/InternalAPI.pm b/lib/UR/Object/Type/InternalAPI.pm index 337afa3b..3276f46c 100644 --- a/lib/UR/Object/Type/InternalAPI.pm +++ b/lib/UR/Object/Type/InternalAPI.pm @@ -3,7 +3,7 @@ use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Sys::Hostname; use Cwd; diff --git a/lib/UR/Object/Type/ModuleWriter.pm b/lib/UR/Object/Type/ModuleWriter.pm index 1e723a80..aebdae3c 100644 --- a/lib/UR/Object/Type/ModuleWriter.pm +++ b/lib/UR/Object/Type/ModuleWriter.pm @@ -8,7 +8,7 @@ require UR; use List::MoreUtils qw(first_index); use Scalar::Util qw(looks_like_number); -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our %meta_classes; our $bootstrapping = 1; diff --git a/lib/UR/Object/Type/View/AvailableViews/Json.pm b/lib/UR/Object/Type/View/AvailableViews/Json.pm index 199fedd2..60f29ceb 100644 --- a/lib/UR/Object/Type/View/AvailableViews/Json.pm +++ b/lib/UR/Object/Type/View/AvailableViews/Json.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR::Object::Type::View::AvailableViews::Xml; diff --git a/lib/UR/Object/Type/View/AvailableViews/Xml.pm b/lib/UR/Object/Type/View/AvailableViews/Xml.pm index 5aad6f99..f64bc8f0 100644 --- a/lib/UR/Object/Type/View/AvailableViews/Xml.pm +++ b/lib/UR/Object/Type/View/AvailableViews/Xml.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Type::View::AvailableViews::Xml { is => 'UR::Object::View::Default::Xml', diff --git a/lib/UR/Object/Type/View/Default/Text.pm b/lib/UR/Object/Type/View/Default/Text.pm index 25aafb53..7b696cef 100644 --- a/lib/UR/Object/Type/View/Default/Text.pm +++ b/lib/UR/Object/Type/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Object::Type::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Type/View/Default/Xml.pm b/lib/UR/Object/Type/View/Default/Xml.pm index 3302f05a..bc18e58a 100644 --- a/lib/UR/Object/Type/View/Default/Xml.pm +++ b/lib/UR/Object/Type/View/Default/Xml.pm @@ -3,7 +3,7 @@ package UR::Object::Type::View::Default::Xml; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/Value.pm b/lib/UR/Object/Value.pm index b7e6ede2..7b4107e9 100644 --- a/lib/UR/Object/Value.pm +++ b/lib/UR/Object/Value.pm @@ -3,7 +3,7 @@ package UR::Object::Value; use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::Value { is => 'UR::Value', diff --git a/lib/UR/Object/View.pm b/lib/UR/Object/View.pm index 2f7bcd19..97647f82 100644 --- a/lib/UR/Object/View.pm +++ b/lib/UR/Object/View.pm @@ -2,7 +2,7 @@ package UR::Object::View; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::View { has_abstract_constant => [ diff --git a/lib/UR/Object/View/Aspect.pm b/lib/UR/Object/View/Aspect.pm index dc3c1b7f..781ce63f 100644 --- a/lib/UR/Object/View/Aspect.pm +++ b/lib/UR/Object/View/Aspect.pm @@ -4,7 +4,7 @@ use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::View::Aspect { id_by => [ diff --git a/lib/UR/Object/View/Default/Gtk.pm b/lib/UR/Object/View/Default/Gtk.pm index f6142e98..a67fb6a5 100644 --- a/lib/UR/Object/View/Default/Gtk.pm +++ b/lib/UR/Object/View/Default/Gtk.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Gtk; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Object/View/Default/Gtk2.pm b/lib/UR/Object/View/Default/Gtk2.pm index 5453aa14..e2d88c51 100644 --- a/lib/UR/Object/View/Default/Gtk2.pm +++ b/lib/UR/Object/View/Default/Gtk2.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Gtk2; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::View::Default::Gtk2 { is => 'UR::Object::View', diff --git a/lib/UR/Object/View/Default/Html.pm b/lib/UR/Object/View/Default/Html.pm index 15503fdf..9a2086d8 100644 --- a/lib/UR/Object/View/Default/Html.pm +++ b/lib/UR/Object/View/Default/Html.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Html; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; class UR::Object::View::Default::Html { diff --git a/lib/UR/Object/View/Default/Json.pm b/lib/UR/Object/View/Default/Json.pm index 70e0a25c..ccd95fc7 100644 --- a/lib/UR/Object/View/Default/Json.pm +++ b/lib/UR/Object/View/Default/Json.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Json; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use JSON; diff --git a/lib/UR/Object/View/Default/Text.pm b/lib/UR/Object/View/Default/Text.pm index 50358ebe..0c11f312 100644 --- a/lib/UR/Object/View/Default/Text.pm +++ b/lib/UR/Object/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::View::Default::Text { is => 'UR::Object::View', diff --git a/lib/UR/Object/View/Default/Xml.pm b/lib/UR/Object/View/Default/Xml.pm index 5e0b5d59..cd210b11 100644 --- a/lib/UR/Object/View/Default/Xml.pm +++ b/lib/UR/Object/View/Default/Xml.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Xml; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; use XML::Dumper; use XML::LibXML; diff --git a/lib/UR/Object/View/Default/Xsl.pm b/lib/UR/Object/View/Default/Xsl.pm index dd7ff6bb..1cb271b6 100644 --- a/lib/UR/Object/View/Default/Xsl.pm +++ b/lib/UR/Object/View/Default/Xsl.pm @@ -3,7 +3,7 @@ package UR::Object::View::Default::Xsl; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; use XML::LibXML; diff --git a/lib/UR/Object/View/Lister/Text.pm b/lib/UR/Object/View/Lister/Text.pm index 50d1ba5c..8881d050 100644 --- a/lib/UR/Object/View/Lister/Text.pm +++ b/lib/UR/Object/View/Lister/Text.pm @@ -3,7 +3,7 @@ package UR::Object::View::Lister::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use IO::File; UR::Object::Type->define( diff --git a/lib/UR/Object/View/Static/Html.pm b/lib/UR/Object/View/Static/Html.pm index b0dbb75b..306b3227 100644 --- a/lib/UR/Object/View/Static/Html.pm +++ b/lib/UR/Object/View/Static/Html.pm @@ -3,7 +3,7 @@ package UR::Object::View::Static::Html; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Object::View::Static::Html { is => 'UR::Object::View', diff --git a/lib/UR/Object/View/Toolkit.pm b/lib/UR/Object/View/Toolkit.pm index b9a1c978..41744c06 100644 --- a/lib/UR/Object/View/Toolkit.pm +++ b/lib/UR/Object/View/Toolkit.pm @@ -23,7 +23,7 @@ package UR::Object::View::Toolkit; use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; require UR; diff --git a/lib/UR/Object/View/Toolkit/Text.pm b/lib/UR/Object/View/Toolkit/Text.pm index 2f5854ae..fea5e6d0 100644 --- a/lib/UR/Object/View/Toolkit/Text.pm +++ b/lib/UR/Object/View/Toolkit/Text.pm @@ -4,7 +4,7 @@ use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/ObjectDeprecated.pm b/lib/UR/ObjectDeprecated.pm index c10cf9f5..9040775d 100644 --- a/lib/UR/ObjectDeprecated.pm +++ b/lib/UR/ObjectDeprecated.pm @@ -5,7 +5,7 @@ package UR::Object; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Data::Dumper; use Scalar::Util qw(blessed); diff --git a/lib/UR/ObjectV001removed.pm b/lib/UR/ObjectV001removed.pm index cbd2c2d6..b2e3b7c2 100644 --- a/lib/UR/ObjectV001removed.pm +++ b/lib/UR/ObjectV001removed.pm @@ -23,7 +23,7 @@ only change with major releases number increments. use warnings; use strict; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Data::Dumper; use Scalar::Util qw(blessed); diff --git a/lib/UR/ObjectV04removed.pm b/lib/UR/ObjectV04removed.pm index 5c786dbd..eb7e43e3 100644 --- a/lib/UR/ObjectV04removed.pm +++ b/lib/UR/ObjectV04removed.pm @@ -25,7 +25,7 @@ only change with major releases number increments. package UR::BoolExpr; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; *get_rule_template = \&template; *rule_template = \&template; diff --git a/lib/UR/Observer.pm b/lib/UR/Observer.pm index 031711f5..68a9429c 100644 --- a/lib/UR/Observer.pm +++ b/lib/UR/Observer.pm @@ -8,7 +8,7 @@ BEGIN { require UR::Context::Transaction; }; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Role.pm b/lib/UR/Role.pm index 17b239da..29f02b68 100644 --- a/lib/UR/Role.pm +++ b/lib/UR/Role.pm @@ -23,7 +23,7 @@ our @CARP_NOT = qw(UR::Object::Type); use Exporter qw(import); our @EXPORT_OK = qw(before after around); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; Class::Autouse->sugar(\&_define_role); diff --git a/lib/UR/Role/Instance.pm b/lib/UR/Role/Instance.pm index 21a7c3e1..4af37ed4 100644 --- a/lib/UR/Role/Instance.pm +++ b/lib/UR/Role/Instance.pm @@ -3,7 +3,7 @@ package UR::Role::Instance; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Role::Instance', diff --git a/lib/UR/Role/MethodModifier.pm b/lib/UR/Role/MethodModifier.pm index 8f49d009..04583dd7 100644 --- a/lib/UR/Role/MethodModifier.pm +++ b/lib/UR/Role/MethodModifier.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION +our $VERSION = "0.47"; # UR $VERSION use Carp; use Sub::Install; diff --git a/lib/UR/Role/MethodModifier/After.pm b/lib/UR/Role/MethodModifier/After.pm index 7cf73936..80259d09 100644 --- a/lib/UR/Role/MethodModifier/After.pm +++ b/lib/UR/Role/MethodModifier/After.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier::After; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR; diff --git a/lib/UR/Role/MethodModifier/Around.pm b/lib/UR/Role/MethodModifier/Around.pm index ed72e010..cff8ecb0 100644 --- a/lib/UR/Role/MethodModifier/Around.pm +++ b/lib/UR/Role/MethodModifier/Around.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier::Around; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR; diff --git a/lib/UR/Role/MethodModifier/Before.pm b/lib/UR/Role/MethodModifier/Before.pm index d0acef95..f3985126 100644 --- a/lib/UR/Role/MethodModifier/Before.pm +++ b/lib/UR/Role/MethodModifier/Before.pm @@ -2,7 +2,7 @@ package UR::Role::MethodModifier::Before; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use UR; diff --git a/lib/UR/Role/Param.pm b/lib/UR/Role/Param.pm index d6684e1c..d9f381de 100644 --- a/lib/UR/Role/Param.pm +++ b/lib/UR/Role/Param.pm @@ -6,7 +6,7 @@ use warnings; use Carp qw(); use Scalar::Util qw(blessed); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; my %all_params; diff --git a/lib/UR/Role/Prototype.pm b/lib/UR/Role/Prototype.pm index bc91ab0c..9897da4f 100644 --- a/lib/UR/Role/Prototype.pm +++ b/lib/UR/Role/Prototype.pm @@ -14,7 +14,7 @@ use List::MoreUtils qw(any); use Carp; our @CARP_NOT = qw(UR::Object::Type); -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Role::Prototype', diff --git a/lib/UR/Role/PrototypeWithParams.pm b/lib/UR/Role/PrototypeWithParams.pm index 984f31ee..d23347e7 100644 --- a/lib/UR/Role/PrototypeWithParams.pm +++ b/lib/UR/Role/PrototypeWithParams.pm @@ -3,7 +3,7 @@ package UR::Role::PrototypeWithParams; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION;; +our $VERSION = "0.47"; # UR $VERSION; # A plain-perl class to represent a role prototype bound to a set of params. # It exists ephemerally as a class is composing its roles when using this diff --git a/lib/UR/Service/JsonRpcServer.pm b/lib/UR/Service/JsonRpcServer.pm index 450d76f2..73278108 100644 --- a/lib/UR/Service/JsonRpcServer.pm +++ b/lib/UR/Service/JsonRpcServer.pm @@ -4,7 +4,7 @@ use strict; use warnings; use UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => __PACKAGE__, diff --git a/lib/UR/Service/RPC/Executer.pm b/lib/UR/Service/RPC/Executer.pm index 79f201ea..3921afaf 100644 --- a/lib/UR/Service/RPC/Executer.pm +++ b/lib/UR/Service/RPC/Executer.pm @@ -4,7 +4,7 @@ use UR; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Service::RPC::Executer { has => [ diff --git a/lib/UR/Service/RPC/Message.pm b/lib/UR/Service/RPC/Message.pm index 8a69eb89..b33cc560 100644 --- a/lib/UR/Service/RPC/Message.pm +++ b/lib/UR/Service/RPC/Message.pm @@ -6,7 +6,7 @@ use IO::Select; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Service::RPC::Message', diff --git a/lib/UR/Service/RPC/Server.pm b/lib/UR/Service/RPC/Server.pm index 20c1af52..5432d05b 100644 --- a/lib/UR/Service/RPC/Server.pm +++ b/lib/UR/Service/RPC/Server.pm @@ -5,7 +5,7 @@ use IO::Select; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; # We're going to be essentially reimplementing an Event queue here. :( diff --git a/lib/UR/Service/RPC/TcpConnectionListener.pm b/lib/UR/Service/RPC/TcpConnectionListener.pm index 8af53456..f27c1dcd 100644 --- a/lib/UR/Service/RPC/TcpConnectionListener.pm +++ b/lib/UR/Service/RPC/TcpConnectionListener.pm @@ -4,7 +4,7 @@ use UR; use strict; use warnings; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Service::RPC::TcpConnectionListener { is => 'UR::Service::RPC::Executer', diff --git a/lib/UR/Singleton.pm b/lib/UR/Singleton.pm index e11f2c90..899e3486 100644 --- a/lib/UR/Singleton.pm +++ b/lib/UR/Singleton.pm @@ -4,7 +4,7 @@ package UR::Singleton; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Singleton', diff --git a/lib/UR/Util.pm b/lib/UR/Util.pm index 5254b25a..45031fbc 100644 --- a/lib/UR/Util.pm +++ b/lib/UR/Util.pm @@ -4,7 +4,7 @@ package UR::Util; use warnings; use strict; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; use Cwd; use Data::Dumper; use Clone::PP; diff --git a/lib/UR/Value.pm b/lib/UR/Value.pm index 21b99f17..48ce3684 100644 --- a/lib/UR/Value.pm +++ b/lib/UR/Value.pm @@ -7,7 +7,7 @@ require UR; use List::MoreUtils; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; our @CARP_NOT = qw( UR::Context ); diff --git a/lib/UR/Value/ARRAY.pm b/lib/UR/Value/ARRAY.pm index a519c019..ba65e396 100644 --- a/lib/UR/Value/ARRAY.pm +++ b/lib/UR/Value/ARRAY.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::ARRAY', diff --git a/lib/UR/Value/Blob.pm b/lib/UR/Value/Blob.pm index f466ac43..5c8b0a17 100644 --- a/lib/UR/Value/Blob.pm +++ b/lib/UR/Value/Blob.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Blob', diff --git a/lib/UR/Value/Boolean.pm b/lib/UR/Value/Boolean.pm index d26c1f32..5c6aca2a 100644 --- a/lib/UR/Value/Boolean.pm +++ b/lib/UR/Value/Boolean.pm @@ -3,7 +3,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Boolean', diff --git a/lib/UR/Value/Boolean/View/Default/Text.pm b/lib/UR/Value/Boolean/View/Default/Text.pm index 1d6422c3..2b629f6d 100644 --- a/lib/UR/Value/Boolean/View/Default/Text.pm +++ b/lib/UR/Value/Boolean/View/Default/Text.pm @@ -3,7 +3,7 @@ package UR::Value::Boolean::View::Default::Text; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; class UR::Value::Boolean::View::Default::Text { is => 'UR::Object::View::Default::Text' diff --git a/lib/UR/Value/CODE.pm b/lib/UR/Value/CODE.pm index 5bb86ee6..c019ad20 100644 --- a/lib/UR/Value/CODE.pm +++ b/lib/UR/Value/CODE.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::CODE', diff --git a/lib/UR/Value/CSV.pm b/lib/UR/Value/CSV.pm index 2d2c465c..77d8bda5 100644 --- a/lib/UR/Value/CSV.pm +++ b/lib/UR/Value/CSV.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::CSV', diff --git a/lib/UR/Value/DateTime.pm b/lib/UR/Value/DateTime.pm index 64a76a93..27db3cd7 100644 --- a/lib/UR/Value/DateTime.pm +++ b/lib/UR/Value/DateTime.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::DateTime', diff --git a/lib/UR/Value/Decimal.pm b/lib/UR/Value/Decimal.pm index b332af75..7b8c5aee 100644 --- a/lib/UR/Value/Decimal.pm +++ b/lib/UR/Value/Decimal.pm @@ -2,7 +2,7 @@ package UR::Value::Decimal; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Decimal', diff --git a/lib/UR/Value/DirectoryPath.pm b/lib/UR/Value/DirectoryPath.pm index 080dcd84..36d1be01 100644 --- a/lib/UR/Value/DirectoryPath.pm +++ b/lib/UR/Value/DirectoryPath.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::DirectoryPath', diff --git a/lib/UR/Value/FOF.pm b/lib/UR/Value/FOF.pm index a8f199a1..222d6d18 100644 --- a/lib/UR/Value/FOF.pm +++ b/lib/UR/Value/FOF.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::FOF', diff --git a/lib/UR/Value/FilePath.pm b/lib/UR/Value/FilePath.pm index 1ceb422b..7f48541f 100644 --- a/lib/UR/Value/FilePath.pm +++ b/lib/UR/Value/FilePath.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::FilePath', diff --git a/lib/UR/Value/FilesystemPath.pm b/lib/UR/Value/FilesystemPath.pm index 71cfb7a4..910a3876 100644 --- a/lib/UR/Value/FilesystemPath.pm +++ b/lib/UR/Value/FilesystemPath.pm @@ -3,7 +3,7 @@ package UR::Value::FilesystemPath; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::FilesystemPath', diff --git a/lib/UR/Value/Float.pm b/lib/UR/Value/Float.pm index 3b8c5f82..b4d2960e 100644 --- a/lib/UR/Value/Float.pm +++ b/lib/UR/Value/Float.pm @@ -2,7 +2,7 @@ package UR::Value::Float; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Float', diff --git a/lib/UR/Value/GLOB.pm b/lib/UR/Value/GLOB.pm index 9c3487e8..ec83c5ad 100644 --- a/lib/UR/Value/GLOB.pm +++ b/lib/UR/Value/GLOB.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::GLOB', diff --git a/lib/UR/Value/HASH.pm b/lib/UR/Value/HASH.pm index 2b2e6339..50d92c41 100644 --- a/lib/UR/Value/HASH.pm +++ b/lib/UR/Value/HASH.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::HASH', diff --git a/lib/UR/Value/Integer.pm b/lib/UR/Value/Integer.pm index 2d249ca6..f656c58f 100644 --- a/lib/UR/Value/Integer.pm +++ b/lib/UR/Value/Integer.pm @@ -5,7 +5,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Integer', diff --git a/lib/UR/Value/Iterator.pm b/lib/UR/Value/Iterator.pm index 046ed296..d173dc81 100644 --- a/lib/UR/Value/Iterator.pm +++ b/lib/UR/Value/Iterator.pm @@ -3,7 +3,7 @@ package UR::Value::Iterator; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub create { my $class = shift; diff --git a/lib/UR/Value/Number.pm b/lib/UR/Value/Number.pm index c524d138..a7bdd332 100644 --- a/lib/UR/Value/Number.pm +++ b/lib/UR/Value/Number.pm @@ -2,7 +2,7 @@ package UR::Value::Number; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Number', diff --git a/lib/UR/Value/PerlReference.pm b/lib/UR/Value/PerlReference.pm index 5f7db77f..a3e1808e 100644 --- a/lib/UR/Value/PerlReference.pm +++ b/lib/UR/Value/PerlReference.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::PerlReference', diff --git a/lib/UR/Value/REF.pm b/lib/UR/Value/REF.pm index 33ea75bf..8bd46c16 100644 --- a/lib/UR/Value/REF.pm +++ b/lib/UR/Value/REF.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::REF', diff --git a/lib/UR/Value/SCALAR.pm b/lib/UR/Value/SCALAR.pm index e1d2755e..5d3450fd 100644 --- a/lib/UR/Value/SCALAR.pm +++ b/lib/UR/Value/SCALAR.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::SCALAR', diff --git a/lib/UR/Value/Set.pm b/lib/UR/Value/Set.pm index 44ddb8e1..b11f3e26 100644 --- a/lib/UR/Value/Set.pm +++ b/lib/UR/Value/Set.pm @@ -2,7 +2,7 @@ package UR::Value::Set; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; sub members { my $self = shift; diff --git a/lib/UR/Value/SloppyPrimitive.pm b/lib/UR/Value/SloppyPrimitive.pm index 3cd27dae..1150f9d2 100644 --- a/lib/UR/Value/SloppyPrimitive.pm +++ b/lib/UR/Value/SloppyPrimitive.pm @@ -2,7 +2,7 @@ package UR::Value::SloppyPrimitive; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::SloppyPrimitive', diff --git a/lib/UR/Value/String.pm b/lib/UR/Value/String.pm index cb9d6bed..dccd45c1 100644 --- a/lib/UR/Value/String.pm +++ b/lib/UR/Value/String.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::String', diff --git a/lib/UR/Value/Text.pm b/lib/UR/Value/Text.pm index d323b3eb..350d209c 100644 --- a/lib/UR/Value/Text.pm +++ b/lib/UR/Value/Text.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Text', diff --git a/lib/UR/Value/Timestamp.pm b/lib/UR/Value/Timestamp.pm index de42cdd9..67ac22c3 100644 --- a/lib/UR/Value/Timestamp.pm +++ b/lib/UR/Value/Timestamp.pm @@ -2,7 +2,7 @@ package UR::Value::Timestamp; use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::Timestamp', diff --git a/lib/UR/Value/URL.pm b/lib/UR/Value/URL.pm index ad939c1e..20639c23 100644 --- a/lib/UR/Value/URL.pm +++ b/lib/UR/Value/URL.pm @@ -4,7 +4,7 @@ use strict; use warnings; require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Value::URL', diff --git a/lib/UR/Vocabulary.pm b/lib/UR/Vocabulary.pm index d2813dd1..d3c6d417 100644 --- a/lib/UR/Vocabulary.pm +++ b/lib/UR/Vocabulary.pm @@ -6,7 +6,7 @@ use warnings; use Lingua::EN::Inflect ("PL_V","PL"); require UR; -our $VERSION = "0.45"; # UR $VERSION; +our $VERSION = "0.47"; # UR $VERSION; UR::Object::Type->define( class_name => 'UR::Vocabulary', diff --git a/ubuntu-lucid/changelog b/ubuntu-lucid/changelog index 2beebb88..a4ba87c1 100644 --- a/ubuntu-lucid/changelog +++ b/ubuntu-lucid/changelog @@ -1,3 +1,18 @@ +libur-perl (0.47-1) unstable; urgency=low + + * Fixed test breakage from changes in the JSON serialzer for Views + * Fixed test breakage from behavior changes in Perl 5.26 and 5.28 + * Other misc bug fixes + + -- Anthony Brummett Sun, 5 Aug 2018 14:30:00 -600 + +libur-perl (0.46-1) unstable; urgency=low + + * Documentation fixes + * Bug fixes for the mysql data source + + -- Anthony Brummett Fri, 24 Mar 2017 14:59:00 -600 + libur-perl (0.45-1) unstable; urgency=low * UR now supports Roles. See the docs in UR::Role.