Subject: | t/100_basic.t fails when libzmq is compiled --with-pgm |
Date: | Wed, 8 Sep 2010 10:35:58 -0400 |
To: | bug-ZeroMQ [...] rt.cpan.org |
From: | "Ben. B." <bennymack [...] gmail.com> |
If libzmq is compiled --with-pgm then the test file t/100_basic.t will fail
when the second ZeroMQ::Context is constructed due to pgm_supported()
returning true in zmq_init() and failing the zmq_assert(). Apparently if PGM
support is enabled then there should only ever be one context? But otherwise
it's valid to have multiple contexts? Let me know if this is a bug or if I
just Should Not Do That. Thanks!