Alien-bz2-Installer
view release on metacpan or search on metacpan
my $installer = Alien::bz2::Installer->system_install(%options);
NOTE: using this method may require modules returned by the
system_requires method.
Options:
test
Specifies the test type that should be used to verify the integrity
of the system bz2. Generally this should be set according to the
needs of your module. Should be one of:
compile
use test_compile_run to verify. This is the default.
ffi
use test_ffi to verify
both
use both test_compile_run and test_ffi to verify
alien
If true (The default) then an existing Alien::bz2 will be used if
found. Usually this is what you want.
build_install
my $installer = Alien::bz2::Installer->build_install( '/usr/local', %options );
Filename where the bz2 source tar is located. If not specified the
latest version will be downloaded from the Internet.
dir
Empty directory to be used to extract the bz2 source and to build
from.
test
Specifies the test type that should be used to verify the integrity
of the build after it has been installed. Generally this should be
set according to the needs of your module. Should be one of:
compile
use test_compile_run to verify. This is the default.
ffi
use test_ffi to verify
both
use both test_compile_run and test_ffi to verify
ATTRIBUTES
Attributes of an Alien::bz2::Installer provide the information needed
to use an existing bz2 (which may either be provided by the system, or
have just been built using build_install.
cflags
The compiler flags required to use bz2.
lib/Alien/bz2/Installer.pm view on Meta::CPAN
B<NOTE:> using this method may require modules returned by the
L<system_requires|Alien::bz2::Installer> method.
Options:
=over 4
=item test
Specifies the test type that should be used to verify the integrity
of the system bz2. Generally this should be
set according to the needs of your module. Should be one of:
=over 4
=item compile
use L<test_compile_run|Alien::bz2::Installer#test_compile_run> to verify.
This is the default.
=item ffi
use L<test_ffi|Alien::bz2::Installer#test_ffi> to verify
=item both
use both
L<test_compile_run|Alien::bz2::Installer#test_compile_run>
and
L<test_ffi|Alien::bz2::Installer#test_ffi>
to verify
=back
=item alien
If true (The default) then an existing L<Alien::bz2> will
be used if found. Usually this is what you want.
=back
lib/Alien/bz2/Installer.pm view on Meta::CPAN
If not specified the latest version will be downloaded
from the Internet.
=item dir
Empty directory to be used to extract the bz2
source and to build from.
=item test
Specifies the test type that should be used to verify the integrity
of the build after it has been installed. Generally this should be
set according to the needs of your module. Should be one of:
=over 4
=item compile
use L<test_compile_run|Alien::bz2::Installer#test_compile_run> to verify.
This is the default.
=item ffi
use L<test_ffi|Alien::bz2::Installer#test_ffi> to verify
=item both
use both
L<test_compile_run|Alien::bz2::Installer#test_compile_run>
and
L<test_ffi|Alien::bz2::Installer#test_ffi>
to verify
=back
=back
=head1 ATTRIBUTES
Attributes of an L<Alien::bz2::Installer> provide the
information needed to use an existing bz2 (which may
either be provided by the system, or have just been built
( run in 0.434 second using v1.01-cache-2.11-cpan-5467b0d2c73 )