Alien-Leptonica

 view release on metacpan or  search on metacpan

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

=head1 VERSION

version 0.007

=head1 Inline support

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

=head1 SEE ALSO

L<Leptonica|http://www.leptonica.com/>, L<Image::Leptonica>

=head1 AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

=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.742 second using v1.01-cache-2.11-cpan-39bf76dae61 )