dist_version_from => "lib/Alien/ZMQ.pm",
share_dir => "share",
);
-$builder->notes('zmq-version', '3.2.3');
-$builder->notes('zmq-sha1', '6857a3a0e908eca58f7c0f90e2ba4695f6700957');
+$builder->notes('zmq-version', '3.2.4');
+$builder->notes('zmq-sha1', '08303259f08edd1faeac2e256f5be3899377135e');
$builder->create_build_script;
name = Alien-ZMQ
-version = 0.05
+version = 0.06
author = Charles McGarvey <ccm@cpan.org>
license = Perl_5
copyright_holder = Charles McGarvey
-This patch prevents the tests from being built. This is required for platforms
-that do not support pthreads.
+This patch prevents the tests from being built. This is required for platforms that do not support pthreads.
--- a/Makefile.in
+++ b/Makefile.in
-@@ -256,8 +256,8 @@
+@@ -278,8 +278,8 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I config
=head1 DESCRIPTION
Upon installation, the target system is probed for the presence of libzmq. If
-it is not found, B<libzmq 3.2.3> is installed in a shared directory. In
+it is not found, B<libzmq 3.2.4> is installed in a shared directory. In
short, modules that need libzmq can depend on this module to make sure that it
is available, or use it independently as a way to install zeromq.