Alien-Leptonica

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    "Zakariyya Mughal <zmughal\@cpan.org>"
  ],
  "dist_name" => "Alien-Leptonica",
  "dist_version" => "0.007",
  "license" => "perl",
  "module_name" => "Alien::Leptonica",
  "recursive_test_files" => 1,
  "requires" => {
    "Alien::Base" => "0.006",
    "File::ShareDir" => "1.03",
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "test_requires" => {
    "File::Basename" => 0,
    "File::Spec" => 0,
    "Module::Load" => 0,
    "Test::More" => 0
  }
);

META.yml  view on Meta::CPAN

dynamic_config: 1
generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Alien-Leptonica
requires:
  Alien::Base: '0.006'
  File::ShareDir: '1.03'
  parent: '0'
  strict: '0'
  warnings: '0'
resources:
  homepage: https://github.com/EntropyOrg/p5-Alien-Leptonica
  repository: https://github.com/EntropyOrg/p5-Alien-Leptonica.git
version: '0.007'

lib/Alien/Leptonica.pm  view on Meta::CPAN

package Alien::Leptonica;
$Alien::Leptonica::VERSION = '0.007';
use strict;
use warnings;

use parent qw(Alien::Base);

1;

=pod

=encoding UTF-8

=head1 NAME

Alien::Leptonica - Alien package for the Leptonica image processing library



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