Alien-Librdkafka
view release on metacpan or search on metacpan
lib/Alien/Librdkafka.pm view on Meta::CPAN
package Alien::Librdkafka;
use strict;
use warnings;
use parent 'Alien::Base';
our $VERSION = '0.11.6';
=head1 NAME
Alien::Librdkafka - build and install librdkafka
=head1 DESCRIPTION
The distribution provides the way to build and access librdkafka from perl.
=head1 SUPPORT
Please note that this module is not actively developed and maintained, if you
are interested in taking it over, please contact the author
=head1 SEE ALSO
L<Alien::Base>
L<https://github.com/edenhill/librdkafka>
=head1 LICENSE AND COPYRIGHT
Copyright (C) 2016, 2017, 2018 Pavel Shaydo
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
For librdkafka license and copyright check L<https://github.com/edenhill/librdkafka>
=cut
1;
( run in 1.122 second using v1.01-cache-2.11-cpan-2398b32b56e )