NAME
ZMQ::FFI::Constants - Generated module of zmq constants. All constants, all versions.
VERSION
version 0.01
SYNOPSIS
use ZMQ::FFI::Constants qw(ZMQ_LINGER ZMQ_FD);
# or
use ZMQ::FFI::Constants q(:all)
DESCRIPTION
This module includes every zmq constant from every stable version of zeromq. Currently that is v2.1.0-v3.2.4. It was generated using the zeromq2-x and zeromq3-x git repos at https://github.com/zeromq.
There is the possibility it may eventually be merged with the ZMQ::Constants module and go away. However at present ZMQ::Constants does not have every zmq constant, and so this module was created as a stop-gap.
SEE ALSO
AUTHOR
Dylan Cali <calid1984@gmail.com
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Dylan Cali.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.