Alien-GMP

 view release on metacpan or  search on metacpan

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


Alien::GMP - Build and install the GNU Multiple Precision library.

=head1 SYNOPSIS

	my $inc_dir = Alien::GMP::inc_dir();
	my $lib_dir = Alien::GMP::lib_dir();

=head1 DESCRIPTION

This module looks for version 5.0.0 or greater of the GNU Multiple Precision
(GMP) library. If not found, the builder script downloads, compiles, and
installs it to the B<Alien-GMP> distribution's shared directory. Compilation can
be made to happen regardless of whether GMP is already found by setting the
environment variable, C<COMPILE_ALIEN_GMP>, to a true value.

=head1 FUNCTIONS

=over

=item B<Alien::GMP::inc_dir()>



( run in 0.393 second using v1.01-cache-2.11-cpan-64827b87656 )