NAME
Alien::uPB - build and find uPB (a.k.a. Unleaded)
VERSION
version 0.11
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.