The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Neo4j::Driver::Type::Temporal - DEPRECATED (use DateTime / Duration instead)

VERSION

version 0.49

SYNOPSIS

 package Neo4j::Driver::Type::DateTime;
 use parent 'Neo4j::Driver::Type::Temporal';
 
 package Neo4j::Driver::Type::Duration;
 use parent 'Neo4j::Driver::Type::Temporal';

DESCRIPTION

The Neo4j::Driver::Type::Temporal module was created to mark temporal values returned from the Neo4j server. However, beyond that, it was never implemented, and the documentation has always carried the warning:

  The package name Neo4j::Driver::Type::Temporal may change in future.

Since the Neo4j::Types model doesn't have a shared super-type for temporal instants and temporal durations, this module is no longer required.

Any use of Neo4j::Driver::Type::Temporal is deprecated.

This module will be removed in a future version of this driver.

SEE ALSO

AUTHOR

Arne Johannessen (AJNN)

COPYRIGHT AND LICENSE

This software is Copyright (c) 2016-2024 by Arne Johannessen.

This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0 or (at your option) the same terms as the Perl 5 programming language system itself.