The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

POEx::ZMQ::Constants - ZeroMQ (3 + 4) constants for use with POEx::ZMQ

SYNOPSIS

  # All ZeroMQ v3 + v4 constants:
  use POEx::ZMQ::Constants -all;
  # Specific constants:
  use POEx::ZMQ::Constants qw/ZMQ_ROUTER ZMQ_DEALER EINTR/;

DESCRIPTION

ZeroMQ constant exporter for use with POEx::ZMQ applications.

Automatically generated from ZeroMQ version 3 & 4 headers.

Uses Exporter::Tiny; look there for detailed import-related documentation.

E-prefixed error constants should generally do the right thing, using the ZeroMQ zmq.h values if the POSIX constants are not available.

The complete list of exported constants:

    PODMAIN

    $output .= "=item $_\n\n" for (keys %const, keys %errconst, @posixonly);

    $output .= <<'PODFOOTER'; =back

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 161:

You forgot a '=back' before '=head1'