Alien-Unicruft
view release on metacpan or search on metacpan
NAME
Alien::Unicruft - install the libunicruft C library on your system
SYNOPSIS
use 5.010;
use strict;
use Alien::Unicruft;
my $alien = Alien::Unicruft->new;
say $alien->libs;
say $alien->cflags;
DESCRIPTION
Ensures that the libunicruft C library is installed on your system.
AUTHOR
Bryan Jurish <moocow@cpan.org>.
COPYRIGHT AND LICENSE
Copyright (C) 2018 by Bryan Jurish
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.24.1 or, at
your option, any later version of Perl 5 you may have available.
( run in 0.817 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )