Developer-Dashboard
view release on metacpan or search on metacpan
integration/blank-env/run-integration.pl view on Meta::CPAN
my $expected_version = _distribution_version($source_root);
_assert( defined $expected_version && $expected_version ne '', 'extracted tarball exposes a distribution version' );
my $install_tarball = _versioned_install_tarball_path($expected_version);
_copy_file( $tarball, $install_tarball );
_write_text(
File::Spec->catfile( $compose, 'compose.yaml' ),
<<'YAML'
services:
hello:
image: busybox:latest
command: ["echo", "hello"]
YAML
);
_write_text(
File::Spec->catfile( $configs, 'config.json' ),
<<'JSON'
{
"collectors": [
{
( run in 0.751 second using v1.01-cache-2.11-cpan-39bf76dae61 )