Alien-ZMQ-latest

 view release on metacpan or  search on metacpan

t/version.t  view on Meta::CPAN

		}
		for my $command (@install_name_tool_commands) {
			system($command);
		}
	}

	my $xs = do { local $/; <DATA> };
	xs_ok {
		xs => $xs,
		cbuilder_link => {
			extra_linker_flags =>
				# add -dylib_file since during test, the dylib is under blib/
				$^O eq 'darwin'
					? ' -rpath ' . Alien::ZMQ::latest->runtime_prop->{distdir} . "/lib"
					: ' '
		},
	}, with_subtest {
		my($module) = @_;
		is $module->version, Alien::ZMQ::latest->version,
			"Got zmq version @{[ Alien::ZMQ::latest->version ]}";
	};



( run in 0.707 second using v1.01-cache-2.11-cpan-94b05bcf43c )