Data-Checks
view release on metacpan or search on metacpan
inc/Module/Build/with/XSTests.pm view on Meta::CPAN
{
my $self = shift;
my $testxsfiles = $self->_find_file_by_type('xs', 't');
foreach my $from ( sort keys %$testxsfiles ) {
my $to = $testxsfiles->{$from};
if( $to ne $from ) {
$self->add_to_cleanup( $to );
$self->copy_if_modified( from => $from, to => $to );
}
$self->process_xs( $to );
}
}
sub ACTION_test
{
my $self = shift;
$self->depends_on( "testlib" );
( run in 1.619 second using v1.01-cache-2.11-cpan-39bf76dae61 )