-
-
16 Jul 2020 03:08:09 UTC
- Distribution: Alien-libuv
- Module version: 1.014
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (950 / 103 / 14)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (24.59KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Alien::Base
- base
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Alien::libuv - Interface to the libuv library http://libuv.org
SYNOPSIS
In your
Makefile.PL
:use strict; use warnings; use ExtUtils::MakeMaker; use Config; use Alien::Base::Wrapper (); 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.
Module Install Instructions
To install Alien::libuv, copy and paste the appropriate command in to your terminal.
cpanm Alien::libuv
perl -MCPAN -e shell install Alien::libuv
For more information on module installation, please visit the detailed CPAN module installation guide.