[go: up one dir, main page]

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 $first-$latest. It was generated using the zeromq2-x, zeromq3-x, zeromq4-x, zeromq4-1, and libzmq git repos at https://github.com/zeromq.

SEE ALSO

END

say "\nWriting module file"; $constants_pm->spew($module); say "Done!\n";