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 {

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.292 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )