Alien-Libarchive
view release on metacpan or search on metacpan
- require Alien::Libarchive::MSWin32 0.04 on MSWin32
0.11 2013-12-24 09:26:53 -0500
- require Alien::Libarchive::MSWin32 0.02 on MSWin32
0.10 2013-12-19 03:04:41 -0500
- fix for beter detection of libarchive sans pkg-config as a system install
(runtime didn't work on non-FreeBSD systems)
0.09 2013-12-18 09:06:08 -0500
- verify Alien deps flags can at least compile a simple c program
- better detection of libarchive sans pkg-config as a system install
0.08 2013-12-12 17:07:56 -0500
- documentation
- try to use Alien::bz2 if available
- include bin directory in PATH for cygwin install_type = share
so dll can be found
- basic compile check to be sure it works
0.07 2013-12-05 18:44:24 -0500
inc/Alien/LZO/Installer.pm view on Meta::CPAN
B<NOTE:> This form will also use the lzo provided by L<Alien::LZO>
if it is installed. This makes this method ideal for finding
lzo as an optional dependency.
Options:
=over 4
=item test
Specifies the test type that should be used to verify the integrity
of the system lzo. 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::LZO::Installer#test_compile_run> to verify.
This is the default.
=item ffi
use L<test_ffi|Alien::LZO::Installer#test_ffi> to verify
=item both
use both
L<test_compile_run|Alien::LZO::Installer#test_compile_run>
and
L<test_ffi|Alien::LZO::Installer#test_ffi>
to verify
=back
=item alien
If true (the default) then an existing L<Alien::LZO> will be
used if version 0.19 or better is found. Usually this is what you
want.
=back
inc/Alien/LZO/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 lzo
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::LZO::Installer#test_compile_run> to verify.
This is the default.
=item ffi
use L<test_ffi|Alien::LZO::Installer#test_ffi> to verify
=item both
use both
L<test_compile_run|Alien::LZO::Installer#test_compile_run>
and
L<test_ffi|Alien::LZO::Installer#test_ffi>
to verify
=back
=back
=cut
sub _msys
{
my($sub) = @_;
( run in 0.413 second using v1.01-cache-2.11-cpan-5467b0d2c73 )