Alien-LibANN
view release on metacpan or search on metacpan
lib/Alien/LibANN.pm view on Meta::CPAN
package Alien::LibANN;
use strict;
use warnings;
our $VERSION = '0.01000';
=head1 NAME
Alien::LibANN - Wrapper for installing libANN v1.1.2
=head1 DESCRIPTION
Alien::LibANN is a wrapper to install libANN library. Modules
that depend on libANN can depend on Alien::LibANN and use the
CPAN shell to install it for you.
Win32 is currently not supported, please help supporting it if
you're interested.
=head1 AUTHOR
Stephan Conrad E<lt>conrad@stephanconrad.deE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright 2010 by Stephan Conrad
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=head1 SEE ALSO
=over 4
=item * L<Alien>
=back
=head1 ANN - Approximate Nearest Neighbor Library
More info can be found here:
L<http://www.cs.umd.edu/~mount/ANN/>
=cut
1;
( run in 0.694 second using v1.01-cache-2.11-cpan-df04353d9ac )