Alien-Tidyp
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
inc/My/Builder.pm view on Meta::CPAN
# go for build
$self->build_binaries($build_out, $self->notes('tidyp_src'));
# store info about build into future Alien::Tidyp::ConfigData
$self->config_data('share_subdir', $self->{properties}->{dist_version});
$self->config_data('config', { PREFIX => '@PrEfIx@',
LIBS => '-L' . $self->quote_literal('@PrEfIx@/lib') . ' -ltidyp',
INC => '-I' . $self->quote_literal('@PrEfIx@/include/tidyp'),
});
}
# mark sucessfully finished build
local @ARGV = ('build_done');
ExtUtils::Command::touch();
}
$self->SUPER::ACTION_code;
}
sub fetch_file {
my ($self, $url_list, $sha1sum, $download) = @_;
die "###ERROR### _fetch_file undefined url\n" unless $url_list;
die "###ERROR### _fetch_file undefined sha1sum\n" unless $sha1sum;
for my $url (@$url_list) {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.525 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )