Alien-ZMQ
view release on metacpan or search on metacpan
use warnings FATAL => 'all';
use strict;
use lib 'inc';
use File::Path qw/make_path/;
use My::Build;
# prevent warnings about missing share directory
make_path("share");
my $builder = My::Build->new(
'build_requires' => {
'Module::Build' => '0.40',
'Test::More' => '0'
( run in 0.234 second using v1.01-cache-2.11-cpan-87723dcf8b7 )