From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Alien::libuv - Interface to the libuv library http://libuv.org

SYNOPSIS

In your Makefile.PL:

use strict;
use Config;
WriteMakefile(
Alien::Base::Wrapper->new('Alien::libuv')->mm_args2(
...
CONFIGURE_REQUIRES => {
'Alien::libuv' => '1.000',
},
...
),
);

DESCRIPTION

This package can be used by other CPAN modules that require libuv.

AUTHOR

Chase Whitener <capoeirab@cpan.org>

CONTRIBUTORS

Graham Ollis <plicease@cpan.org>

COPYRIGHT & LICENSE

Copyright (c) 2017 Chase Whitener. All rights reserved.

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