Marpa-R2
view release on metacpan or search on metacpan
inc/Marpa/R2/Build_Me.pm view on Meta::CPAN
)
)
{
die "Could not generate $gp_xsh";
} ## end if ( not IPC::Cmd::run( command => [ $EXECUTABLE_NAME...]))
} ## end if ( not $self->up_to_date( [$gp_generate_pl], $gp_xsh...))
} ## end if ($development_mode)
my $dest_gp_xsh =
File::Spec->catfile( $spec->{src_dir}, 'general_pattern.xsh' );
$self->copy_if_modified( from => $gp_xsh, to => $dest_gp_xsh, );
# .xs -> .c
$self->add_to_cleanup( $spec->{c_file} );
my @libmarpa_build_dir = File::Spec->splitdir( $self->base_dir );
push @libmarpa_build_dir, 'libmarpa_build' ;
my $libmarpa_build_dir = File::Spec->catdir(@libmarpa_build_dir);
my @xs_dependencies = ( 'typemap', 'Build', $xs_file, $dest_gp_xsh );
push @xs_dependencies,
( run in 0.627 second using v1.01-cache-2.11-cpan-39bf76dae61 )