The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Alien::Libbz2 - Build and make available bz2

VERSION

version 0.18

SYNOPSIS

 use Alien::Libbz2;
 
 my $cflags = Alien::Libbz2->cflags;
 my $libs   = ALien::Libbz2->libs;

DESCRIPTION

This Alien module provides the necessary compiler and linker flags needed for using libbz2 in XS.

METHODS

cflags

 my $cflags = Alien::Libbz2->cflags;

Returns the C compiler flags.

libs

 my $libs = Alien::Libbz2->libs;

Returns the linker flags.

HELPERS

bzip2

 %{bzip2}

Returns the name of the bzip2 command. Usually just bzip2.

SEE ALSO

Alien::bz2

Another libbz2 Alien module, but not implemented with Alien:Base.

Compress::Bzip2
Compress::Raw::Bzip2
IO::Compress::Bzip2

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.