Alien-Leptonica

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

  "alien_repository" => {
    "host" => "",
    "location" => "inc",
    "pattern" => "^leptonica-([\\d\\.]+)-min\\.tar\\.gz\$",
    "protocol" => "local"
  },
  "configure_requires" => {
    "Alien::Base::ModuleBuild" => "0.006",
    "File::ShareDir" => "1.03"
  },
  "dist_abstract" => "Alien package for the Leptonica image processing library",
  "dist_author" => [
    "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",

META.yml  view on Meta::CPAN

---
abstract: 'Alien package for the Leptonica image processing library'
author:
  - 'Zakariyya Mughal <zmughal@cpan.org>'
build_requires:
  File::Basename: '0'
  File::Spec: '0'
  Module::Load: '0'
  Test::More: '0'
configure_requires:
  Alien::Base::ModuleBuild: '0.006'
  File::ShareDir: '1.03'

README  view on Meta::CPAN



This archive contains the distribution Alien-Leptonica,
version 0.007:

  Alien package for the Leptonica image processing library

This software is copyright (c) 2013 by Zakariyya Mughal.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.


This README file was generated by Dist::Zilla::Plugin::Readme v6.005.

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

use parent qw(Alien::Base);

1;

=pod

=encoding UTF-8

=head1 NAME

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

=head1 VERSION

version 0.007

=head1 Inline support

This module supports L<Inline's with functionality|Inline/"Playing 'with' Others">.

=head1 SEE ALSO

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

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Zakariyya Mughal.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut

__END__
# ABSTRACT: Alien package for the Leptonica image processing library



( run in 0.264 second using v1.01-cache-2.11-cpan-454fe037f31 )