Alien-MuPDF

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         }
      },
      "runtime" : {
         "recommends" : {
            "Inline" : "0.67",
            "Inline::C" : "0.62"
         },
         "requires" : {
            "Alien::Base" : "0.038",
            "File::Spec" : "0",
            "parent" : "0",
            "perl" : "5.006",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Capture::Tiny" : "0",
            "Cwd" : "0",
            "File::Basename" : "0",

META.yml  view on Meta::CPAN

    - inc
    - share
    - t
    - xt
recommends:
  Inline: '0.67'
  Inline::C: '0.62'
requires:
  Alien::Base: '0.038'
  File::Spec: '0'
  parent: '0'
  perl: '5.006'
  strict: '0'
  warnings: '0'
resources:
  homepage: https://github.com/Intertangle/p5-Alien-MuPDF
  repository: https://github.com/Intertangle/p5-Alien-MuPDF.git
version: '0.012'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.32'
  requires:

Makefile.PL  view on Meta::CPAN

    "Alien::Build::MM" => "0.32",
    "ExtUtils::MakeMaker" => "6.52"
  },
  "DISTNAME" => "Alien-MuPDF",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Alien::MuPDF",
  "PREREQ_PM" => {
    "Alien::Base" => "0.038",
    "File::Spec" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Capture::Tiny" => 0,
    "Cwd" => 0,
    "File::Basename" => 0,
    "File::Which" => "1.21",
    "Module::Load" => 0,
    "Test::More" => 0

Makefile.PL  view on Meta::CPAN

  "Alien::Build" => "0.32",
  "Alien::Build::MM" => "0.32",
  "Capture::Tiny" => 0,
  "Cwd" => 0,
  "ExtUtils::MakeMaker" => "6.52",
  "File::Basename" => 0,
  "File::Spec" => 0,
  "File::Which" => "1.21",
  "Module::Load" => 0,
  "Test::More" => 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/MuPDF.pm  view on Meta::CPAN

package Alien::MuPDF;
$Alien::MuPDF::VERSION = '0.012';
use strict;
use warnings;

use parent qw(Alien::Base);
use File::Spec;

sub mutool_path {
	my ($self) = @_;
	File::Spec->catfile( File::Spec->rel2abs($self->dist_dir) , 'bin', 'mutool' );
}

sub inline_auto_include {
	return  [ 'mupdf/fitz.h' ];
}



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