Alien-Plotly-Kaleido

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Base" : "0",
            "File::Which" : "0",
            "IPC::Run" : "0",
            "JSON" : "0",
            "Path::Tiny" : "0",
            "parent" : "0",
            "perl" : "5.010",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test2::V0" : "0",
            "Test::Alien" : "0"
         }

META.yml  view on Meta::CPAN

provides:
  Alien::Plotly::Kaleido:
    file: lib/Alien/Plotly/Kaleido.pm
    version: '0.003'
requires:
  Alien::Base: '0'
  File::Which: '0'
  IPC::Run: '0'
  JSON: '0'
  Path::Tiny: '0'
  parent: '0'
  perl: '5.010'
  strict: '0'
  warnings: '0'
resources:
  repository: https://github.com/iynehz/perl5-Alien-Plotly-Kaleido.git
version: '0.003'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.32'
  requires:
    share:

Makefile.PL  view on Meta::CPAN

  "DISTNAME" => "Alien-Plotly-Kaleido",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "Alien::Plotly::Kaleido",
  "PREREQ_PM" => {
    "Alien::Base" => 0,
    "File::Which" => 0,
    "IPC::Run" => 0,
    "JSON" => 0,
    "Path::Tiny" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test2::V0" => 0,
    "Test::Alien" => 0
  },
  "VERSION" => "0.003",
  "test" => {
    "TESTS" => "t/*.t"

Makefile.PL  view on Meta::CPAN

  "Alien::Base" => 0,
  "Alien::Build" => "0.32",
  "Alien::Build::MM" => "0.32",
  "ExtUtils::MakeMaker" => "6.52",
  "File::Which" => 0,
  "IPC::Run" => 0,
  "JSON" => 0,
  "Path::Tiny" => 0,
  "Test2::V0" => 0,
  "Test::Alien" => 0,
  "parent" => 0,
  "strict" => 0,
  "warnings" => 0
);


# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
use Alien::Build::MM;
my $abmm = Alien::Build::MM->new;
%WriteMakefileArgs = $abmm->mm_args(%WriteMakefileArgs);
# END code inserted by Dist::Zilla::Plugin::AlienBuild

lib/Alien/Plotly/Kaleido.pm  view on Meta::CPAN

package Alien::Plotly::Kaleido;

# ABSTRACT: Finds or installs plotly kaleido

use 5.010;
use strict;
use warnings;

our $VERSION = '0.003'; # VERSION

use parent 'Alien::Base';

use File::Which qw(which);
use IPC::Run ();
use JSON ();
use Path::Tiny ();

sub bin_dir {
    my ($class) = @_;
    if ( $class->install_type eq 'system' ) {
        return Alien::Base::bin_dir($class);



( run in 0.627 second using v1.01-cache-2.11-cpan-4d50c553e7e )