The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::uPB - build and find uPB (a.k.a. Unleaded)

VERSION

version 0.15

SYNOPSIS

    use Alien::uPB;

    my $cflags = Alien::uPB->cflags;
    my $libs = Alien::uPB->libs;

    # use $cflags and $libs to compile a program using uPB

AUTHOR

Mattia Barbon <mattia@barbon.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Mattia Barbon.

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