From: Charles McGarvey Date: Mon, 21 Jan 2013 18:20:57 +0000 (-0700) Subject: fix section references in the documentation X-Git-Tag: v0.0401~2 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Alien-ZMQ;a=commitdiff_plain;h=f5f27214f093c3a0a046e54a75d8b86e23f22c3a fix section references in the documentation --- diff --git a/lib/Alien/ZMQ.pm b/lib/Alien/ZMQ.pm index 0ef21e8..f31ad8a 100644 --- a/lib/Alien/ZMQ.pm +++ b/lib/Alien/ZMQ.pm @@ -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