NAME
    Etcd::Lock - Lock based on etcd

VERSION
    version 0.01

SYNOPSIS
      use Etcd::Lock

      my $etcdLock = Etcd::Lock->new(host => 'host.name.com', key => 'lock_key');

DESCRIPTION
    Etcd::Lock is a lock based on etcd

BUGS/CONTRIBUTING
    Please report any bugs through the web interface at
    <https://github.com/EmilianoBruni/etcd-lock/issues>

    If you want to contribute changes or otherwise involve yourself in
    development, feel free to fork the Git repository from
    <https://github.com/EmilianoBruni/etcd-lock/>.

SUPPORT
    You can find this documentation with the perldoc command too.

        perldoc etcd-lock

AUTHOR
    Emiliano Bruni <info@ebruni.it>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2022 by Emiliano Bruni.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.