Alien-Plotly-Orca

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

#!perl
use alienfile;

use lib 'util';
use MyInstallUtil;

# For Windows and OSX we download from Anaconda repo instead as plotly-orca's
# github releases page. This is because latter's Windows and OSX downloads
# still needs installation.
# For Linux we still use the AppImage from plotly-orca's github repo releases,
# as that's a bundle of everything needed so we can probably avoid dependency
# issues.

my $plotly_orca_version          = '1.3.1';

t/basic.t  view on Meta::CPAN

#!perl

use strict;
use warnings;

use lib 'util';
use MyInstallUtil;

use Capture::Tiny qw(:all);
use Config;
use File::Which;

use Test2::V0;
use Test::Alien;

use Alien::Plotly::Orca;



( run in 0.308 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )