Name : perl-ZMQ-Constants
| |
Version : 1.04
| Vendor : obs://build_opensuse_org/home:ecsos
|
Release : lp156.4.1
| Date : 2023-11-07 14:05:31
|
Group : Development/Libraries/Perl
| Source RPM : perl-ZMQ-Constants-1.04-lp156.4.1.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
Summary : Constants for libzmq
|
Description :
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...
use ZMQ::Constants qw(ZMQ_PUSH); # import just ZMQ_PUSH
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/ecsos:/monitoring/15.6/noarch |