Judy
view release on metacpan or search on metacpan
inc/My/Builder.pm view on Meta::CPAN
};
$new_actions_src .= $src;
}
$new_actions_src .= "1;\n";
eval $new_actions_src
or do {
print STDERR $new_actions_src;
die $@;
};
sub update_inc_lib_dirs {
my ( $self ) = @_;
my $action = $self->current_action();
# Update include_dirs and extra_linker_flags to find the Judy.h
# that's come while provided by installing Alien::Judy.
my @all_dirs = unique(
'.',
(
map {
( run in 0.307 second using v1.01-cache-2.11-cpan-26ccb49234f )