X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FAlien%2FZMQ.pm;h=7351fb6d56cb8b86d9445405705080902ee856d7;hb=435ebe17d3e42eee17ac861c97e8c2a2953be84c;hp=0ef21e8325da247fed67ba84d544d44e02ca6e23;hpb=7837ede3e4d33f9a8dc8b74538544088aeb62d71;p=chaz%2Fp5-Alien-ZMQ diff --git a/lib/Alien/ZMQ.pm b/lib/Alien/ZMQ.pm index 0ef21e8..7351fb6 100644 --- a/lib/Alien/ZMQ.pm +++ b/lib/Alien/ZMQ.pm @@ -1,5 +1,5 @@ package Alien::ZMQ; -# ABSTRACT: detect and/or install zeromq +# ABSTRACT: finding and installing libzmq, the core zeromq library use warnings; use strict; @@ -40,7 +40,7 @@ These options to F affect the installation of this module. By default, libzmq is not compiled and installed if it is detected to already be on the system. Use this to skip those checks and always install libzmq. -=item --zmq-cflags=FLAGS +=item --zmq-cflags Pass extra flags to the compiler when probing for an existing installation of libzmq. You can use this, along with L, to help the probing @@ -63,7 +63,7 @@ L program installed. Here's an example: perl Build.PL PKG_CONFIG_PATH=/opt/zeromq/lib/pkgconfig ./Build -=item --zmq-libs=FLAGS +=item --zmq-libs Pass extra flags to the linker when probing for an existing installation of libzmq. You can use this, along with L, to help the probing @@ -71,7 +71,7 @@ function locate your libzmq installation if it is installed in an unexpected place. Like L, these flags are only used by the probing function to locate libzmq. -=item --zmq-config=FLAGS +=item --zmq-config Pass extra flags to the libzmq F script. You may want to consider passing either C<--with-pgm> or C<--with-system-pgm> if you need support for @@ -88,7 +88,7 @@ you will also need to reinstall L. =head1 BUGS -Windows is not yet supported. Patches are welcome. +MSWin32 is not yet supported, but cygwin works. =head1 SEE ALSO