Alien-Plotly-Orca

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         }
      },
      "develop" : {
         "requires" : {
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Base" : "0",
            "parent" : "0",
            "perl" : "5.008",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Capture::Tiny" : "0",
            "File::Which" : "0",
            "Test2::V0" : "0",

META.yml  view on Meta::CPAN

meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Alien-Plotly-Orca
provides:
  Alien::Plotly::Orca:
    file: lib/Alien/Plotly/Orca.pm
    version: '0.0002'
requires:
  Alien::Base: '0'
  parent: '0'
  perl: '5.008'
  strict: '0'
  warnings: '0'
resources:
  repository: https://github.com/stphnlyd/perl5-Alien-Plotly-Orca.git
version: '0.0002'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.29'
  requires:
    share:

Makefile.PL  view on Meta::CPAN

    "File::Copy::Recursive" => 0,
    "File::Which" => 0,
    "Path::Tiny" => 0
  },
  "DISTNAME" => "Alien-Plotly-Orca",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "Alien::Plotly::Orca",
  "PREREQ_PM" => {
    "Alien::Base" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Capture::Tiny" => 0,
    "File::Which" => 0,
    "Test2::V0" => 0,
    "Test::Alien" => 0,
    "lib" => 0
  },

Makefile.PL  view on Meta::CPAN

my %FallbackPrereqs = (
  "Alien::Base" => 0,
  "Alien::Build" => "0.32",
  "Alien::Build::MM" => "0.32",
  "Capture::Tiny" => 0,
  "ExtUtils::MakeMaker" => "6.52",
  "File::Which" => 0,
  "Test2::V0" => 0,
  "Test::Alien" => 0,
  "lib" => 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/Orca.pm  view on Meta::CPAN

package Alien::Plotly::Orca;

# ABSTRACT: Finds or installs plotly-orca

use strict;
use warnings;

our $VERSION = '0.0002'; # VERSION

use parent 'Alien::Base';

1;

__END__

=pod

=encoding UTF-8

=head1 NAME



( run in 0.497 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )