NAME Etcd::Lock - Lock based on etcd VERSION version 0.02 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 If you want to contribute changes or otherwise involve yourself in development, feel free to fork the Git repository from . SUPPORT You can find this documentation with the perldoc command too. perldoc etcd-lock AUTHOR Emiliano Bruni 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.