diff --git a/lib/REST/Neo4p.pm b/lib/REST/Neo4p.pm index c696d92..cfc19ae 100644 --- a/lib/REST/Neo4p.pm +++ b/lib/REST/Neo4p.pm @@ -16,7 +16,7 @@ use strict; use warnings; BEGIN { - $REST::Neo4p::VERSION = '0.4003'; + $REST::Neo4p::VERSION = '0.4100'; } our $CREATE_AUTO_ACCESSORS = 0; diff --git a/lib/REST/Neo4p/Agent.pm b/lib/REST/Neo4p/Agent.pm index 26c4399..e507f54 100644 --- a/lib/REST/Neo4p/Agent.pm +++ b/lib/REST/Neo4p/Agent.pm @@ -10,7 +10,7 @@ use warnings; our @ISA; our $VERSION; BEGIN { - $REST::Neo4p::Agent::VERSION = '0.4003'; + $REST::Neo4p::Agent::VERSION = '0.4100'; } our $AUTOLOAD; diff --git a/lib/REST/Neo4p/Agent/HTTP/Thin.pm b/lib/REST/Neo4p/Agent/HTTP/Thin.pm index f7c94f3..91c26d7 100644 --- a/lib/REST/Neo4p/Agent/HTTP/Thin.pm +++ b/lib/REST/Neo4p/Agent/HTTP/Thin.pm @@ -9,7 +9,7 @@ use strict; use warnings; BEGIN { - $REST::Neo4p::Agent::HTTP::Thin::VERSION = '0.4003'; + $REST::Neo4p::Agent::HTTP::Thin::VERSION = '0.4100'; } my $unsafe = "^A-Za-z0-9\-\._~:+?%&="; diff --git a/lib/REST/Neo4p/Agent/LWP/UserAgent.pm b/lib/REST/Neo4p/Agent/LWP/UserAgent.pm index efbfd8d..2c96973 100644 --- a/lib/REST/Neo4p/Agent/LWP/UserAgent.pm +++ b/lib/REST/Neo4p/Agent/LWP/UserAgent.pm @@ -6,7 +6,7 @@ use LWP::ConnCache; use strict; use warnings; BEGIN { - $REST::Neo4p::Agent::LWP::UserAgent::VERSION = '0.4003'; + $REST::Neo4p::Agent::LWP::UserAgent::VERSION = '0.4100'; } sub new { my ($class,@args) = @_; diff --git a/lib/REST/Neo4p/Agent/Mojo/UserAgent.pm b/lib/REST/Neo4p/Agent/Mojo/UserAgent.pm index 5e83be3..4e72578 100644 --- a/lib/REST/Neo4p/Agent/Mojo/UserAgent.pm +++ b/lib/REST/Neo4p/Agent/Mojo/UserAgent.pm @@ -9,7 +9,7 @@ use strict; use warnings; BEGIN { - $REST::Neo4p::Agent::Mojo::UserAgent::VERSION = '0.4003'; + $REST::Neo4p::Agent::Mojo::UserAgent::VERSION = '0.4100'; } our @default_headers; diff --git a/lib/REST/Neo4p/Agent/Neo4j/Driver.pm b/lib/REST/Neo4p/Agent/Neo4j/Driver.pm index 25bdf4b..257cfd9 100644 --- a/lib/REST/Neo4p/Agent/Neo4j/Driver.pm +++ b/lib/REST/Neo4p/Agent/Neo4j/Driver.pm @@ -13,7 +13,7 @@ use HTTP::Response; use strict; use warnings; BEGIN { - $REST::Neo4p::Agent::Neo4j::Driver::VERSION = '0.4003'; + $REST::Neo4p::Agent::Neo4j::Driver::VERSION = '0.4100'; } my $WARN_ON_ERROR; diff --git a/lib/REST/Neo4p/Batch.pm b/lib/REST/Neo4p/Batch.pm index 6204a2e..21100fc 100644 --- a/lib/REST/Neo4p/Batch.pm +++ b/lib/REST/Neo4p/Batch.pm @@ -13,7 +13,7 @@ use warnings; no warnings qw(once); BEGIN { - $REST::Neo4p::Batch::VERSION = '0.4003'; + $REST::Neo4p::Batch::VERSION = '0.4100'; } our @EXPORT = qw(batch); diff --git a/lib/REST/Neo4p/Constrain.pm b/lib/REST/Neo4p/Constrain.pm index 08c7e75..e203424 100644 --- a/lib/REST/Neo4p/Constrain.pm +++ b/lib/REST/Neo4p/Constrain.pm @@ -12,7 +12,7 @@ no warnings qw(once redefine); BEGIN { - $REST::Neo4p::Constrain::VERSION = '0.4003'; + $REST::Neo4p::Constrain::VERSION = '0.4100'; } our @EXPORT = qw(create_constraint drop_constraint constrain relax); our @VALIDATE = qw(validate_properties validate_relationship validate_relationship_type); diff --git a/lib/REST/Neo4p/Constraint.pm b/lib/REST/Neo4p/Constraint.pm index 132c830..6fdc509 100644 --- a/lib/REST/Neo4p/Constraint.pm +++ b/lib/REST/Neo4p/Constraint.pm @@ -31,7 +31,7 @@ my $regex_to_json = sub { }; BEGIN { - $REST::Neo4p::Constraint::VERSION = '0.4003'; + $REST::Neo4p::Constraint::VERSION = '0.4100'; } # valid constraint types diff --git a/lib/REST/Neo4p/Constraint/Property.pm b/lib/REST/Neo4p/Constraint/Property.pm index 52804d2..305fe2e 100644 --- a/lib/REST/Neo4p/Constraint/Property.pm +++ b/lib/REST/Neo4p/Constraint/Property.pm @@ -5,7 +5,7 @@ use strict; use warnings; BEGIN { - $REST::Neo4p::Constraint::Property::VERSION = '0.4003'; + $REST::Neo4p::Constraint::Property::VERSION = '0.4100'; } sub new_from_constraint_hash { diff --git a/lib/REST/Neo4p/Constraint/Relationship.pm b/lib/REST/Neo4p/Constraint/Relationship.pm index 20490bc..9c277df 100644 --- a/lib/REST/Neo4p/Constraint/Relationship.pm +++ b/lib/REST/Neo4p/Constraint/Relationship.pm @@ -5,7 +5,7 @@ use strict; use warnings; BEGIN { - $REST::Neo4p::Constraint::Relationship::VERSION = '0.4003'; + $REST::Neo4p::Constraint::Relationship::VERSION = '0.4100'; } sub new { diff --git a/lib/REST/Neo4p/Constraint/RelationshipType.pm b/lib/REST/Neo4p/Constraint/RelationshipType.pm index f22d652..6699bd6 100644 --- a/lib/REST/Neo4p/Constraint/RelationshipType.pm +++ b/lib/REST/Neo4p/Constraint/RelationshipType.pm @@ -5,7 +5,7 @@ use strict; use warnings; BEGIN { - $REST::Neo4p::Constraint::RelationshipType::VERSION = '0.4003'; + $REST::Neo4p::Constraint::RelationshipType::VERSION = '0.4100'; } sub new { diff --git a/lib/REST/Neo4p/Entity.pm b/lib/REST/Neo4p/Entity.pm index b90a40f..6e356d7 100644 --- a/lib/REST/Neo4p/Entity.pm +++ b/lib/REST/Neo4p/Entity.pm @@ -10,7 +10,7 @@ use warnings; # base class for nodes, relationships, indexes... BEGIN { - $REST::Neo4p::Entity::VERSION = '0.4003'; + $REST::Neo4p::Entity::VERSION = '0.4100'; } our $ENTITY_TABLE = {}; diff --git a/lib/REST/Neo4p/Exceptions.pm b/lib/REST/Neo4p/Exceptions.pm index bff474f..10b9a3a 100644 --- a/lib/REST/Neo4p/Exceptions.pm +++ b/lib/REST/Neo4p/Exceptions.pm @@ -4,7 +4,7 @@ use strict; use warnings; BEGIN { - $REST::Neo4p::Exceptions::VERSION = '0.4003'; + $REST::Neo4p::Exceptions::VERSION = '0.4100'; } use Exception::Class ( 'REST::Neo4p::Exception', diff --git a/lib/REST/Neo4p/Index.pm b/lib/REST/Neo4p/Index.pm index 519981b..12ee264 100644 --- a/lib/REST/Neo4p/Index.pm +++ b/lib/REST/Neo4p/Index.pm @@ -8,7 +8,7 @@ use strict; use warnings; BEGIN { - $REST::Neo4p::Index::VERSION = '0.4003'; + $REST::Neo4p::Index::VERSION = '0.4100'; } my $unsafe = "^A-Za-z0-9\-\._\ ~"; diff --git a/lib/REST/Neo4p/Node.pm b/lib/REST/Neo4p/Node.pm index 822d656..917d84e 100644 --- a/lib/REST/Neo4p/Node.pm +++ b/lib/REST/Neo4p/Node.pm @@ -7,7 +7,7 @@ use Carp qw(croak carp); use strict; use warnings; BEGIN { - $REST::Neo4p::Node::VERSION = '0.4003'; + $REST::Neo4p::Node::VERSION = '0.4100'; } # creation, deletion and property manipulation are delegated diff --git a/lib/REST/Neo4p/ParseStream.pm b/lib/REST/Neo4p/ParseStream.pm index b259281..8be4e8a 100644 --- a/lib/REST/Neo4p/ParseStream.pm +++ b/lib/REST/Neo4p/ParseStream.pm @@ -7,7 +7,7 @@ use strict; use warnings; BEGIN { - $REST::Neo4p::ParseStream::VERSION = '0.4003'; + $REST::Neo4p::ParseStream::VERSION = '0.4100'; } our @EXPORT = qw/j_parse/;# j_parse_object j_parse_array /; diff --git a/lib/REST/Neo4p/Path.pm b/lib/REST/Neo4p/Path.pm index 30b82a0..3ea2165 100644 --- a/lib/REST/Neo4p/Path.pm +++ b/lib/REST/Neo4p/Path.pm @@ -6,7 +6,7 @@ use Scalar::Util qw(blessed); use strict; use warnings; BEGIN { - $REST::Neo4p::Path::VERSION = '0.4003'; + $REST::Neo4p::Path::VERSION = '0.4100'; } sub new { diff --git a/lib/REST/Neo4p/Query.pm b/lib/REST/Neo4p/Query.pm index 9ca1f40..73ef52b 100644 --- a/lib/REST/Neo4p/Query.pm +++ b/lib/REST/Neo4p/Query.pm @@ -14,7 +14,7 @@ use warnings; no warnings qw(once); BEGIN { - $REST::Neo4p::Query::VERSION = '0.4003'; + $REST::Neo4p::Query::VERSION = '0.4100'; } our $BUFSIZE = 50000; diff --git a/lib/REST/Neo4p/Relationship.pm b/lib/REST/Neo4p/Relationship.pm index 23f19de..ce6af3b 100644 --- a/lib/REST/Neo4p/Relationship.pm +++ b/lib/REST/Neo4p/Relationship.pm @@ -6,7 +6,7 @@ use Carp qw(croak carp); use strict; use warnings; BEGIN { - $REST::Neo4p::Relationship::VERSION = '0.4003'; + $REST::Neo4p::Relationship::VERSION = '0.4100'; } sub new { diff --git a/lib/REST/Neo4p/Schema.pm b/lib/REST/Neo4p/Schema.pm index ba7295d..1afd22d 100644 --- a/lib/REST/Neo4p/Schema.pm +++ b/lib/REST/Neo4p/Schema.pm @@ -7,7 +7,7 @@ use strict; use warnings; BEGIN { - $REST::Neo4p::Schema::VERSION = '0.4003'; + $REST::Neo4p::Schema::VERSION = '0.4100'; } #require 'REST::Neo4p';