perl-ZMQ-Constants - Constants for libzmq

Edit Package perl-ZMQ-Constants
https://metacpan.org/release/ZMQ-Constants

libzmq is a fast-chanding beast and constants get renamed, new one gest
removed, etc...

We used to auto-generate constants from the libzmq source code, but then
adpating the binding code to this change got very tedious, and controling
which version contains which constants got very hard to manage.

This module is now separate from ZMQ main code, and lists the constants
statically. You can also specify which set of constants to pull in
depending on the zmq version.

If don't care to be strict about which constants to import into your code,
then don't bother with the ':vX.X.X' notation, just use like a normal
module:

use ZMQ::Constants qw(:all); # pulls all known constants...
# note: may contain extra constants
# if we have clashes in the future

use ZMQ::Constants qw(ZMQ_PUSH); # import just ZMQ_PUSH

Refresh
Refresh
Source Files
Filename Size Changed
ZMQ-Constants-1.04.tar.gz 0000023382 22.8 KB
perl-ZMQ-Constants.changes 0000000181 181 Bytes
perl-ZMQ-Constants.spec 0000002448 2.39 KB
Latest Revision
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 873744 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 1)
- initial package 1.04
 * created by cpanspec 1.80.01

Now with META :-)
Comments 0
openSUSE Build Service is sponsored by