Alien-libavro_c
view release on metacpan or search on metacpan
use alienfile;
use strict;
use Config;
use Env qw/@PKG_CONFIG_PATH/;
use Text::ParseWords qw(shellwords);
use File::Spec;
sub update_pkg_conf_path {
eval {
require Alien::libjansson;
require Alien::libsnappy;
1;
} or do {
# ignored
};
# avro-c.pc has jansson as a dependency, so it won't be loaded
# *at all* unless we have jansson.pc in the PKG_CONFIG_PATH
# somewhere. And if libjansson is coming from Alien::libjansson,
( run in 0.263 second using v1.01-cache-2.11-cpan-95122f20152 )